Skip to main content

OpenAPI specification validator and converter to Marshmallow schemas.

Project description

Schema-First

Validate and convert OpenAPI specification via Marshmallow schemas to Marshmallow schemas.

Features

  • OpenAPI specification validate.
  • Convert OpenAPI schemas to Marshmallow schemas.

Installation

Recommended using the latest version of Python. Schema-First supports Python 3.14 and newer.

Install and update using pip:

$ pip install -U schema_first

Example

Create specification - openapi.yaml:

openapi: 3.1.1
info:
    title: Example API for testing Flask-First
    version: 1.0.1
paths:
    /endpoint:
        get:
            operationId: endpoint
            responses:
                '200':
                    content:
                        application/json:
                            schema:
                                properties:
                                    message:
                                        type: string
                                type: object
                    description: OK

Create script - main.py:

from pathlib import Path
from pprint import pprint

from schema_first.specification import Specification

spec_file = Path('openapi.yaml')
spec = Specification(spec_file)
spec.load()

pprint(spec.reassembly_spec)
print(
    'Marshmallow schema generated from OpenAPI schema',
    spec.reassembly_spec['paths']['/endpoint']['get']['responses']['200']['content'][
        'application/json'
    ]['schema'],
)

More example see to ./example folder.

Additional documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

schema_first-0.14.3.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

schema_first-0.14.3-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

Details for the file schema_first-0.14.3.tar.gz.

File metadata

  • Download URL: schema_first-0.14.3.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for schema_first-0.14.3.tar.gz
Algorithm Hash digest
SHA256 7a4c9fc01afd2563a31fde1759ba3d7617505cc73c503ddc41a08d8bbae66f3b
MD5 0920d379534092afa7f2f7d5fbe33b01
BLAKE2b-256 09bb5211aced9d4f0e95945312f3d00c59f53ba04d388d38c0fc11f5a7af3320

See more details on using hashes here.

File details

Details for the file schema_first-0.14.3-py3-none-any.whl.

File metadata

  • Download URL: schema_first-0.14.3-py3-none-any.whl
  • Upload date:
  • Size: 23.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for schema_first-0.14.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7fe498fac6cdcc272ebe650c36a8e58547abc8325155c5ad637b9552c6046960
MD5 fa87621aa9645406d4aa259bb3920c64
BLAKE2b-256 00d09e2c89652fd6c951f3ff68aec57e242889ae33dd26c66e0aea8671979bf3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page