argo-analytics_api-response-single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-argo-analytics-api-response-single-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/argo-analytics_api-response-single",
  "title": "argo-analytics_api-response-single",
  "allOf": [
    {
      "$ref": "#/components/schemas/argo-analytics_api-response-common"
    },
    {
      "properties": {
        "result": {
          "anyOf": [
            {
              "nullable": true,
              "type": "object"
            },
            {
              "nullable": true,
              "type": "string"
            }
          ]
        }
      }
    }
  ],
  "type": "object"
}