Amazon Marketplace · JSON Structure

Amazon Marketplace Get Resource Policy Response Structure

GetResourcePolicyResponse schema from Amazon Marketplace API

Type: object Properties: 1
CommerceISVMarketplaceSoftware Catalog

GetResourcePolicyResponse is a JSON Structure definition published by Amazon Marketplace, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Policy

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-structure/amazon-marketplace-get-resource-policy-response-structure.json",
  "name": "GetResourcePolicyResponse",
  "description": "GetResourcePolicyResponse schema from Amazon Marketplace API",
  "type": "object",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourcePolicyJson"
        },
        {
          "description": "The policy document to set; formatted in JSON."
        }
      ]
    }
  }
}