3 "namespace": "crossref",
4 "description": "The crossref API.",
5 "dependencies": ["simple_api"],
12 "$ref": "simple_api.TestType"
15 "$ref": "simple_api.TestEnum"
18 "$ref": "simple_api.TestEnum",
21 "testEnumOptionalExtra": {
22 "$ref": "simple_api.TestEnum",
30 "name": "testTypeOptionalParam",
32 "description": "Takes TestType as a param.",
36 "$ref": "simple_api.TestType",
47 "name": "getTestType",
49 "description": "Return a TestType.",
57 "$ref": "simple_api.TestType",
58 "description": "A TestType."
65 "name": "testTypeInObject",
67 "description": "Takes an optional object with a TestType and a bool.",
70 "name": "paramObject",
73 "testType": {"$ref": "simple_api.TestType", "optional": true},
74 "boolean": {"type": "boolean"}