You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
It should be possible to use the Smithy representation of the Amazon Braket Schemas to automatically generate JSON versions of all the Braket Schemas, which JSON3.jl and StructTypes.jl can then digest to generate the corresponding Julia types.
Is this feature already present in the Python SDK?
N/A
How would this feature be used? Please describe.
This would make it possible to keep the Braket.jl versions of the schemas up to date automatically.
Describe alternatives you've considered
Currently this must be done by hand.
Additional context
It's necessary to replicate some of the implicit information encoded by the type hierarchy in Python that is currently represented with traits in Julia, e.g. target count. Also, support for the Pydantic restrictions on fields would be helpful.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
It should be possible to use the Smithy representation of the Amazon Braket Schemas to automatically generate JSON versions of all the Braket Schemas, which
JSON3.jl
andStructTypes.jl
can then digest to generate the corresponding Julia types.Is this feature already present in the Python SDK?
N/A
How would this feature be used? Please describe.
This would make it possible to keep the
Braket.jl
versions of the schemas up to date automatically.Describe alternatives you've considered
Currently this must be done by hand.
Additional context
It's necessary to replicate some of the implicit information encoded by the type hierarchy in Python that is currently represented with traits in Julia, e.g. target count. Also, support for the Pydantic restrictions on fields would be helpful.
The text was updated successfully, but these errors were encountered: