{ "operationId": "Getschemas", "method": "GET", "path": "/api/dataentities/{dataEntityName}/schemas", "summary": "VTex Get schemas", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "name": "testschema", "schema": { "properties": { "name": { "type": "string" } } } } ] } ] }