VTEX · Schema

Properties

Object containing schema properties.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
name object
View JSON Schema on GitHub

JSON Schema

vtex-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Properties",
  "title": "Properties",
  "required": [
    "name"
  ],
  "type": "object",
  "description": "Object containing schema properties.",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/Name"
    }
  }
}