Files
protocol/packages/json-schemas/schemas/whole_number_schema.json
2018-10-21 19:20:36 +02:00

6 lines
82 B
JSON

{
"id": "/wholeNumberSchema",
"type": "string",
"pattern": "^\\d+$"
}