| { | |
| "$schema": "https://json-schema.org/draft-07/schema", | |
| "type": "object", | |
| "unevaluatedProperties": { | |
| "type": "array", | |
| "minItems": 1, | |
| "items": { | |
| "type": "string" | |
| } | |
| } | |
| } | |
| { | |
| "$schema": "https://json-schema.org/draft-07/schema", | |
| "type": "object", | |
| "unevaluatedProperties": { | |
| "type": "array", | |
| "minItems": 1, | |
| "items": { | |
| "type": "string" | |
| } | |
| } | |
| } | |