Skip to content

Commit

Permalink
Add alternateClassification to all top models
Browse files Browse the repository at this point in the history
  • Loading branch information
rszcodronski committed Jul 23, 2024
1 parent f2c9b90 commit 706a63c
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Ontology/Willow/Account/Account.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,33 @@
"writable": true,
"schema": "string"
},
{
"@type": "Property",
"name": "alternateClassification",
"displayName": {
"en": "Alternate Classification"
},
"writable": true,
"schema": {
"@type": "Object",
"fields": [
{
"name": "projectHaystack",
"displayName": {
"en": "Project Haystack"
},
"schema": "dtmi:com:willowinc:AccountAlternateClassificationObject;1"
},
{
"name": "brickSchema",
"displayName": {
"en": "Brick Schema"
},
"schema": "dtmi:com:willowinc:AccountAlternateClassificationObject;1"
}
]
}
},
{
"@type": "Property",
"name": "customProperties",
Expand Down Expand Up @@ -188,6 +215,26 @@
}
],
"schemas": [
{
"@id": "dtmi:com:willowinc:AccountAlternateClassificationObject;1",
"@type": "Object",
"fields": [
{
"name": "version",
"displayName": {
"en": "Version"
},
"schema": "string"
},
{
"name": "code",
"displayName": {
"en": "Code"
},
"schema": "string"
}
]
},
{
"@id": "dtmi:com:willowinc:AccountMappedIdObject;1",
"@type": "Object",
Expand Down
47 changes: 47 additions & 0 deletions Ontology/Willow/Agent/Agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,33 @@
"writable": true,
"schema": "string"
},
{
"@type": "Property",
"name": "alternateClassification",
"displayName": {
"en": "Alternate Classification"
},
"writable": true,
"schema": {
"@type": "Object",
"fields": [
{
"name": "projectHaystack",
"displayName": {
"en": "Project Haystack"
},
"schema": "dtmi:com:willowinc:AgentAlternateClassificationObject;1"
},
{
"name": "brickSchema",
"displayName": {
"en": "Brick Schema"
},
"schema": "dtmi:com:willowinc:AgentAlternateClassificationObject;1"
}
]
}
},
{
"@type": "Property",
"name": "customProperties",
Expand Down Expand Up @@ -173,6 +200,26 @@
}
],
"schemas": [
{
"@id": "dtmi:com:willowinc:AgentAlternateClassificationObject;1",
"@type": "Object",
"fields": [
{
"name": "version",
"displayName": {
"en": "Version"
},
"schema": "string"
},
{
"name": "code",
"displayName": {
"en": "Code"
},
"schema": "string"
}
]
},
{
"@id": "dtmi:com:willowinc:AgentMappedIdObject;1",
"@type": "Object",
Expand Down
47 changes: 47 additions & 0 deletions Ontology/Willow/Document/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,33 @@
"writable": true,
"schema": "string"
},
{
"@type": "Property",
"name": "alternateClassification",
"displayName": {
"en": "Alternate Classification"
},
"writable": true,
"schema": {
"@type": "Object",
"fields": [
{
"name": "projectHaystack",
"displayName": {
"en": "Project Haystack"
},
"schema": "dtmi:com:willowinc:DocumentAlternateClassificationObject;1"
},
{
"name": "brickSchema",
"displayName": {
"en": "Brick Schema"
},
"schema": "dtmi:com:willowinc:DocumentAlternateClassificationObject;1"
}
]
}
},
{
"@type": "Property",
"name": "customProperties",
Expand Down Expand Up @@ -236,6 +263,26 @@
}
],
"schemas": [
{
"@id": "dtmi:com:willowinc:DocumentAlternateClassificationObject;1",
"@type": "Object",
"fields": [
{
"name": "version",
"displayName": {
"en": "Version"
},
"schema": "string"
},
{
"name": "code",
"displayName": {
"en": "Code"
},
"schema": "string"
}
]
},
{
"@id": "dtmi:com:willowinc:DocumentMappedIdObject;1",
"@type": "Object",
Expand Down

0 comments on commit 706a63c

Please sign in to comment.