We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c6f1b commit ed6fa86Copy full SHA for ed6fa86
api-playground/openapi-setup.mdx
@@ -508,6 +508,24 @@ openapi-schema: "schema-key"
508
509
</CodeGroup>
510
511
+If you have the schemas with the same name in multiple files, you can also specify the OpenAPI file:
512
+
513
+<CodeGroup>
514
515
+```mdx Example
516
+---
517
+openapi-schema: en-schema.json OrderItem
518
519
+```
520
521
+```mdx Format
522
523
+openapi-schema: "path-to-schema-file schema-key"
524
525
526
527
+</CodeGroup>
528
529
## Webhooks
530
531
Webhooks are HTTP callbacks that your API sends to notify external systems when events occur. Webhooks are supported in OpenAPI 3.1+ documents.
0 commit comments