Files
xahau.js/src/api/common/schemas/FloatString.json
2015-05-29 10:49:14 -07:00

7 lines
233 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "FloatString",
"description": "A string representation of a floating point number",
"type": "string",
"pattern": "^[-+]?[0-9]*[.]?[0-9]+([eE][-+]?[0-9]+)?$"
}