{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/intel_domain-history", "title": "intel_domain-history", "properties": { "categorizations": { "items": { "properties": { "categories": { "example": [ { "id": 155, "name": "Technology" } ] }, "end": { "example": "2021-04-30", "format": "date", "type": "string" }, "start": { "example": "2021-04-01", "format": "date", "type": "string" } }, "type": "object" }, "type": "array" }, "domain": { "$ref": "#/components/schemas/intel_domain_name" } } }