StatusListResponse

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-statuslistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatusListResponse",
  "title": "StatusListResponse",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Status"
  }
}