Skip to content

Commit

Permalink
Changed pass to pass_number.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Jan 8, 2024
1 parent 86fdd37 commit 7e322d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rad/resources/schemas/mosaic_basic-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ properties:
archive_catalog:
datatype: smallint
destination: [ScienceCommon.segment]
pass:
pass_number:
title: Pass number within execution plan, defined range is 1..999;
included in obs_id and visit_id as 'AA'.
type: integer
Expand Down
2 changes: 1 addition & 1 deletion src/rad/resources/schemas/observation-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ properties:
archive_catalog:
datatype: smallint
destination: [ScienceCommon.execution_plan, GuideWindow.execution_plan]
pass:
pass_number:
title: Pass number within execution plan, defined range is 1..999; included in obs_id and
visit_id as 'AA'.
type: integer
Expand Down

0 comments on commit 7e322d3

Please sign in to comment.