From 28a93034db1ebbf422d0bd7f52421e965fdd3905 Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Thu, 6 Jul 2023 11:33:19 -0400 Subject: [PATCH] Update schema --- mira/metamodel/schema.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mira/metamodel/schema.json b/mira/metamodel/schema.json index 62ac00c5d..e32b2c46f 100644 --- a/mira/metamodel/schema.json +++ b/mira/metamodel/schema.json @@ -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.", @@ -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.", @@ -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.",