{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TLSContextList", "type": "object", "description": "List of TLSContext resources", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "items": { "type": "array" } } }