{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OperationCheckResult", "type": "object", "description": "An operation and the target entity that it applies to, e.g. create page.", "properties": { "operation": { "type": "string", "description": "The operation itself." }, "targetType": { "type": "string", "description": "The space or content type that the operation applies to. Could be one of- - application - page - blogpost - comment - attachment - space" } } }