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.
 
 
 
 
 
 

15 lines
367 B

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "entity-property-ui-form-availability.schema.json",
"title": "EntityPropertyUIFormAvailability",
"description": "Availability of the property on forms",
"type": "string",
"enum": [
"Available",
"available",
"Hidden",
"hidden",
"NotAvailable",
"notAvailable"
]
}