github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/surveyutils/test_data/multipleOf.test.schema.json (about) 1 2 { 3 "$id": "https:/jenkins-x.io/tests/basicTypes.schema.json", 4 "$schema": "http://json-schema.org/draft-07/schema#", 5 "description": "test values.yaml", 6 "type": "object", 7 "properties": { 8 "numberValue": { 9 "type": "number", 10 "multipleOf": 10 11 }, 12 "integerValue": { 13 "type": "integer", 14 "multipleOf": 20 15 } 16 } 17 }