Module org.mule.sdk.api
Annotation Interface OutputJsonType
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@MinMuleVersion("4.5.0")
public @interface OutputJsonType
Declares the annotated
ComponentModel's output MetadataType to the type represented by the JSON Schema.- Since:
- 1.0
-
Required Element Summary
Required Elements
-
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.
-