{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lake-formation/refs/heads/main/json-schema/amazon-lake-formation-permission-schema.json",
"title": "Permission",
"description": "A Lake Formation permission grant.",
"type": "object",
"properties": {
"Principal": {
"type": "object",
"description": "The principal (IAM user, role, or group) being granted permissions."
},
"Resource": {
"type": "object",
"description": "The resource on which permissions are being granted."
},
"Permissions": {
"type": "array",
"description": "The permissions being granted."
}
}
}