[
    {
        "name": "data",
        "type": "RawObject",
        "required": true,
        "nullable": false,
        "description": "the data saved on the draft"
    },
    {
        "name": "formSchemaId",
        "type": "string",
        "required": false,
        "nullable": false,
        "description": "The id of the form schema"
    },
    {
        "name": "stableFormId",
        "type": "string",
        "required": true,
        "nullable": false,
        "description": "The id of the stable form of the draft"
    }
]