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.2.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.2-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: schema_first-0.14.2.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.2.tar.gz
Algorithm Hash digest
SHA256 5e7305795a6126d93559105729d4c51330a2edf65f2a581719c8caf422a4254a
MD5 122bdab68790aa4979530c721180d794
BLAKE2b-256 a1b0d793e62dd8516e545aeb4601fa82e0c7093388844bffce9a0d2cb395a399

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schema_first-0.14.2-py3-none-any.whl
  • Upload date:
  • Size: 23.3 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c0f63bddbcb77281d0da5caf64602da6fee073b4790563025793875a3d943d8c
MD5 ce1902f7079f79fb46408d755fdfdf2d
BLAKE2b-256 af3e5c0b3e559bb815793c57cc7db83a1e848ab42b9c1dd0a91d02a43b1e0b60

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