We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
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.
fromopenapi_spec_validatorimportvalidateschema_text="""{"openapi": "3.0.0"}"""schema:Schema= ???(schema_text)validate(schema)