{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v3CheckPermissionRequest", "description": "v3CheckPermissionRequest schema from Aserto directory API", "properties": { "object_id": { "title": "object identifier", "type": "string" }, "object_type": { "title": "object type", "type": "string" }, "permission": { "title": "permission name", "type": "string" }, "subject_id": { "title": "subject identifier", "type": "string" }, "subject_type": { "title": "subject type", "type": "string" }, "trace": { "title": "collect trace information", "type": "boolean" } }, "required": [ "object_type", "object_id", "permission", "subject_type", "subject_id" ], "type": "object" }