Skip to content

Commit e531c42

Browse files
committed
Fix JSONSchema version before it changes a lot
1 parent 7c5d2a5 commit e531c42

File tree

1 file changed

+1
-1
lines changed
  • source/BaselineOfOpenAPI.package/BaselineOfOpenAPI.class/instance

1 file changed

+1
-1
lines changed

source/BaselineOfOpenAPI.package/BaselineOfOpenAPI.class/instance/jsonSchema..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ baselines
22
jsonSchema: spec
33
spec
44
baseline: 'JSONSchema' with: [
5-
spec repository: 'github://zweidenker/JSONSchema/source' ].
5+
spec repository: 'github://zweidenker/JSONSchema:0.3/source' ].
66
spec
77
project: 'JSONSchema Core' copyFrom: 'JSONSchema' with: [
88
spec loads: 'Core'];

0 commit comments

Comments
 (0)