Skip to content

Commit b43eab6

Browse files
authored
Add mof.1.schema.json (#32)
1 parent aba1e78 commit b43eab6

File tree

3 files changed

+1170
-2
lines changed

3 files changed

+1170
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ called _MathOptFormat_ with the file extension `.mof.json`.
55

66
MathOptFormat is rigidly defined by the [JSON schema](http://json-schema.org/)
77
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).
99

1010
It is intended for the schema to be self-documenting. Instead of modifying or
1111
adding to this documentation, clarifying edits should be made to the

Diff for: python/mof.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55

6-
SCHEMA_FILENAME = '../schemas/mof.1.5.schema.json'
6+
SCHEMA_FILENAME = '../schemas/mof.1.schema.json'
77

88
def validate(filename):
99
with open(filename, 'r', encoding='utf-8') as io:

0 commit comments

Comments
 (0)