Skip to content

Commit 3eeed84

Browse files
committed
Added versions to the artifact type reference table
1 parent afcca41 commit 3eeed84

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/modules/ROOT/partials/getting-started/ref-registry-artifact-types.adoc

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,39 @@
99
You can store and manage a wide range of schema and API artifact types in {registry}.
1010

1111
.{registry} artifact types
12-
[%header,cols=2*]
12+
[%header,cols=3*]
1313
|===
1414
|Type
1515
|Description
16+
|Supported versions
1617
|`ASYNCAPI`
1718
|AsyncAPI specification
19+
|`2.0.0` -> `2.0.6`, `3.0.0`
1820
|`AVRO`
1921
|Apache Avro schema
22+
|`1.0` -> `1.12`,
2023
|`GRAPHQL`
2124
|GraphQL schema
25+
|*
2226
|`JSON`
2327
|JSON Schema
28+
|`draft-04`, `draft-07`, `2019-09`, `2020-12`
2429
|`KCONNECT`
2530
|Apache Kafka Connect schema
31+
|`2.0.0`
2632
|`OPENAPI`
2733
|OpenAPI specification
34+
|`2.0.0`, `3.0.0` -> `3.0.3`, `3.1.0`
2835
|`PROTOBUF`
2936
|Google protocol buffers schema
37+
|`proto2`, `proto3`
3038
|`WSDL`
3139
|Web Services Definition Language
40+
|http://schemas.xmlsoap.org/wsdl/
3241
|`XML`
3342
|Extensible Markup Language
43+
|
3444
|`XSD`
3545
|XML Schema Definition
46+
|http://www.w3.org/2001/XMLSchema
3647
|===

0 commit comments

Comments
 (0)