SAP Ariba · JSON Structure

Sap Ariba Procurement Address Structure

Type: object Properties: 8
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Address is a JSON Structure definition published by SAP Ariba, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name lines city state postalCode country phone email

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Address",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "lines": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  }
}