Add displayName field in the createCustomProperty schema (#19943)

This commit is contained in:
Charalampos Georgiadis 2025-03-03 12:24:52 +01:00 committed by GitHub
parent 8d46bca952
commit 1bc8093769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,10 @@
"description": "Name that identifies this Custom Property model.",
"$ref": "../../type/basic.json#/definitions/entityName"
},
"displayName": {
"description": "Display Name that identifies the custom property.",
"type": "string"
},
"description": {
"description": "Description of the Container instance.",
"$ref": "../../type/basic.json#/definitions/markdown"