Service - Vendor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 51: | Line 51: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== | == RelationshipSchemas == | ||
.... | .... | ||
Latest revision as of 13:49, 19 January 2026
Overview
Vendor instances.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
vendor
{
objectType: "vendor",
canDelete: false,
belongTo: {
serviceTag: "Business",
objectType: "business"
},
addOnDataStructure: [
{
type:"propertyValue"
},
{
type: "mediaLink",
mediaLinkPrefix: "vendor"
},
],
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
fieldNames: {
vendorId: {
type: "string",
randomOnCreate: true,
storageResourceTags: ['myGraph']
},
},
identifiers: [
{
type: "identifier",
fieldName: "vendorId"
}
]
}
RelationshipSchemas
....
Addresses
- use same structure as users in Izara Market