Schema Artifacts#
PyGraphistry ships structural JSON Schema artifacts for downstream tooling and LLM contract generation:
schemas/encodings.schema.jsonschemas/react-settings.schema.jsonschemas/url-params.schema.json
Generate or check them with:
python -m graphistry.devschemas.export
python -m graphistry.devschemas.export --check
These schemas are structural contracts. Runtime semantic validation remains owned by the existing PyGraphistry validators.