Axway · Schema

platform.org.create

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
from object
modified_by object
View JSON Schema on GitHub

JSON Schema

axway-platformorgcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.org.create",
  "title": "platform.org.create",
  "type": "object",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataUser"
    },
    {
      "$ref": "#/components/schemas/EventDataActionUser"
    }
  ],
  "properties": {
    "from": {
      "$ref": "#/components/schemas/EventDataFrom"
    },
    "modified_by": {
      "$ref": "#/components/schemas/EventDataModifiedBy"
    }
  }
}