Axway · JSON Structure

Amplify Platform Activation Structure

Activation schema from Axway Amplify Platform API

Type: object Properties: 6
API ManagementEnterpriseIntegrationSecurity

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

Properties

created expire guid type updated user_guid

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Activation",
  "description": "Activation schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "created": {
      "$ref": "#/components/schemas/DefaultFields/properties/created"
    },
    "expire": {
      "type": "string",
      "description": "Timestamp of when the record expired.",
      "example": "example_value"
    },
    "guid": {
      "type": "string",
      "description": "Identifier for the activation record.",
      "example": "example_value"
    },
    "type": {
      "type": "string",
      "description": "Type of record.",
      "example": "example_value"
    },
    "updated": {
      "$ref": "#/components/schemas/DefaultFields/properties/created"
    },
    "user_guid": {
      "type": "string",
      "description": "GUID of the user the activation record is for.",
      "example": "example_value"
    }
  }
}