VTEX · Example Payload

Vtex Getschemabyname Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getschemabyname Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
          }
        }
      }
    }
  ]
}