Represents a wrapper schema around Warning for streaming case
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Warnings", "type": "object", "description": "Represents a wrapper schema around Warning for streaming case", "properties": { "warnings": { "type": "array" } } }