{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Warnings", "title": "Warnings", "type": "object", "description": "Represents a wrapper schema around Warning for streaming case", "properties": { "warnings": { "type": "array", "items": { "$ref": "#/components/schemas/Warning" }, "example": [] } } }