changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "appears_in_briefs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "appears_in_meetings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "appears_in_watches": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "canonical_role": {
+ "type": "string"
+ },
+ "creative_work": {
+ "type": "object"
+ },
+ "display_name": {
+ "type": "string"
+ },
+ "entity_class": {
+ "type": "string"
+ },
+ "exhibits_patterns": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "last_active": {
+ "type": "string"
+ },
+ "legislation": {
+ "type": "object"
+ },
+ "named_at": {
+ "type": "string"
+ },
+ "organization": {
+ "type": "object"
+ },
+ "person": {
+ "type": "object"
+ },
+ "provenance_chain": {
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "related_entities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "related_places": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "schema_id": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "voxel_lead": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "display_name",
+ "entity_class",
+ "url",
+ "schema_id"
+ ],
+ "type": "object"
+}