{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "structureResponse", "type": "object", "description": "Structure Response Array", "properties": { "data": { "type": "array", "description": "Array of Structure Objects" } } }