14 lines
381 B
JSON
14 lines
381 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:DeleteAction",
|
|
"title": "DeleteAction",
|
|
"description": "The act of editing a recipient by removing one of its objects.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "The act of managing by changing/editing the state of the object.",
|
|
"$ref": "schema:UpdateAction"
|
|
}
|
|
]
|
|
}
|