configuration-status

APIs.ioEngineeringPlatform

Properties

Name Type Description
status string
progress array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-configuration-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/configuration-status",
  "title": "configuration-status",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "progress": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "key": {
            "type": "string"
          }
        },
        "required": [
          "status",
          "key"
        ]
      }
    }
  }
}