VTEX · Schema

Vehicle

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
registrationPlate string
View JSON Schema on GitHub

JSON Schema

vtex-vehicle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Vehicle",
  "title": "Vehicle",
  "type": "object",
  "properties": {
    "registrationPlate": {
      "maxLength": 50,
      "minLength": 0,
      "type": "string"
    }
  }
}