{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContentRestrictionArray", "type": "object", "properties": { "results": { "type": "array" }, "start": { "type": "integer" }, "limit": { "type": "integer" }, "size": { "type": "integer" }, "restrictionsHash": { "type": "string", "description": "This property is used by the UI to figure out whether a set of restrictions\nhas changed." } } }