Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/documentation/references/artifacts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We provide built-in parsers and importers for the following formats:
* [OpenAPI v3.x](https://spec.openapis.org/) files in either YAML or JSON format. See the Microcks' [OpenAPI Conventions](./openapi-conventions),
* [AsyncAPI v2.x](https://v2.asyncapi.com/docs/reference/specification/v2.6.0) and [AsyncAPI v3.x](https://www.asyncapi.com/docs/reference/specification/v3.0.0) files in either YAML or JSON format. See the Microcks' [AsyncAPI Conventions](./asyncapi-conventions),
* [Postman collections](https://www.postman.com/collection/) files with v2.x file format,
* [gRPC / Protocol buffers v3](https://grpc.io/docs/what-is-grpc/introduction/) `.proto` files. See the Microcks' [gRPC Conventions](./gRPC-conventions),
* [gRPC / Protocol buffers v3](https://grpc.io/docs/what-is-grpc/introduction/) `.proto` files. See the Microcks' [gRPC Conventions](https://microcks.io/documentation/references/artifacts/grpc-conventions/),
* [GraphQL Schema](https://graphql.org/learn/schema/) `.graphql` files. See the Microcks' [GraphQL Conventions](./graphql-conventions),
* [HTTP Archive Format (HAR)](https://w3c.github.io/web-performance/specs/HAR/Overview.html) JSON files. See the Microcks' [HAR Conventions](./har-conventions),

Expand Down