Skip to content

Commit 13e8a48

Browse files
anton-bAnton Benkevich
andauthored
Catch case where jsonschema fails on integer status codes (#81)
Co-authored-by: Anton Benkevich <[email protected]>
1 parent 1d89a17 commit 13e8a48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/validate_my_definition.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
from argparse import ArgumentParser
99
import glob
1010
from almdrlib.client import _YamlOrderedLoader
11-
import json
12-
from openapi_spec_validator import validate_spec
1311
OPENAPI_SCHEMA_URL = 'https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json'
1412

1513

0 commit comments

Comments
 (0)