Skip to content

Commit

Permalink
Minor : remove EnumWithDescriptions in basic.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sonika-shah committed Oct 17, 2024
1 parent b175f6c commit 018bdbd
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions openmetadata-spec/src/main/resources/json/schema/type/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 018bdbd

Please sign in to comment.