{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "cursor": { "type": [ "string", "null" ] }, "modelProviders": { "items": { "type": "string" }, "type": [ "array", "null" ] }, "pageSize": { "format": "uint", "minimum": 0.0, "type": [ "integer", "null" ] } }, "title": "ListConversationsParams", "type": "object" }