Axway · JSON Structure

Amplify Platform Platform.Org.Idp.Domain.Create Structure

Published when an domain is added to an organization.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

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

Properties

modified_by tld

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "platform.org.idp.domain.create",
  "description": "Published when an domain is added to an organization.",
  "type": "object",
  "properties": {
    "modified_by": {
      "type": "string",
      "description": "\"platform\" or received value from event's `data.lastModifiedVia`."
    },
    "tld": {
      "$ref": "#/components/schemas/Domain/properties/tld"
    }
  }
}