diff --git a/schemas/mof.0.6.schema.json b/schemas/mof.0.6.schema.json index 6213227..031e10a 100644 --- a/schemas/mof.0.6.schema.json +++ b/schemas/mof.0.6.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/schema#", - "$id": "https://jump.dev/MathOptFormat/schemas/mof.0.5.schema.json", + "$id": "https://jump.dev/MathOptFormat/schemas/mof.0.6.schema.json", "title": "The schema for MathOptFormat", "type": "object", "required": ["version", "variables", "objective", "constraints"],