{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SparkStatementCollection", "title": "SparkStatementCollection", "type": "object", "properties": { "total": { "type": "integer" }, "statements": { "type": "array", "items": { "$ref": "#/components/schemas/SparkStatement" } } } }