intel-sinkholes_get_sinkholes_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-sinkholes-get-sinkholes-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel-sinkholes_get_sinkholes_response",
  "title": "intel-sinkholes_get_sinkholes_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/intel-sinkholes_api-response-common"
    },
    {
      "properties": {
        "result": {
          "example": [
            {
              "account_tag": "233f45e61fd1f7e21e1e154ede4q2859",
              "created_on": "2023-05-12T12:21:56.777653Z",
              "description": "user specified description 1",
              "id": 1,
              "modified_on": "2023-06-18T03:13:34.123321Z",
              "name": "sinkhole_1",
              "r2_bucket": "my_bucket",
              "r2_id": "<r2_id>"
            },
            {
              "account_tag": "233f45e61fd1f7e21e1e154ede4q2859",
              "created_on": "2023-05-21T21:43:52.867525Z",
              "description": "user specified description 2",
              "id": 2,
              "modified_on": "2023-06-28T18:46:18.764425Z",
              "name": "sinkhole_1",
              "r2_bucket": "my_bucket",
              "r2_id": "<r2_id>"
            }
          ],
          "items": {
            "$ref": "#/components/schemas/intel-sinkholes_sinkhole_item"
          },
          "type": "array"
        }
      }
    }
  ]
}