mq_script-response-collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mq-script-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mq_script-response-collection",
  "title": "mq_script-response-collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/mq_api-response-common"
    },
    {
      "properties": {
        "result": {
          "items": {
            "properties": {
              "created_on": {
                "readOnly": true
              },
              "etag": {
                "readOnly": true
              },
              "id": {
                "readOnly": true
              },
              "modified_on": {
                "readOnly": true
              },
              "usage_model": {
                "readOnly": true
              }
            }
          },
          "type": "array"
        }
      }
    }
  ]
}