Module json_schema

Module json_schema 

Source
Expand description

JSON Schema generation for workflow models

This module provides functionality to generate JSON Schema documents from workflow models for validation, documentation, and integration.

Structs§

JsonSchema
JSON Schema document
WorkflowSchemaGenerator
Schema generator for workflows

Functions§

generate_workflow_schema
Generate a JSON Schema for a workflow
schema_to_json
Export schema as JSON string
schema_to_value
Export schema as JSON value