WSO2 · JSON Structure

Publisher Api Sequence Backend Structure

SequenceBackend schema from WSO2 API Manager

Type: object Properties: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Sequence Backend 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

sequenceId sequenceName sequenceType sequence

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-sequence-backend-structure.json",
  "name": "Sequence Backend",
  "description": "SequenceBackend schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "sequenceId": {
      "type": "string",
      "readOnly": true,
      "example": "943d3002-000c-42d3-a1b9-d6559f8a4d49"
    },
    "sequenceName": {
      "type": "string",
      "readOnly": true,
      "example": "943d3002-000c-42d3-a1b9-d6559f8a4d49-SANDBOX"
    },
    "sequenceType": {
      "type": "string",
      "readOnly": true,
      "example": "SANDBOX"
    },
    "sequence": {
      "type": "string",
      "format": "binary",
      "readOnly": true
    }
  }
}