File tree Expand file tree Collapse file tree 3 files changed +1170
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1170
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ called _MathOptFormat_ with the file extension `.mof.json`.
55
66MathOptFormat is rigidly defined by the [ JSON schema] ( http://json-schema.org/ )
77available at
8- [ ` https://jump.dev/MathOptFormat/schemas/mof.1.5. schema.json ` ] ( https://jump.dev/MathOptFormat/schemas/mof.1.5 .schema.json ) .
8+ [ ` https://jump.dev/MathOptFormat/schemas/mof.1.schema.json ` ] ( https://jump.dev/MathOptFormat/schemas/mof.1.schema.json ) .
99
1010It is intended for the schema to be self-documenting. Instead of modifying or
1111adding to this documentation, clarifying edits should be made to the
Original file line number Diff line number Diff line change 33import os
44
55
6- SCHEMA_FILENAME = '../schemas/mof.1.5. schema.json'
6+ SCHEMA_FILENAME = '../schemas/mof.1.schema.json'
77
88def validate (filename ):
99 with open (filename , 'r' , encoding = 'utf-8' ) as io :
You can’t perform that action at this time.
0 commit comments