{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrgContactType", "title": "OrgContactType", "type": "string", "enum": [ "BILLING", "TECHNICAL" ], "x-okta-tags": [ "Org" ] }