SimpleType

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-simpletype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimpleType",
  "title": "SimpleType",
  "type": "string",
  "enum": [
    "array",
    "boolean",
    "integer",
    "null",
    "number",
    "object",
    "string"
  ]
}