We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b88bdc + e531c42 commit dd3bea4Copy full SHA for dd3bea4
source/BaselineOfOpenAPI.package/BaselineOfOpenAPI.class/instance/jsonSchema..st
@@ -2,7 +2,7 @@ baselines
2
jsonSchema: spec
3
spec
4
baseline: 'JSONSchema' with: [
5
- spec repository: 'github://zweidenker/JSONSchema/source' ].
+ spec repository: 'github://zweidenker/JSONSchema:0.3/source' ].
6
7
project: 'JSONSchema Core' copyFrom: 'JSONSchema' with: [
8
spec loads: 'Core'];
0 commit comments