VTEX · Schema

response2

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
items array Items information.
paging object
View JSON Schema on GitHub

JSON Schema

vtex-response2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/response2",
  "title": "response2",
  "type": "object",
  "required": [
    "items",
    "paging"
  ],
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Item1"
      },
      "description": "Items information."
    },
    "paging": {
      "$ref": "#/components/schemas/Paging"
    }
  }
}