File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2323 }
2424 },
2525 "annotatedElement": {
26- "type": "array",
26+ "type": "array",in
2727 "items": {
2828 "$ref": "http://www.omg.org/spec/SysML/2.0/Identified",
2929 "$comment": "http://www.omg.org/spec/SysML/2.0/Element"
Original file line number Diff line number Diff line change 1+ <!doctype html> <!-- Important: must specify -->
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 "> <!-- Important: rapi-doc uses utf8 characters -->
5+ < script type ="module " src ="https://unpkg.com/rapidoc/dist/rapidoc-min.js "> </ script >
6+ </ head >
7+ < body >
8+ < rapi-doc
9+ spec-url ="openapi.json "
10+ show-components ="true "
11+ allow-spec-file-load ="false "
12+ allow-authentication ="false "
13+ allow-spec-file-download ="true "
14+ allow-server-selection ="false "
15+ render-style ="focused "
16+ theme ="light "
17+ > </ rapi-doc >
18+ </ body >
19+ </ html >
Original file line number Diff line number Diff line change 1212 allow-authentication ="false "
1313 allow-spec-file-download ="true "
1414 allow-server-selection ="false "
15- render-style ="focused "
15+ render-style ="view "
16+ theme ="light "
1617> </ rapi-doc >
1718</ body >
1819</ html >
Original file line number Diff line number Diff line change 115115 "content" : {
116116 "application/json" : {
117117 "schema" : {
118- "$ref" : " #/components/schemas/Project "
118+ "$ref" : " #/components/schemas/ProjectRequest "
119119 }
120120 }
121121 },
242242 "content" : {
243243 "application/json" : {
244244 "schema" : {
245- "$ref" : " #/components/schemas/Project "
245+ "$ref" : " #/components/schemas/ProjectRequest "
246246 }
247247 }
248248 },
455455 "content" : {
456456 "application/json" : {
457457 "schema" : {
458- "$ref" : " #/components/schemas/Branch "
458+ "$ref" : " #/components/schemas/BranchRequest "
459459 }
460460 }
461461 },
749749 "content" : {
750750 "application/json" : {
751751 "schema" : {
752- "$ref" : " #/components/schemas/Tag "
752+ "$ref" : " #/components/schemas/TagRequest "
753753 }
754754 }
755755 },
10521052 "content" : {
10531053 "application/json" : {
10541054 "schema" : {
1055- "$ref" : " #/components/schemas/Commit "
1055+ "$ref" : " #/components/schemas/CommitRequest "
10561056 }
10571057 }
10581058 },
18831883 "content" : {
18841884 "application/json" : {
18851885 "schema" : {
1886- "$ref" : " #/components/schemas/Query "
1886+ "$ref" : " #/components/schemas/QueryRequest "
18871887 }
18881888 }
18891889 },
21832183 "content" : {
21842184 "application/json" : {
21852185 "schema" : {
2186- "$ref" : " #/components/schemas/Query "
2186+ "$ref" : " #/components/schemas/QueryRequest "
21872187 }
21882188 }
21892189 },
22662266 "content" : {
22672267 "application/json" : {
22682268 "schema" : {
2269- "$ref" : " #/components/schemas/Query "
2269+ "$ref" : " #/components/schemas/QueryRequest "
22702270 }
22712271 }
22722272 },
You can’t perform that action at this time.
0 commit comments