Request for syncing application stages
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StageRequest", "title": "StageRequest", "type": "object", "description": "Request for syncing application stages", "properties": { "entities": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/StageData" } } } }