SAP Ariba · Schema

Address

Postal address structure used for shipping, billing, and company addresses

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Properties

Name Type Description
name string Addressee name or attention line
lines string Street address lines
city string City name
state string State or province
postalCode string Postal or ZIP code
country string Country code (ISO 3166-1 alpha-2)
phone string Phone number
email string Email address
View JSON Schema on GitHub

JSON Schema

sap-ariba-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Address",
  "title": "Address",
  "type": "object",
  "description": "Postal address structure used for shipping, billing, and company addresses",
  "properties": {
    "name": {
      "type": "string",
      "description": "Addressee name or attention line",
      "example": "Example Title"
    },
    "lines": {
      "type": "string",
      "description": "Street address lines",
      "example": "example_value"
    },
    "city": {
      "type": "string",
      "description": "City name",
      "example": "example_value"
    },
    "state": {
      "type": "string",
      "description": "State or province",
      "example": "example_value"
    },
    "postalCode": {
      "type": "string",
      "description": "Postal or ZIP code",
      "example": "example_value"
    },
    "country": {
      "type": "string",
      "description": "Country code (ISO 3166-1 alpha-2)",
      "pattern": "^[A-Z]{2}$",
      "example": "example_value"
    },
    "phone": {
      "type": "string",
      "description": "Phone number",
      "example": "example_value"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address",
      "example": "user@example.com"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-ariba-address"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.