mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 09:55:52 +00:00
Minor : remove EnumWithDescriptions in basic.json (#18305)
This commit is contained in:
parent
b175f6cb7e
commit
2093c24f83
@ -105,22 +105,6 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"enumWithDescriptions": {
|
||||
"$comment": "@om-field-type",
|
||||
"description": "List of values in Enum with description for each key.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"timezone": {
|
||||
"description": "Timezone of the user in the format `America/Los_Angeles`, `Brazil/East`, etc.",
|
||||
"type": "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user