Ariba Guided Buying Asset Management Api Context
JSON-LD context defining the semantic vocabulary for Ariba Guided Buying Asset Management Api from Ariba Guided Buying.
8 Classes
17 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
Requisition
BatchAssetUpdateRequest
AssetLineItemUpdate
CountResponse
AssetLineItem
description
RequisitionsResponse
BatchUpdateResponse
Properties
| Property |
Type |
Container |
| id |
string |
|
| title |
string |
|
| status |
string |
|
| createdDate |
dateTime |
|
| updatedDate |
dateTime |
|
| lineItems |
string |
set |
| updates |
string |
set |
| requisitionId |
string |
|
| lineItemId |
string |
|
| assetNumber |
string |
|
| count |
integer |
|
| assetCategory |
string |
|
| quantity |
integer |
|
| requisitions |
string |
set |
| processed |
integer |
|
| succeeded |
integer |
|
| failed |
integer |
|
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#",
"Requisition": "ariba:Requisition",
"id": {
"@id": "ariba:id",
"@type": "xsd:string"
},
"title": {
"@id": "ariba:title",
"@type": "xsd:string"
},
"status": {
"@id": "ariba:status",
"@type": "xsd:string"
},
"createdDate": {
"@id": "ariba:createdDate",
"@type": "xsd:dateTime"
},
"updatedDate": {
"@id": "ariba:updatedDate",
"@type": "xsd:dateTime"
},
"lineItems": {
"@id": "ariba:lineItems",
"@container": "@set",
"@type": "xsd:string"
},
"BatchAssetUpdateRequest": "ariba:BatchAssetUpdateRequest",
"updates": {
"@id": "ariba:updates",
"@container": "@set",
"@type": "xsd:string"
},
"AssetLineItemUpdate": "ariba:AssetLineItemUpdate",
"requisitionId": {
"@id": "ariba:requisitionId",
"@type": "xsd:string"
},
"lineItemId": {
"@id": "ariba:lineItemId",
"@type": "xsd:string"
},
"assetNumber": {
"@id": "ariba:assetNumber",
"@type": "xsd:string"
},
"CountResponse": "ariba:CountResponse",
"count": {
"@id": "ariba:count",
"@type": "xsd:integer"
},
"AssetLineItem": "ariba:AssetLineItem",
"description": "schema:description",
"assetCategory": {
"@id": "ariba:assetCategory",
"@type": "xsd:string"
},
"quantity": {
"@id": "ariba:quantity",
"@type": "xsd:integer"
},
"RequisitionsResponse": "ariba:RequisitionsResponse",
"requisitions": {
"@id": "ariba:requisitions",
"@container": "@set",
"@type": "xsd:string"
},
"BatchUpdateResponse": "ariba:BatchUpdateResponse",
"processed": {
"@id": "ariba:processed",
"@type": "xsd:integer"
},
"succeeded": {
"@id": "ariba:succeeded",
"@type": "xsd:integer"
},
"failed": {
"@id": "ariba:failed",
"@type": "xsd:integer"
}
}
}