VTEX · Schema

StateResponse

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
name string
code string
View JSON Schema on GitHub

JSON Schema

vtex-stateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StateResponse",
  "title": "StateResponse",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "code": {
      "type": "string"
    }
  }
}