API Model Selector (JSON Pointer)

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

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

JSON Schema

application-research-apimodelselectorjsonpointer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiModelSelectorJsonPointer",
  "title": "API Model Selector (JSON Pointer)",
  "type": "object",
  "required": [
    "type",
    "jsonPointer"
  ],
  "properties": {
    "type": {
      "type": "string",
      "const": "json-pointer"
    },
    "jsonPointer": {
      "type": "string",
      "minLength": 1
    }
  }
}