Annotation Interface AttributesJsonType
@MinMuleVersion("4.1")
@Retention(RUNTIME)
@Target({METHOD,TYPE})
public @interface AttributesJsonType
Declares the annotated
ComponentModel's attributes MetadataType to the type represented by the JSON Schema.- Since:
- 1.1
-
Required Element Summary
Required Elements
-
Element Details
-
schema
String schema- Returns:
- a JSON schema that describes the type structure of the attributes. The schema must live in the extension resources in order to be located.
-