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
{{ message }}
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
For now, we only support importing from protojson format to avoid making our internal schema representation backwards compatible.
Note: this deviates a bit from the design doc, where we had an [egress] block. Wether realm is egress, ingress, or both, can be deduced from the schema itself.
We should record the location of the external schema (git coordinates) to fetch the schema to the file. And add command for
This should add the external realm in
ftl-project.tomllike thisFor now, we only support importing from
protojsonformat to avoid making our internal schema representation backwards compatible.Note: this deviates a bit from the design doc, where we had an
[egress]block. Wether realm is egress, ingress, or both, can be deduced from the schema itself.