|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
551 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "$schema": "http://json-schema.org/draft-07/schema#",
|
|---|
| 3 | "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|---|
| 4 | "description": "Meta-schema for $data reference (JSON Schema extension proposal)",
|
|---|
| 5 | "type": "object",
|
|---|
| 6 | "required": [ "$data" ],
|
|---|
| 7 | "properties": {
|
|---|
| 8 | "$data": {
|
|---|
| 9 | "type": "string",
|
|---|
| 10 | "anyOf": [
|
|---|
| 11 | { "format": "relative-json-pointer" },
|
|---|
| 12 | { "format": "json-pointer" }
|
|---|
| 13 | ]
|
|---|
| 14 | }
|
|---|
| 15 | },
|
|---|
| 16 | "additionalProperties": false
|
|---|
| 17 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.