[Minor] : Fix #19845 Number type custom properties being treated as integer (#20723)

This commit is contained in:
sonika-shah 2025-04-11 10:35:56 +05:30 committed by GitHub
parent 8677032743
commit ccee49f24b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
"number" : { "number" : {
"$comment" : "@om-field-type", "$comment" : "@om-field-type",
"description": "A numeric type that includes integer or floating point numbers.", "description": "A numeric type that includes integer or floating point numbers.",
"type" : "integer" "type" : "number"
}, },
"string" : { "string" : {
"$comment" : "@om-field-type", "$comment" : "@om-field-type",