{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://weverlabs.com/schemas/public-agent-client-repo.schema.json",
  "title": "Public Agent Client Repo",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "mode": {
      "type": "string"
    },
    "release_version": {
      "type": "string"
    }
  }
}
