{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ServiceRoleGrantTo", "type": "object", "properties": { "created_on": { "type": "string" }, "privilege": { "type": "string" }, "granted_on": { "type": "string" }, "name": { "type": "string" }, "granted_to": { "type": "string" }, "grantee_name": { "type": "string" } } }