17 lines
246 B
JSON
17 lines
246 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"memories": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"maxLength": 100
|
|
},
|
|
"minItems": 1,
|
|
"maxItems": 4
|
|
}
|
|
},
|
|
"required": [
|
|
"memories"
|
|
]
|
|
} |