{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StrictModeSparseOutput", "title": "StrictModeSparseOutput", "type": "object", "properties": { "max_length": { "description": "Max length of sparse vector", "type": "integer", "format": "uint", "minimum": 0, "nullable": true } } }