sciline.serialize.json_schema#

sciline.serialize.json_schema()[source]#

Return the JSON schema for serialized task graphs.

See, e.g., jsonschema for a tool that can validate the schema.

Returns:

dict[str, Json] | list[Json] | str | int | float | bool | None – The graph JSON schema as a dict.