VTEX · Schema

PolicyActionGetResponse

Object with policy conditions.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
id string Action ID.
metadata object Metadata object from the current action.
View JSON Schema on GitHub

JSON Schema

vtex-policyactiongetresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PolicyActionGetResponse",
  "title": "PolicyActionGetResponse",
  "type": "object",
  "description": "Object with policy conditions.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Action ID.",
      "title": "id"
    },
    "metadata": {
      "type": "object",
      "description": "Metadata object from the current action.",
      "title": "metadata",
      "additionalProperties": true
    }
  }
}