This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Replies: 2 comments
-
There currently isn't, partly as the attributes are not available from with CUE itself and $id is an attribute. However, one possibility is to pull the $id into the struct generated for the This should at this time also include the recognized file type. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been migrated to cue-lang/cue#394. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use bulk
cue import
a collection jsonschema files in the same package, is there a way to pass jsonschema$id
(ortitle
) field as the--path
flag of thecue import
command in order to uniqulity identify each schema?Are the
--path
reference resolved against the jsonschema before or after its conversion to cue? (it seems that it is the later).Beta Was this translation helpful? Give feedback.
All reactions