logpush_logpush_field_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-logpush-logpush-field-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/logpush_logpush_field_response_collection",
  "title": "logpush_logpush_field_response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/logpush_api-response-common"
    },
    {
      "properties": {
        "result": {
          "items": {
            "nullable": true,
            "properties": {
              "key": {
                "example": "value",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": "object"
        }
      }
    }
  ]
}