mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
Add displayName field in the createCustomProperty schema (#19943)
This commit is contained in:
parent
8d46bca952
commit
1bc8093769
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user