{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectDataPolicy", "title": "ProjectDataPolicy", "additionalProperties": false, "description": "Details about data policy.", "properties": { "anyContentBlocked": { "description": "Whether the project contains any content inaccessible to the requesting application.", "readOnly": true, "type": "boolean" } }, "type": "object" }