{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://weverlabs.com/schemas/live-supabase-verification.schema.json",
  "title": "Live Supabase Verification",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "mode": {
      "type": "string"
    },
    "tables": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "rail_key": {
      "type": "string"
    },
    "movement_amount_units": {
      "type": "number"
    },
    "movement_type": {
      "type": "string"
    }
  }
}
