3 "namespace": "error_generation",
4 "description": "Generates ALL the errors.",
6 "generate_error_messages": true
15 "description": "Some string."
20 "id": "OptionalTestType",
25 "description": "Some string.",
36 {"type": "array", "items": {"type": "integer", "minimum": 0}},
43 "id": "OptionalChoiceType",
48 {"type": "array", "items": {"type": "integer", "minimum": 0}},
60 "$ref": "error_generation.TestType",
68 "enum": ["one", "two", "three"]
71 "id": "HasEnumeration",
89 "id": "OptionalBinaryData",
104 "items": {"type": "string"},
106 "description": "Expecting a list?"
113 "name": "testString",
115 "description": "Takes a string. Or not.",
125 "name": "testFunction",
127 "description": "Specifies a number of parameters.",
136 "name": "testTypeInObject",
138 "description": "Takes a TestType.",
141 "name": "paramObject",
144 "testType": {"$ref": "error_generation.TestType", "optional": true},
145 "boolean": {"type": "boolean"}