Update to SpaceAPI schema 15

This commit is contained in:
polyfloyd 2025-05-12 21:00:07 +02:00
parent 14dfb79cfb
commit 305f0fa99f
2 changed files with 24 additions and 17 deletions

View file

@ -1,13 +1,12 @@
import requests
from jsonschema import validate
import server
def test_schema_compliance():
resp = requests.get(
"https://raw.githubusercontent.com/SpaceApi/schema/refs/heads/master/13.json"
"https://raw.githubusercontent.com/SpaceApi/schema/refs/heads/master/15.json"
)
resp.raise_for_status()
schema = resp.json()