3 "namespace": "error_generation",
4 "description": "Generates ALL the errors.",
6 "generate_error_messages": true
15 "description": "Some string."
25 {"type": "array", "items": {"type": "integer", "minimum": 0}},
36 "$ref": "error_generation.TestType",
44 "enum": ["one", "two", "three"]
47 "id": "HasEnumeration",
70 "items": {"type": "string"},
72 "description": "Expecting a list?"
81 "description": "Takes a string. Or not.",
91 "name": "testFunction",
93 "description": "Specifies a number of parameters.",
102 "name": "testTypeInObject",
104 "description": "Takes a TestType.",
107 "name": "paramObject",
110 "testType": {"$ref": "error_generation.TestType", "optional": true},
111 "boolean": {"type": "boolean"}