Minor : remove EnumWithDescriptions in basic.json (#18305)

This commit is contained in:
sonika-shah 2024-10-17 12:08:39 +05:30 committed by GitHub
parent b175f6cb7e
commit 2093c24f83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,22 +105,6 @@
"type": "string" "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": { "timezone": {
"description": "Timezone of the user in the format `America/Los_Angeles`, `Brazil/East`, etc.", "description": "Timezone of the user in the format `America/Los_Angeles`, `Brazil/East`, etc.",
"type": "string", "type": "string",