File tree 3 files changed +1170
-2
lines changed
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`.
5
5
6
6
MathOptFormat is rigidly defined by the [ JSON schema] ( http://json-schema.org/ )
7
7
available 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 ) .
9
9
10
10
It is intended for the schema to be self-documenting. Instead of modifying or
11
11
adding to this documentation, clarifying edits should be made to the
Original file line number Diff line number Diff line change 3
3
import os
4
4
5
5
6
- SCHEMA_FILENAME = '../schemas/mof.1.5. schema.json'
6
+ SCHEMA_FILENAME = '../schemas/mof.1.schema.json'
7
7
8
8
def validate (filename ):
9
9
with open (filename , 'r' , encoding = 'utf-8' ) as io :
You can’t perform that action at this time.
0 commit comments