Ariba Sourcing · Schema

ApprovableDocument

An approvable document or project.

ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

Properties

Name Type Description
id string Document identifier.
type string Document type.
title string Document title.
status string Document status.
realm string SAP Ariba realm name.
View JSON Schema on GitHub

JSON Schema

external-approval-api-approvable-document-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-approvable-document-schema.json",
  "title": "ApprovableDocument",
  "description": "An approvable document or project.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Document identifier.",
      "example": "WS500123"
    },
    "type": {
      "type": "string",
      "description": "Document type.",
      "example": "Workspace"
    },
    "title": {
      "type": "string",
      "description": "Document title.",
      "example": "Q1 2026 Office Supplies RFQ"
    },
    "status": {
      "type": "string",
      "description": "Document status.",
      "example": "pending"
    },
    "realm": {
      "type": "string",
      "description": "SAP Ariba realm name.",
      "example": "mycompany-T"
    }
  }
}