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