toggle menu
yorkie
0.6.3
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.schema
/
Rule
/
ArrayRule
Array
Rule
data
class
ArrayRule
(
val
path
:
String
,
val
type
:
String
=
TYPE
,
val
items
:
List
<
Rule.ArrayRule.Item
>
)
:
Rule
Members
Constructors
Array
Rule
Link copied to clipboard
constructor
(
path
:
String
,
type
:
String
=
TYPE
,
items
:
List
<
Rule.ArrayRule.Item
>
)
Types
Companion
Link copied to clipboard
object
Companion
Item
Link copied to clipboard
data
class
Item
(
val
type
:
String
,
val
properties
:
List
<
String
>
)
Properties
items
Link copied to clipboard
val
items
:
List
<
Rule.ArrayRule.Item
>
path
Link copied to clipboard
open
override
val
path
:
String
type
Link copied to clipboard
open
override
val
type
:
String