Axway · JSON Structure

Amplify Platform Platform.Org.Create Structure

platform.org.create schema from Axway Amplify Platform API

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

platform.org.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

from modified_by

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.create",
  "description": "platform.org.create schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "from": {
      "type": "string",
      "description": "Client type."
    },
    "modified_by": {
      "type": "string",
      "description": "\"platform\" or received value from event's `data.lastModifiedVia`."
    }
  }
}