{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Grant", "type": "object", "properties": { "Grantee": {}, "Permission": {} }, "description": "Container for grant information." }