httk.serve.dsp.validation

Load and validate the bundled DSP and local profile schemas offline.

Exceptions

DspSchemaError

Report a DSP schema-validation failure.

Functions

dsp_contract()

Return the cached bundled DSP OpenAPI contract and offline schema registry.

Module Contents

exception httk.serve.dsp.validation.DspSchemaError[source]

Bases: ValueError

Report a DSP schema-validation failure.

httk.serve.dsp.validation.dsp_contract()[source]

Return the cached bundled DSP OpenAPI contract and offline schema registry.

Returns:

Contract parsed exclusively from package data.

Raises:
Return type:

httk.serve.http.openapi.OpenAPIContract