{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AccessControlPolicy", "type": "object", "description": "Contains the elements that set the ACL permissions for an object per grantee.", "properties": { "AccessControlList": { "type": "object" } } }