{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "organization_create", "allOf": [ { "$ref": "#/components/schemas/organization_base" }, { "type": "object", "required": [ "name", "status", "mm_contact_name", "adx_seat_account_id", "connected_id_type", "contact_name", "address_1", "city", "state", "zip", "country", "phone", "currency_code", "billing_country_code", "dmp_enabled" ] } ] }