|
3 | 3 | "description":
|
4 | 4 | "additionalProperties being false does not allow other properties",
|
5 | 5 | "specification":{
|
6 |
| - "jsonschema":"https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.3-1" |
| 6 | + "jsonschema-core": { |
| 7 | + "section": "10.3.2.3.", |
| 8 | + "para": "1" |
| 9 | + } |
7 | 10 | },
|
8 | 11 | "schema": {
|
9 | 12 | "$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
46 | 49 | },
|
47 | 50 | {
|
48 | 51 | "description": "non-ASCII pattern with additionalProperties",
|
| 52 | + "specification":{ |
| 53 | + "rfc8259":{ |
| 54 | + "section": "4." |
| 55 | + } |
| 56 | + }, |
49 | 57 | "schema": {
|
50 | 58 | "$schema": "https://json-schema.org/draft/2020-12/schema",
|
51 | 59 | "patternProperties": {"^á": {}},
|
|
67 | 75 | {
|
68 | 76 | "description": "additionalProperties with schema",
|
69 | 77 | "specification":{
|
70 |
| - "jsonschema":"https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.3-1" |
| 78 | + "jsonschema-core": { |
| 79 | + "section": "10.3.2.3.", |
| 80 | + "para": "1" |
| 81 | + } |
71 | 82 | },
|
72 | 83 | "schema": {
|
73 | 84 | "$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
115 | 126 | {
|
116 | 127 | "description": "additionalProperties are allowed by default",
|
117 | 128 | "specification":{
|
118 |
| - "jsonschema":"https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.3-5" |
| 129 | + "jsonschema-core": { |
| 130 | + "section": "10.3.2.3.", |
| 131 | + "para": "5" |
| 132 | + } |
119 | 133 | },
|
120 | 134 | "schema": {
|
121 | 135 | "$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
132 | 146 | {
|
133 | 147 | "description": "additionalProperties does not look in applicators",
|
134 | 148 | "specification":{
|
135 |
| - "jsonschema":"https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.2-2" |
| 149 | + "jsonschema-core": { |
| 150 | + "section": "10.2.", |
| 151 | + "para": "2" |
| 152 | + } |
136 | 153 | },
|
137 | 154 | "schema": {
|
138 | 155 | "$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
152 | 169 | {
|
153 | 170 | "description": "additionalProperties with null valued instance properties",
|
154 | 171 | "specification":{
|
155 |
| - "jsonschema": "https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01#section-10.3.2.3-1" |
| 172 | + "jsonschema-core": { |
| 173 | + "section": "10.3.2.3.", |
| 174 | + "para": "1" |
| 175 | + } |
156 | 176 | },
|
157 | 177 | "schema": {
|
158 | 178 | "$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
0 commit comments