{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "Grant", "type": "object", "description": "Container for grant information.", "fields": [ { "name": "Grantee", "type": "string" }, { "name": "Permission", "type": "string" } ] }