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 dd56800 commit 023ccfeCopy full SHA for 023ccfe
springwolf-core/src/main/java/io/github/springwolf/core/configuration/properties/PayloadSchemaFormat.java
@@ -3,6 +3,9 @@
3
4
import io.github.springwolf.asyncapi.v3.model.schema.SchemaFormat;
5
6
+/**
7
+ * Enumeration defining the supported payload schema formats, for use in SpringwolfConfigProperties.
8
+ */
9
public enum PayloadSchemaFormat {
10
ASYNCAPI_V3(SchemaFormat.ASYNCAPI_V3),
11
OPENAPI_V3(SchemaFormat.OPENAPI_V3),
0 commit comments