{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/POIProfile", "title": "POIProfile", "type": "object", "properties": { "GenericProfile": { "$ref": "#/components/schemas/GenericProfile" }, "ServiceProfiles": { "$ref": "#/components/schemas/ServiceProfiles" } } }