{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StreamResultElement", "title": "StreamResultElement", "type": "object", "properties": { "status": { "type": "integer", "description": "HTTP status code for this element", "example": 201 } } }