Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
420 bytes
|
Line | |
---|
1 | {
|
---|
2 | "$schema": "https://json-schema.org/draft/2020-12/schema",
|
---|
3 | "$id": "https://json-schema.org/draft/2020-12/meta/format-annotation",
|
---|
4 | "$vocabulary": {
|
---|
5 | "https://json-schema.org/draft/2020-12/vocab/format-annotation": true
|
---|
6 | },
|
---|
7 | "$dynamicAnchor": "meta",
|
---|
8 |
|
---|
9 | "title": "Format vocabulary meta-schema for annotation results",
|
---|
10 | "type": ["object", "boolean"],
|
---|
11 | "properties": {
|
---|
12 | "format": {"type": "string"}
|
---|
13 | }
|
---|
14 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.