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