Ariba Guided Buying Catalog Shop Api Context
JSON-LD context defining the semantic vocabulary for Ariba Guided Buying Catalog Shop Api from Ariba Guided Buying.
7 Classes
15 Properties
4 Namespaces
Namespaces
ariba:
https://openapi.ariba.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
ItemsResponse
CatalogItem
ShopResponse
Facet
name
FacetValue
AutoCompleteResponse
Properties
| Property |
Type |
Container |
| items |
string |
set |
| extProductId |
string |
|
| leadTime |
integer |
|
| manufactCode |
string |
|
| manufactName |
string |
|
| price |
decimal |
|
| vendor |
string |
|
| vendorName |
string |
|
| vendorPartId |
string |
|
| shopID |
string |
|
| facets |
string |
set |
| values |
string |
set |
| label |
string |
|
| count |
integer |
|
| suggestions |
string |
set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"ariba": "https://openapi.ariba.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ItemsResponse": "ariba:ItemsResponse",
"items": {
"@id": "ariba:items",
"@container": "@set",
"@type": "xsd:string"
},
"CatalogItem": "ariba:CatalogItem",
"extProductId": {
"@id": "ariba:extProductId",
"@type": "xsd:string"
},
"leadTime": {
"@id": "ariba:leadTime",
"@type": "xsd:integer"
},
"manufactCode": {
"@id": "ariba:manufactCode",
"@type": "xsd:string"
},
"manufactName": {
"@id": "ariba:manufactName",
"@type": "xsd:string"
},
"price": {
"@id": "ariba:price",
"@type": "xsd:decimal"
},
"vendor": {
"@id": "ariba:vendor",
"@type": "xsd:string"
},
"vendorName": {
"@id": "ariba:vendorName",
"@type": "xsd:string"
},
"vendorPartId": {
"@id": "ariba:vendorPartId",
"@type": "xsd:string"
},
"ShopResponse": "ariba:ShopResponse",
"shopID": {
"@id": "ariba:shopID",
"@type": "xsd:string"
},
"facets": {
"@id": "ariba:facets",
"@container": "@set",
"@type": "xsd:string"
},
"Facet": "ariba:Facet",
"name": "schema:name",
"values": {
"@id": "ariba:values",
"@container": "@set",
"@type": "xsd:string"
},
"FacetValue": "ariba:FacetValue",
"label": {
"@id": "ariba:label",
"@type": "xsd:string"
},
"count": {
"@id": "ariba:count",
"@type": "xsd:integer"
},
"AutoCompleteResponse": "ariba:AutoCompleteResponse",
"suggestions": {
"@id": "ariba:suggestions",
"@container": "@set",
"@type": "xsd:string"
}
}
}