3 "namespace": "crossref",
4 "dependencies": ["simple_api"],
11 "$ref": "simple_api.TestType",
19 "name": "testTypeOptionalParam",
21 "description": "Takes TestType as a param.",
25 "$ref": "simple_api.TestType",
36 "name": "getTestType",
38 "description": "Return a TestType.",
46 "$ref": "simple_api.TestType",
47 "description": "A TestType."
54 "name": "testTypeInObject",
56 "description": "Takes an optional object with a TestType and a bool.",
59 "name": "paramObject",
62 "testType": {"$ref": "simple_api.TestType", "optional": true},
63 "boolean": {"type": "boolean"}