Module org.mule.sdk.api
Annotation Interface InputJsonType
Declares the annotated
ParameterModel's MetadataType to the type represented by the provided JSON Schema.
Can only be used on Map, String or InputStream parameters in order to be correctly coerced.
- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
schema
String schema- Returns:
- a JSON schema that describes the type structure. The schema must live in the extension resources in order to be located.
-