{
    "type": "object",
    "properties": {
        "createdOn": {
            "type": "string"
        },
        "fieldData": {
            "type": "object",
            "properties": {
                "name": {
                    "type": "string"
                },
                "slug": {
                    "type": "string"
                }
            }
        },
        "id": {
            "type": "string"
        },
        "isArchived": {
            "type": "boolean"
        },
        "isDraft": {
            "type": "boolean"
        },
        "lastUpdated": {
            "type": "string"
        }
    },
    "version": 1
}
