Extensible

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
supported string
description string
View JSON Schema on GitHub

JSON Schema

application-research-extensible-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Extensible",
  "title": "Extensible",
  "type": "object",
  "required": [
    "supported"
  ],
  "properties": {
    "supported": {
      "type": "string",
      "enum": [
        "no",
        "manual",
        "automatic"
      ]
    },
    "description": {
      "type": "string",
      "minLength": 1
    }
  }
}