VTEX · Schema

AplicativosDeTV

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
Quantity integer
Name string
Link string
View JSON Schema on GitHub

JSON Schema

vtex-aplicativosdetv-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AplicativosDeTV",
  "title": "AplicativosDeTV",
  "required": [
    "Quantity",
    "Name",
    "Link"
  ],
  "type": "object",
  "properties": {
    "Quantity": {
      "type": "integer",
      "format": "int32"
    },
    "Name": {
      "type": "string"
    },
    "Link": {
      "type": "string"
    }
  },
  "example": {
    "Quantity": 4,
    "Name": "Crackle",
    "Link": "/eletronicos/tv/Crackle?map=c,c,specificationFilter_1517"
  }
}