Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 6, 2023
1 parent 21d1911 commit 28a9303
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mira/metamodel/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"description": "The name of the concept.",
"type": "string"
},
"display_name": {
"title": "Display Name",
"description": "An optional display name for the concept. If not provided, the name can be used for display purposes.",
"type": "string"
},
"description": {
"title": "Description",
"description": "An optional description of the concept.",
Expand Down Expand Up @@ -470,6 +475,11 @@
"description": "The name of the concept.",
"type": "string"
},
"display_name": {
"title": "Display Name",
"description": "An optional display name for the concept. If not provided, the name can be used for display purposes.",
"type": "string"
},
"description": {
"title": "Description",
"description": "An optional description of the concept.",
Expand Down Expand Up @@ -547,6 +557,11 @@
"description": "The name of the concept.",
"type": "string"
},
"display_name": {
"title": "Display Name",
"description": "An optional display name for the concept. If not provided, the name can be used for display purposes.",
"type": "string"
},
"description": {
"title": "Description",
"description": "An optional description of the concept.",
Expand Down

0 comments on commit 28a9303

Please sign in to comment.