{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateModelRequest", "title": "UpdateModelRequest", "type": "object", "properties": { "name": { "type": "string", "description": "New name for the model" }, "description": { "type": "string", "description": "New description for the model" } } }