decimal field type

This commit is contained in:
Yuri Kuznetsov
2025-10-30 12:03:49 +02:00
parent f75ed7e279
commit e1a5ed86e7
13 changed files with 946 additions and 0 deletions

View File

@@ -600,6 +600,15 @@
]
}
}
},
{
"properties": {
"type": {
"anyOf": [
{"const": "decimal"}
]
}
}
}
]
},