{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Response", "type": "object", "properties": { "data": { "type": "string", "description": "Returns a STACH 2.0 row organized package" } } }