Commit 088fde5
authored
OpenAPI: Auto-generated documentation (#1371)
* Generate documentation for JSON:API endpoints
* Generate documentation for JSON:API resource types and attributes
* Rename path property, which is actually a directory
* Add 403 status when client-generated IDs are forbidden (default)
* Update documentation1 parent 86af528 commit 088fde5
File tree
38 files changed
+4217
-1181
lines changed- docs/usage
- src/JsonApiDotNetCore.OpenApi
- SwaggerComponents
- test
- OpenApiClientTests
- LegacyClient
- NamingConventions
- CamelCase
- KebabCase
- PascalCase
- ResourceFieldValidation
- NullableReferenceTypesOff
- ModelStateValidationOff
- ModelStateValidationOn
- NullableReferenceTypesOn
- ModelStateValidationOff
- ModelStateValidationOn
- OpenApiTests
- DocComments
- LegacyOpenApiIntegration
- NamingConventions
- CamelCase
- KebabCase
- PascalCase
- ResourceFieldValidation
- NullableReferenceTypesOff
- ModelStateValidationOff
- ModelStateValidationOn
- NullableReferenceTypesOn
- ModelStateValidationOff
- ModelStateValidationOn
- TestBuildingBlocks
38 files changed
+4217
-1181
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments