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