From 3eeed84d00980a994651467b31a134367802b1c6 Mon Sep 17 00:00:00 2001 From: Eric Wittmann Date: Tue, 29 Oct 2024 12:56:48 -0400 Subject: [PATCH] Added versions to the artifact type reference table --- .../ref-registry-artifact-types.adoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/partials/getting-started/ref-registry-artifact-types.adoc b/docs/modules/ROOT/partials/getting-started/ref-registry-artifact-types.adoc index 9ef0527b4c..77d2303a6b 100644 --- a/docs/modules/ROOT/partials/getting-started/ref-registry-artifact-types.adoc +++ b/docs/modules/ROOT/partials/getting-started/ref-registry-artifact-types.adoc @@ -9,28 +9,39 @@ You can store and manage a wide range of schema and API artifact types in {registry}. .{registry} artifact types -[%header,cols=2*] +[%header,cols=3*] |=== |Type |Description +|Supported versions |`ASYNCAPI` |AsyncAPI specification +|`2.0.0` -> `2.0.6`, `3.0.0` |`AVRO` |Apache Avro schema +|`1.0` -> `1.12`, |`GRAPHQL` |GraphQL schema +|* |`JSON` |JSON Schema +|`draft-04`, `draft-07`, `2019-09`, `2020-12` |`KCONNECT` |Apache Kafka Connect schema +|`2.0.0` |`OPENAPI` |OpenAPI specification +|`2.0.0`, `3.0.0` -> `3.0.3`, `3.1.0` |`PROTOBUF` |Google protocol buffers schema +|`proto2`, `proto3` |`WSDL` |Web Services Definition Language +|http://schemas.xmlsoap.org/wsdl/ |`XML` |Extensible Markup Language +| |`XSD` |XML Schema Definition +|http://www.w3.org/2001/XMLSchema |===