Skip to main content

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.12 and newer.

Install and update using pip:

$ pip install -U schema_first

Example

Create specification - openapi.yaml:

openapi: 3.2.0
info:
  title: Example API for testing Schema-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

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.16.3.tar.gz (16.9 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.16.3-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: schema_first-0.16.3.tar.gz
  • Upload date:
  • Size: 16.9 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.16.3.tar.gz
Algorithm Hash digest
SHA256 73761adb346e27d9fb4a731109eed9b6a3f3f71823bb0292bfdebeb9436024b5
MD5 c16f627c6d0091ebb49c04d85cc3b7c0
BLAKE2b-256 9e773962491548ad8970b44fb83da8fdc4676968ef19fa34fbd27df99c7acf99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: schema_first-0.16.3-py3-none-any.whl
  • Upload date:
  • Size: 25.0 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.16.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c937973382e68f9f1307a9576abae133fb683f86bce6d88eb572e27bbc936e64
MD5 1dc9cec84d50863ca143b286b4a5f3ad
BLAKE2b-256 bb3b4b677c490f1af96152bf871feca3425066153e5aa33c86310026487386c7

See more details on using hashes here.

Release history Release notifications | RSS feed

0.16.5

2 files

0.16.4

2 files

This release

0.16.3 This release

2 files

0.16.2

2 files

0.16.1

2 files

0.16.0

2 files

0.15.2

2 files

0.15.1

2 files

0.15.0

2 files

0.14.8

2 files

0.14.7

2 files

0.14.6

2 files

0.14.5

2 files

0.14.4

2 files

0.14.3

2 files

0.14.2

2 files

0.14.1

2 files

0.14.0

2 files

0.11.1

2 files

0.11.0

2 files

0.6.1

1 file

0.6.0

1 file

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page