The items in the list.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_items", "title": "zero-trust-gateway_items", "description": "The items in the list.", "items": { "properties": { "created_at": { "$ref": "#/components/schemas/zero-trust-gateway_timestamp" }, "description": { "$ref": "#/components/schemas/zero-trust-gateway_description_item" }, "value": { "$ref": "#/components/schemas/zero-trust-gateway_value" } }, "type": "object" }, "type": "array" }