@MinMuleVersion("4.1") @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface OutputJsonType
Declares the annotated ComponentModel's output MetadataType to the type represented by the JSON Schema.
Since:
1.1
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • schema

      String schema
      Returns:
      a JSON schema that describes the type structure of the output. The schema must live in the extension resources in order to be located.