{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Grant", "type": "object", "properties": { "privileges": { "type": "array" }, "grant_option": { "type": "boolean" }, "created_on": { "type": "string" }, "grantee_type": { "type": "string" }, "grantee_name": { "type": "string" }, "securable_type": { "type": "string" }, "securable_name": { "type": "string" }, "granted_by_role_type": { "type": "string" }, "granted_by_name": { "type": "string" } } }