3 "namespace": "crossref",
4 "description": "The crossref API.",
5 "dependencies": ["simple_api"],
12 "$ref": "simple_api.TestType",
20 "name": "testTypeOptionalParam",
22 "description": "Takes TestType as a param.",
26 "$ref": "simple_api.TestType",
37 "name": "getTestType",
39 "description": "Return a TestType.",
47 "$ref": "simple_api.TestType",
48 "description": "A TestType."
55 "name": "testTypeInObject",
57 "description": "Takes an optional object with a TestType and a bool.",
60 "name": "paramObject",
63 "testType": {"$ref": "simple_api.TestType", "optional": true},
64 "boolean": {"type": "boolean"}