{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://fablepool.org/schemas/fpcf/v1/body.revocation.schema.json", "title": "Body: revocation", "type": "object", "required": ["target"], "additionalProperties": false, "properties": { "target": { "$ref": "defs.schema.json#/$defs/opId", "description": "The permission-grant being revoked. Effective from the revocation's position in the merged order." }, "reason": { "$ref": "defs.schema.json#/$defs/nonEmptyString" } } }