WSO2 · JSON Structure

Publisher Api Lifecycle History Item Structure

LifecycleHistoryItem schema from WSO2 API Manager

Type: object Properties: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Lifecycle history item is a JSON Structure definition published by WSO2, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

previousState postState user updatedTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/publisher-api-lifecycle-history-item-structure.json",
  "name": "Lifecycle history item",
  "description": "LifecycleHistoryItem schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "previousState": {
      "type": "string",
      "example": "Created"
    },
    "postState": {
      "type": "string",
      "example": "Published"
    },
    "user": {
      "type": "string",
      "example": "admin"
    },
    "updatedTime": {
      "type": "string",
      "format": "dateTime",
      "example": "2019-02-31T23:59:60Z"
    }
  }
}