Ariba Sourcing · Schema

Approver

An individual or group approver.

ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

Properties

Name Type Description
userId string User identifier.
name string Approver display name.
View JSON Schema on GitHub

JSON Schema

external-approval-api-approver-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-approver-schema.json",
  "title": "Approver",
  "description": "An individual or group approver.",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string",
      "description": "User identifier.",
      "example": "[email protected]"
    },
    "name": {
      "type": "string",
      "description": "Approver display name.",
      "example": "Jane Smith"
    }
  }
}