Ariba Sourcing · Schema

ApprovalRequest

An approval request entry.

ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

Properties

Name Type Description
approvers array List of approvers.
View JSON Schema on GitHub

JSON Schema

external-approval-api-approval-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ariba-sourcing/refs/heads/main/json-schema/external-approval-api-approval-request-schema.json",
  "title": "ApprovalRequest",
  "description": "An approval request entry.",
  "type": "object",
  "properties": {
    "approvers": {
      "type": "array",
      "description": "List of approvers.",
      "items": {
        "$ref": "#/components/schemas/Approver"
      }
    }
  }
}