common.json 183 B

12345678910
  1. {
  2. "$schema": "http://json-schema.org/draft-06/schema#",
  3. "definitions": {
  4. "distance": {
  5. "type": "integer",
  6. "exclusiveMinimum": 0,
  7. "multipleOf": 5
  8. }
  9. }
  10. }