There was an error while loading. Please reload this page.
I couldn't find a way to read from a string, without spamming a temporary file.
from openapi_spec_validator import validate schema_text = """{"openapi": "3.0.0"}""" schema: Schema = ???(schema_text) validate(schema)
I couldn't find a way to read from a string, without spamming a temporary file.