{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventDataOrg", "title": "EventDataOrg", "type": "object", "properties": { "org_guid": { "$ref": "#/components/schemas/Org/properties/guid" }, "org_id": { "$ref": "#/components/schemas/Org/properties/org_id" }, "org_name": { "$ref": "#/components/schemas/Org/properties/name" }, "provider_guid": { "$ref": "#/components/schemas/Org/properties/provider_guid" }, "region": { "$ref": "#/components/schemas/Org/properties/region" } } }