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
Looking into this a bit more it looks like the schema is used and the apparent lack of validation is due to schema errors where properties are defined on a string object.
Issue RCAL-993 was created on JIRA by Brett Graham:
skycell_asn directly writes to a json file:
romancal/romancal/associations/skycell_asn.py
Line 124 in 262df9a
without validating the contents against the asn schema:
https://github.com/spacetelescope/romancal/blob/262df9af14fd09264fa9670395e2bb17c20b49a2/romancal/associations/lib/asn_schema_jw_level3.json
This results in no validation of skycell_asn generated asn contents.
The text was updated successfully, but these errors were encountered: