-
Notifications
You must be signed in to change notification settings - Fork 22
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
Share Keyword Block #405
Comments
This issue is tracked on JIRA as RAD-190. |
To provide an update on untangling this.
The failures are due to rad schemas using Once #525 is merged the asdf PR can be merged, released and required versions updated. At that point we will have more flexibility in the rad schemas to use One related item to consider is that {
"archive_catalog": "foo",
"allOf": [ # pretend this is a $ref
{
"archive_catalog": "bar",
}
]
} Unit tests in rad could be added to verify that this ambiguity never exists for |
The keywords in
base_exposure
are presently duplicated inexposure
and similarly forbase_guidestar
andguidestar
. This is due to the sharing ofbase_exposure
causing the ASDFschema_info
function to fail. We need a new way to share keyword blocks between schemas.The text was updated successfully, but these errors were encountered: