mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 00:59:54 +08:00
switch to jsonschema draft 4
This commit is contained in:
@@ -9,7 +9,7 @@ import argparse
|
||||
import sys
|
||||
|
||||
# This schema describes what we expect interface definition files to look like
|
||||
validator = jsonschema.Draft7Validator(yaml.safe_load("""
|
||||
validator = jsonschema.Draft4Validator(yaml.safe_load("""
|
||||
definitions:
|
||||
interface:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user