Esempio n. 1
0
def schema():
    schema_dir = 'tests/sample_schemas/good_app/'
    enable_swagger_spec_validation = False

    return compile_swagger_schema(schema_dir, enable_swagger_spec_validation)
Esempio n. 2
0
def get_swagger_schema(schema_dir='tests/sample_schemas/good_app/'):
    return compile_swagger_schema(
        schema_dir,
        get_resource_listing(schema_dir, False)
    )
Esempio n. 3
0
def schema():
    schema_dir = 'tests/sample_schemas/good_app/'
    enable_swagger_spec_validation = False

    return compile_swagger_schema(schema_dir, enable_swagger_spec_validation)