diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 95c4509ecd..c4928153eb 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -748,6 +748,10 @@ "entity": { "type": "string", "description": "An entity type. To be specified if there's no corresponding link defined." + }, + "createButton": { + "type": "boolean", + "description": "To display the create button." } } }