Axway · JSON Structure

Amplify Platform Apicentral.Publishedproduct.Create Structure

Published when a product is published to a given marketplace.

Type: object Properties: 3
API ManagementEnterpriseIntegrationSecurity

apicentral.publishedproduct.create is a JSON Structure definition published by Axway, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

group product_id provider_guid

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "apicentral.publishedproduct.create",
  "description": "Published when a product is published to a given marketplace.",
  "type": "object",
  "properties": {
    "group": {
      "type": "string",
      "enum": [
        "catalog"
      ],
      "example": "catalog"
    },
    "product_id": {
      "type": "string",
      "example": "507f1f77bcf86cd799439011"
    },
    "provider_guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    }
  }
}