{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenaiModel", "title": "GenaiModel", "properties": { "description": { "type": "string" }, "has_temperature": { "type": "boolean" }, "id": { "type": "string" }, "max_tokens": { "type": "number" }, "name": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "web_url": { "type": "string" } }, "type": "object" }