Skip to content

Commit

Permalink
More suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Feb 23, 2024
1 parent efd7631 commit 4668d68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
3 changes: 0 additions & 3 deletions src/rad/resources/schemas/ground_common-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ allOf:
hdf5_telemetry:
title: Original Raw HDF5 telemetry keywords
type: string
archive_catalog:
datatype: nvarchar(max)
destination: [TableTBA.hdf5_telemetry]
gw_meta:
title: Guide Window HDF5 metadata
type: object
Expand Down
20 changes: 10 additions & 10 deletions src/rad/resources/schemas/groundtest-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ properties:
title: I&T Test Name
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.test_name]
test_phase:
title: I&T Testing Phase
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.test_phase]
test_environment:
title: I&T Testing Environment
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.test_environment]
test_script:
title: Name of Testing Script Run
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.test_script]
product_date:
title: Source File Creation Time
Expand All @@ -40,7 +40,7 @@ properties:
title: I&T Software Used to Generate Source File
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.product_version]
conversion_date:
title: HDF5 to ASDF Conversion Date
Expand All @@ -52,31 +52,31 @@ properties:
title: HDF5 to ASDF Converter Version
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.conversion_version]
filename_pnt5:
title: L0.5 File Name
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.filename_pnt5]
filepath_level_pnt5:
title: L0.5 File Path
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.filepath_level_pnt5]
filename_l1a:
title: L1A File Name
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.filename_l1a]
detector_id:
title: SCA Identifier
type: string
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFICommon.detector_id]
detector_temp:
title: Mean Detector Temperature (Kelvin)
Expand Down
4 changes: 2 additions & 2 deletions src/rad/resources/schemas/tvac_groundtest-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ allOf:
type: string
# enum: [] add enum values
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFITvac.wfi_mce_srcs_bank1_led_range]
wfi_mce_srcs_bank2_led_i:
title: |
Expand All @@ -102,7 +102,7 @@ allOf:
type: string
# enum: [] add enum values
archive_catalog:
datatype: nvarchar(max)
datatype: nvarchar(80)
destination: [WFITvac.wfi_mce_srcs_bank2_led_range]
srcs_led_current:
title: Input LED current set point
Expand Down

0 comments on commit 4668d68

Please sign in to comment.