14 lines
368 B
JSON
14 lines
368 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:AddAction",
|
|
"title": "AddAction",
|
|
"description": "The act of editing by adding an object to a collection.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "The act of managing by changing/editing the state of the object.",
|
|
"$ref": "schema:UpdateAction"
|
|
}
|
|
]
|
|
}
|