{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CspPolicy", "title": "CspPolicy", "type": "object", "properties": { "id": { "type": "string" }, "directives": { "type": "object", "additionalProperties": { "type": "array", "items": { "type": "string" } } }, "report_only": { "type": "boolean" } } }