{
    "$id": "https://alwaysai.co/shadow-project-update-schema.json",
    "title": "shadow_project_update_schema",
    "description": "The messaging payload structure for all properties of a single project shadow update",
    "type": "object",
    "nullable": true,
    "properties": {
        "appConfig": {
            "type": "string"
        },
        "envVars": {
            "type": "string"
        }
    },
    "required": []
}
