Ariba Sourcing · JSON Structure

External Approval Api Approval Request Structure

An approval request entry.

Type: object Properties: 1
ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

ApprovalRequest is a JSON Structure definition published by Ariba Sourcing, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

approvers

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/ariba-sourcing/refs/heads/main/json-structure/external-approval-api-approval-request-structure.json",
  "name": "ApprovalRequest",
  "description": "An approval request entry.",
  "type": "object",
  "properties": {
    "approvers": {
      "type": "array",
      "description": "List of approvers.",
      "items": {
        "$ref": "#/components/schemas/Approver"
      }
    }
  }
}