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