{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PolicyPartitions", "type": "object", "properties": { "acl": { "type": "boolean" }, "complexity": { "type": "boolean" }, "per_api": { "type": "boolean" }, "quota": { "type": "boolean" }, "rate_limit": { "type": "boolean" } } }