ofObject
Specifies that array items are objects.
Example
array {
ofObject {
property("name") {
required = true
string()
}
}
}Content copied to clipboard
Specifies that array items are objects.
array {
ofObject {
property("name") {
required = true
string()
}
}
}