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.5.0.tar.gz (10.4 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.5.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: schema_first-0.5.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for schema_first-0.5.0.tar.gz
Algorithm Hash digest
SHA256 259199d69a5111e9cc98b2c0c2cde21f37614326ec8648051f27b6ff2963c3ec
MD5 bb5f22721ee3b6addbd5ddc4a720238f
BLAKE2b-256 23fc2be2edc651d0be455bf2e1ec0887f7fa5e09f965cc337e9c952a7aead7ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schema_first-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for schema_first-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4e3957bb16c9743a3bccc1d314ab52e57969621bd2480d8b5707c90025af92c5
MD5 b837c7940fdc4693ae60f1750bc84da0
BLAKE2b-256 80343ade240218373c990060e90f03df1229b80b6d60cfed61c5a398b151c907

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