diff --git a/api-playground/openapi-setup.mdx b/api-playground/openapi-setup.mdx index de396cc57..f9235eef2 100644 --- a/api-playground/openapi-setup.mdx +++ b/api-playground/openapi-setup.mdx @@ -508,6 +508,24 @@ openapi-schema: "schema-key" +If you have schemas with the same name in multiple files, you can also specify the OpenAPI file: + + + +```mdx Example +--- +openapi-schema: en-schema.json OrderItem +--- +``` + +```mdx Format +--- +openapi-schema: "path-to-schema-file schema-key" +--- +``` + + + ## Webhooks Webhooks are HTTP callbacks that your API sends to notify external systems when events occur. Webhooks are supported in OpenAPI 3.1+ documents.