File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1056,6 +1056,11 @@ The `prefetch_related` case will issue 4 queries, but they will be small and fas
1056
1056
1057
1057
## Generating an OpenAPI Specification (OAS) 3.0 schema document
1058
1058
1059
+ DRF has a [ OAS schema functionality] ( https://www.django-rest-framework.org/api-guide/schemas/ ) to generate an
1060
+ [ OAS 3.0 schema] ( https://www.openapis.org/ ) as a YAML or JSON file.
1061
+
1062
+ DJA extends DRF's schema support to generate an OAS schema in the JSON: API format.
1063
+
1059
1064
---
1060
1065
1061
1066
** Deprecation notice:**
@@ -1070,11 +1075,6 @@ As a full-fledged replacement, we recommend the [drf-spectacular-json-api] packa
1070
1075
1071
1076
---
1072
1077
1073
- DRF has a [ OAS schema functionality] ( https://www.django-rest-framework.org/api-guide/schemas/ ) to generate an
1074
- [ OAS 3.0 schema] ( https://www.openapis.org/ ) as a YAML or JSON file.
1075
-
1076
- DJA extends DRF's schema support to generate an OAS schema in the JSON: API format.
1077
-
1078
1078
### AutoSchema Settings
1079
1079
1080
1080
In order to produce an OAS schema that properly represents the JSON: API structure
You can’t perform that action at this time.
0 commit comments