Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetParamPayload = Type("GetParamPayload", func() {
Attribute("ParamStr", String)
})
View Source
var IntTest = MediaType("application/vnd.inttest+json", func() {
Description("Validate test")
UseTrait("IntTrait")
View("default", func() {
Attribute("int")
Attribute("int_required")
Attribute("int_max")
Attribute("int_min")
Attribute("int_minmax")
Attribute("int_enum")
Attribute("int_array")
})
View("secret", func() {
Attribute("int")
Attribute("int_secret")
})
})
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.