-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on the development build process #99
Labels
Comments
ping @sebastian-iancu |
I found this line on bundle.sh
Removed the --cdn option (which is not documented by redocly CLI) and the error went away. But I got other errors about references not being resolved. These are not related with the changes I did: Creating yaml files...
bundling computable/OAS/demographic-codegen.openapi.json...
[1] computable/OAS/demographic-codegen.openapi.json:1077:40 at #/components/schemas/Locatable/discriminator/mapping/COMPOSITION
Can't resolve $ref
1075 | "propertyName": "_type",
1076 | "mapping": {
1077 | "COMPOSITION": "#\/components\/schemas\/Composition",
1078 | "EHR_STATUS": "#\/components\/schemas\/EhrStatus",
1079 | "FOLDER": "#\/components\/schemas\/Folder"
Error was generated by the bundler rule.
[2] computable/OAS/demographic-codegen.openapi.json:1078:39 at #/components/schemas/Locatable/discriminator/mapping/EHR_STATUS
Can't resolve $ref
1076 | "mapping": {
1077 | "COMPOSITION": "#\/components\/schemas\/Composition",
1078 | "EHR_STATUS": "#\/components\/schemas\/EhrStatus",
1079 | "FOLDER": "#\/components\/schemas\/Folder"
1080 | }
Error was generated by the bundler rule.
[3] computable/OAS/demographic-codegen.openapi.json:1079:35 at #/components/schemas/Locatable/discriminator/mapping/FOLDER
Can't resolve $ref
1077 | "COMPOSITION": "#\/components\/schemas\/Composition",
1078 | "EHR_STATUS": "#\/components\/schemas\/EhrStatus",
1079 | "FOLDER": "#\/components\/schemas\/Folder"
1080 | }
1081 | }
Error was generated by the bundler rule.
[4] computable/OAS/demographic-codegen.openapi.json:1077:40 at #/components/schemas/Locatable/discriminator/mapping/COMPOSITION
Can't resolve $ref
1075 | "propertyName": "_type",
1076 | "mapping": {
1077 | "COMPOSITION": "#\/components\/schemas\/Composition",
1078 | "EHR_STATUS": "#\/components\/schemas\/EhrStatus",
1079 | "FOLDER": "#\/components\/schemas\/Folder"
Error was generated by the bundler rule.
[5] computable/OAS/demographic-codegen.openapi.json:835:53 at #/components/schemas/DvInterval/discriminator/mapping/DV_INTERVAL_of_DATE_TIME
Can't resolve $ref
833 | "mapping": {
834 | "DV_INTERVAL": "#\/components\/schemas\/DvInterval",
835 | "DV_INTERVAL_of_DATE_TIME": "#\/components\/schemas\/DvIntervalOfDateTime"
836 | }
837 | },
Error was generated by the bundler rule.
[6] computable/OAS/demographic-codegen.openapi.json:835:53 at #/components/schemas/DvInterval/discriminator/mapping/DV_INTERVAL_of_DATE_TIME
Can't resolve $ref
833 | "mapping": {
834 | "DV_INTERVAL": "#\/components\/schemas\/DvInterval",
835 | "DV_INTERVAL_of_DATE_TIME": "#\/components\/schemas\/DvIntervalOfDateTime"
836 | }
837 | },
Error was generated by the bundler rule.
[7] computable/OAS/demographic-codegen.openapi.json:132:53 at #/components/schemas/DataValue/discriminator/mapping/DV_INTERVAL_of_DATE_TIME
Can't resolve $ref
130 | "DV_IDENTIFIER": "#\/components\/schemas\/DvIdentifier",
131 | "DV_INTERVAL": "#\/components\/schemas\/DvInterval",
132 | "DV_INTERVAL_of_DATE_TIME": "#\/components\/schemas\/DvIntervalOfDateTime",
133 | "DV_MULTIMEDIA": "#\/components\/schemas\/DvMultimedia",
134 | "DV_ORDERED": "#\/components\/schemas\/DvOrdered",
Error was generated by the bundler rule.
[8] computable/OAS/demographic-codegen.openapi.json:132:53 at #/components/schemas/DataValue/discriminator/mapping/DV_INTERVAL_of_DATE_TIME
Can't resolve $ref
130 | "DV_IDENTIFIER": "#\/components\/schemas\/DvIdentifier",
131 | "DV_INTERVAL": "#\/components\/schemas\/DvInterval",
132 | "DV_INTERVAL_of_DATE_TIME": "#\/components\/schemas\/DvIntervalOfDateTime",
133 | "DV_MULTIMEDIA": "#\/components\/schemas\/DvMultimedia",
134 | "DV_ORDERED": "#\/components\/schemas\/DvOrdered",
Error was generated by the bundler rule.
|
sebastian-iancu
added a commit
that referenced
this issue
Nov 24, 2023
sebastian-iancu
added a commit
that referenced
this issue
Nov 24, 2023
… build time (relates to #99)
sebastian-iancu
added a commit
that referenced
this issue
Nov 24, 2023
sebastian-iancu
added a commit
that referenced
this issue
Nov 24, 2023
…cendant) schema discriminator; removing x-cg-discriminator as is not needed anymore (relates to #99)
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Dec 4, 2023
sebastian-iancu
added a commit
that referenced
this issue
Jul 17, 2024
sebastian-iancu
added a commit
that referenced
this issue
Jul 17, 2024
sebastian-iancu
added a commit
that referenced
this issue
Jul 17, 2024
sebastian-iancu
added a commit
that referenced
this issue
Jul 17, 2024
sebastian-iancu
added a commit
that referenced
this issue
Jul 17, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
…type PERSON (#99 SPECITS-70)
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
sebastian-iancu
added a commit
that referenced
this issue
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see an error that repeats by following the steps on the README for building the on the development folder.
The text was updated successfully, but these errors were encountered: