|
1 | 1 | package spaceapiValidator |
2 | 2 |
|
3 | 3 | // CommitHash contains the hash of the commit the Validate function validates against |
4 | | -var CommitHash = "a58a6ba2057c73cda2b886f5ac257c463a181ee8" |
| 4 | +var CommitHash = "85008147fdd12809bff3b23291d6b5ea5f6e8b9d" |
5 | 5 |
|
6 | 6 | // SpaceApiSchemas load from the repository as a map |
7 | 7 | var SpaceApiSchemas = map[string]string{ |
8 | 8 | "11": `{ |
| 9 | + "$schema": "http://json-schema.org/draft-06/schema#", |
9 | 10 | "description": "SpaceAPI 0.11", |
10 | 11 | "type": "object", |
11 | 12 | "properties": { |
@@ -164,6 +165,7 @@ var SpaceApiSchemas = map[string]string{ |
164 | 165 | ] |
165 | 166 | }`, |
166 | 167 | "12": `{ |
| 168 | + "$schema": "http://json-schema.org/draft-06/schema#", |
167 | 169 | "description": "SpaceAPI 0.12", |
168 | 170 | "type": "object", |
169 | 171 | "properties": { |
@@ -360,6 +362,7 @@ var SpaceApiSchemas = map[string]string{ |
360 | 362 | ] |
361 | 363 | }`, |
362 | 364 | "13": `{ |
| 365 | + "$schema": "http://json-schema.org/draft-06/schema#", |
363 | 366 | "description": "SpaceAPI 0.13", |
364 | 367 | "type": "object", |
365 | 368 | "properties": { |
@@ -1505,6 +1508,7 @@ var SpaceApiSchemas = map[string]string{ |
1505 | 1508 | ] |
1506 | 1509 | }`, |
1507 | 1510 | "14": `{ |
| 1511 | + "$schema": "http://json-schema.org/draft-06/schema#", |
1508 | 1512 | "description": "SpaceAPI 0.14", |
1509 | 1513 | "type": "object", |
1510 | 1514 | "properties": { |
@@ -2696,6 +2700,7 @@ var SpaceApiSchemas = map[string]string{ |
2696 | 2700 | } |
2697 | 2701 | `, |
2698 | 2702 | "8": `{ |
| 2703 | + "$schema": "http://json-schema.org/draft-06/schema#", |
2699 | 2704 | "description": "SpaceAPI 0.8", |
2700 | 2705 | "type": "object", |
2701 | 2706 | "properties": { |
@@ -2797,6 +2802,7 @@ var SpaceApiSchemas = map[string]string{ |
2797 | 2802 | ] |
2798 | 2803 | }`, |
2799 | 2804 | "9": `{ |
| 2805 | + "$schema": "http://json-schema.org/draft-06/schema#", |
2800 | 2806 | "description": "SpaceAPI 0.9", |
2801 | 2807 | "type": "object", |
2802 | 2808 | "properties": { |
|
0 commit comments