{
    "$schema": "http://json-schema.org/draft-03/schema",
    "required": true,
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "status": {
            "required": true,
            "type": "string",
            "enum": [
                "transfer_to_content"
            ],
            "description": "The status to change this product to in the approval flow."
        }
    }
}
