diff --git a/gdcdictionary/schemas/publication_file.yaml b/gdcdictionary/schemas/publication_file.yaml index 9a36575..d6e1198 100644 --- a/gdcdictionary/schemas/publication_file.yaml +++ b/gdcdictionary/schemas/publication_file.yaml @@ -57,6 +57,7 @@ properties: - White Paper - Bulletin - Map + - Fact Sheet data_format: term: $ref: "_terms.yaml#/data_format" @@ -71,9 +72,9 @@ properties: term: $ref: "_terms.yaml#/data_category" enum: - - Journal Article - - White Paper - - Bulletin - - Map + - Land Surface + - Instrument + - Risk + - Project Results publications: $ref: "_definitions.yaml#/to_many" diff --git a/gdcdictionary/schemas/spatiotemporal_file.yaml b/gdcdictionary/schemas/spatiotemporal_file.yaml index f597354..85776d0 100644 --- a/gdcdictionary/schemas/spatiotemporal_file.yaml +++ b/gdcdictionary/schemas/spatiotemporal_file.yaml @@ -62,6 +62,18 @@ links: multiplicity: many_to_one target_type: radar_location required: false + - name: stream_gauges + backref: spatiotemporal_files + label: data_from + multiplicity: many_to_one + target_type: stream_gauge + required: false + - name: projects + backref: spatiotemporal_files + label: member_of + target_type: project + multiplicity: many_to_one + required: true required: - submitter_id @@ -123,16 +135,14 @@ properties: - PNG - JPG - SHP + - CSV data_category: term: $ref: "_terms.yaml#/data_category" enum: - - Radar - - Satellite - - Time Series - - Photograph - - Digital Elevation Model - - Items of Interest + - Forecast + - Analysis + - Observation passive_instruments: $ref: "_definitions.yaml#/to_many" derived_scenes: @@ -145,3 +155,7 @@ properties: $ref: "_definitions.yaml#/to_many" radar_locations: $ref: "_definitions.yaml#/to_many" + stream_gauges: + $ref: "_definitions.yaml#/to_many" + projects: + $ref: "_definitions.yaml#/to_one"