Skip to main content

document-entity-types

Example File: document-entity-types

{
"$schema": "https://open-resource-discovery.github.io/specification/spec-v1/interfaces/Document.schema.json",
"openResourceDiscovery": "1.12",
"description": "Example for entity types as they will be exposed by ODM",
"policyLevels": ["sap:core:v1"],
"packages": [
{
"ordId": "sap.odm:package:OdmEntities:v1",
"title": "ODM Entities",
"shortDescription": "This package includes all aligned ODM Entities",
"description": "The ODM Entities are governed by the ODM Governance Board. They are semantically cross-LoB aligned and provide an unambiguous taxonomy",
"version": "1.0.0",
"policyLevels": ["sap:core:v1"],
"vendor": "sap:vendor:SAP:"
}
],
"entityTypes": [
{
"ordId": "sap.odm:entityType:BusinessPartner:v1",
"localId": "BusinessPartner",
"level": "aggregate",
"title": "Business Partner",
"shortDescription": "Person, an organization, or a group of persons or organizations.",
"description": "A business partner is a person, an organization, or a group of persons or organizations in which a company has a business interest.",
"version": "1.0.0",
"lastUpdate": "2023-03-18T15:30:04+00:00",
"partOfPackage": "sap.odm:package:OdmEntities:v1",
"visibility": "public",
"links": [],
"releaseStatus": "active",
"relatedEntityTypes": [
{
"ordId": "sap.vdm.sot:entityType:BusinessPartner:v1"
}
]
}
]
}