{
  "additionalProperties": false,
  "properties": {
    "json_schema_output": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Json Schema Output"
    },
    "tools": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Tools"
    }
  },
  "title": "ProviderCapabilitiesSpec",
  "type": "object"
}
