LCVcode / jockey

MIT License
2 stars 3 forks source link

Add new schema-based types workflow for Juju objects #39

Closed johnlettman closed 2 weeks ago

johnlettman commented 3 weeks ago

This PR implements a workflow to generate Python types from the generated Juju JSON schema. This helps enforce strong typing and consistency for JSON objects like Juju status, machines, charms, etc.

image image

johnlettman commented 2 weeks ago

Closing: this will be included in a larger overall refactor I am developing.