changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "by_class": {
+ "additionalProperties": {
+ "type": "number"
+ },
+ "type": "object"
+ },
+ "count": {
+ "type": "number"
+ },
+ "entities": {
+ "items": {
+ "properties": {
+ "briefs_count": {
+ "type": "number"
+ },
+ "canonical_role": {
+ "type": "string"
+ },
+ "case_number": {
+ "type": "string"
+ },
+ "display_name": {
+ "type": "string"
+ },
+ "entity_class": {
+ "type": "string"
+ },
+ "jurisdiction": {
+ "type": "string"
+ },
+ "legal_status": {
+ "type": "string"
+ },
+ "meetings_count": {
+ "type": "number"
+ },
+ "patterns_count": {
+ "type": "number"
+ },
+ "schema_id": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "voxel_lead": {
+ "type": "string"
+ },
+ "watches_count": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "slug",
+ "display_name",
+ "entity_class",
+ "url",
+ "schema_id"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "filters": {
+ "properties": {
+ "entity_class": {
+ "type": "string"
+ },
+ "place": {
+ "type": "string"
+ },
+ "search": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "surfaces": {
+ "properties": {
+ "architecture_doc": {
+ "type": "string"
+ },
+ "decoder_index_hub": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}