{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowProgressionRes", "title": "FlowProgressionRes", "type": "object", "properties": { "forkFrom": { "type": "string", "description": "Previous Flow Version holding the tag", "example": "65c28d9db2a2375974066579" }, "fvId": { "type": "string", "description": "Flow Version object ID", "example": "65c28d9db2a2375974066579" }, "fvName": { "type": "string", "description": "Name of the Flow Version object", "example": "TestFlow" } } }