Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
379 B

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "entity-ui-descriptor.schema.json",
"title": "EntityUIDescriptor",
"description": "UI configuration for the entity",
"type": "object",
"properties": {
"pageTitle": {
"type": "string",
"description": "Title to display on the entity's page"
}
},
"additionalProperties": false
}