Skip to content

Commit 023ccfe

Browse files
committed
chore: javadoc
1 parent dd56800 commit 023ccfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

springwolf-core/src/main/java/io/github/springwolf/core/configuration/properties/PayloadSchemaFormat.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
import io.github.springwolf.asyncapi.v3.model.schema.SchemaFormat;
55

6+
/**
7+
* Enumeration defining the supported payload schema formats, for use in SpringwolfConfigProperties.
8+
*/
69
public enum PayloadSchemaFormat {
710
ASYNCAPI_V3(SchemaFormat.ASYNCAPI_V3),
811
OPENAPI_V3(SchemaFormat.OPENAPI_V3),

0 commit comments

Comments
 (0)