{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiModelSelectorOData", "title": "API Model Selector (OData)", "type": "object", "required": [ "type", "entitySetName" ], "properties": { "type": { "type": "string", "const": "odata" }, "entitySetName": { "type": "string", "minLength": 1 } } }