Value of the Origin Post Quantum Encryption Setting.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_origin_post_quantum_encryption_value", "title": "cache_origin_post_quantum_encryption_value", "default": "supported", "description": "Value of the Origin Post Quantum Encryption Setting.", "enum": [ "preferred", "supported", "off" ], "type": "string" }