API Model Selector (OData)

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
type string
entitySetName string
View JSON Schema on GitHub

JSON Schema

application-research-apimodelselectorodata-schema.json Raw ↑
{
  "$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
    }
  }
}