aboutsummaryrefslogblamecommitdiffstats
path: root/packages/json-schemas/schemas/number_schema.json
blob: a48f3e8cff489edbec5611b23d57f93008f4d4de (plain) (tree)
1
2
3
4
5




                                 
{
    "id": "/numberSchema",
    "type": "string",
    "pattern": "^\\d+(\\.\\d+)?$"
}