Class MultiFormatSchema

java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.model.schema.MultiFormatSchema

public class MultiFormatSchema extends ExtendableObject
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:
  • Constructor Details

    • MultiFormatSchema

      public MultiFormatSchema()