Properties
| Name | Type | Description |
|---|---|---|
| count | object | |
| created_at | object | |
| description | object | |
| id | object | |
| name | object | |
| type | object | |
| updated_at | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zero-trust-gateway_lists",
"title": "zero-trust-gateway_lists",
"properties": {
"count": {
"$ref": "#/components/schemas/zero-trust-gateway_count"
},
"created_at": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
},
"description": {
"$ref": "#/components/schemas/zero-trust-gateway_description"
},
"id": {
"$ref": "#/components/schemas/zero-trust-gateway_schemas-uuid"
},
"name": {
"$ref": "#/components/schemas/zero-trust-gateway_name"
},
"type": {
"$ref": "#/components/schemas/zero-trust-gateway_schemas-type"
},
"updated_at": {
"$ref": "#/components/schemas/zero-trust-gateway_timestamp"
}
},
"type": "object"
}