1 | {
|
2 | "$schema": "http://json-schema.org/draft-07/schema",
|
3 | "$id": "yas-redis",
|
4 | "oneOf": [
|
5 | {
|
6 | "$ref": "#/definitions/$id__Element"
|
7 | }
|
8 | ],
|
9 | "definitions": {
|
10 | "$id__Element": {
|
11 | "type": "object",
|
12 | "additionalProperties": false
|
13 | }
|
14 | }
|
15 | } |
\ | No newline at end of file |