Last change
on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
409 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
---|
| 3 | "description": "Meta-schema for $data reference (JSON AnySchema extension proposal)",
|
---|
| 4 | "type": "object",
|
---|
| 5 | "required": ["$data"],
|
---|
| 6 | "properties": {
|
---|
| 7 | "$data": {
|
---|
| 8 | "type": "string",
|
---|
| 9 | "anyOf": [{"format": "relative-json-pointer"}, {"format": "json-pointer"}]
|
---|
| 10 | }
|
---|
| 11 | },
|
---|
| 12 | "additionalProperties": false
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.