Class MultiFormatSchema
java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.model.schema.MultiFormatSchema
The Multi Format Schema Object represents a schema definition. It differs from the Schema Object in that it
supports multiple schema formats or languages (e.g., JSON Schema, Avro, etc.).
- See Also:
-
Field Summary
Fields inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
extensionFields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
readExtensionProperty
-
Constructor Details
-
MultiFormatSchema
public MultiFormatSchema()
-