|
2513 | 2513 | "type": "array" |
2514 | 2514 | }, |
2515 | 2515 | "experiment_type": { |
2516 | | - "$ref": "#/$defs/ExperimentType", |
2517 | 2516 | "description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.", |
2518 | | - "title": "mCDR Experiment Type" |
| 2517 | + "items": { |
| 2518 | + "$ref": "#/$defs/ExperimentType" |
| 2519 | + }, |
| 2520 | + "title": "mCDR Experiment Type", |
| 2521 | + "type": "array" |
2519 | 2522 | }, |
2520 | 2523 | "name": { |
2521 | 2524 | "description": "Optional common name for experiment.", |
|
2527 | 2530 | "title": "Project ID", |
2528 | 2531 | "type": "string" |
2529 | 2532 | }, |
| 2533 | + "public_comments": { |
| 2534 | + "description": "If possible, please provide public comments concatenated into a single pdf", |
| 2535 | + "title": "Public Comments", |
| 2536 | + "type": "string" |
| 2537 | + }, |
2530 | 2538 | "spatial_coverage": { |
2531 | 2539 | "$ref": "#/$defs/SpatialCoverage", |
2532 | 2540 | "description": "Latitude/longitude bounds of observed data in experiment, provided in decimal degrees as westernmost longitude, southernmost latitude, easternmost longitude, northernmost latitude. [S, W, N, E]", |
|
3040 | 3048 | "type": "array" |
3041 | 3049 | }, |
3042 | 3050 | "experiment_type": { |
3043 | | - "$ref": "#/$defs/ExperimentType", |
3044 | 3051 | "description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.", |
3045 | | - "title": "mCDR Experiment Type" |
| 3052 | + "items": { |
| 3053 | + "$ref": "#/$defs/ExperimentType" |
| 3054 | + }, |
| 3055 | + "title": "mCDR Experiment Type", |
| 3056 | + "type": "array" |
3046 | 3057 | }, |
3047 | 3058 | "meteorological_and_tidal_data": { |
3048 | 3059 | "description": "Include links to relevant open datasets if referenced in the experiment but not provided in the submission.", |
|
3076 | 3087 | "title": "Project ID", |
3077 | 3088 | "type": "string" |
3078 | 3089 | }, |
| 3090 | + "public_comments": { |
| 3091 | + "description": "If possible, please provide public comments concatenated into a single pdf", |
| 3092 | + "title": "Public Comments", |
| 3093 | + "type": "string" |
| 3094 | + }, |
3079 | 3095 | "spatial_coverage": { |
3080 | 3096 | "$ref": "#/$defs/SpatialCoverage", |
3081 | 3097 | "description": "Latitude/longitude bounds of observed data in experiment, provided in decimal degrees as westernmost longitude, southernmost latitude, easternmost longitude, northernmost latitude. [S, W, N, E]", |
|
3261 | 3277 | "type": "array" |
3262 | 3278 | }, |
3263 | 3279 | "experiment_type": { |
3264 | | - "$ref": "#/$defs/ExperimentType", |
3265 | 3280 | "description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.", |
3266 | | - "title": "mCDR Experiment Type" |
| 3281 | + "items": { |
| 3282 | + "$ref": "#/$defs/ExperimentType" |
| 3283 | + }, |
| 3284 | + "title": "mCDR Experiment Type", |
| 3285 | + "type": "array" |
3267 | 3286 | }, |
3268 | 3287 | "meteorological_and_tidal_data": { |
3269 | 3288 | "description": "Include links to relevant open datasets if referenced in the experiment but not provided in the submission.", |
|
3297 | 3316 | "title": "Project ID", |
3298 | 3317 | "type": "string" |
3299 | 3318 | }, |
| 3319 | + "public_comments": { |
| 3320 | + "description": "If possible, please provide public comments concatenated into a single pdf", |
| 3321 | + "title": "Public Comments", |
| 3322 | + "type": "string" |
| 3323 | + }, |
3300 | 3324 | "spatial_coverage": { |
3301 | 3325 | "$ref": "#/$defs/SpatialCoverage", |
3302 | 3326 | "description": "Latitude/longitude bounds of observed data in experiment, provided in decimal degrees as westernmost longitude, southernmost latitude, easternmost longitude, northernmost latitude. [S, W, N, E]", |
|
3342 | 3366 | "InterventionWithTracer": { |
3343 | 3367 | "additionalProperties": false, |
3344 | 3368 | "allOf": [ |
| 3369 | + { |
| 3370 | + "if": { |
| 3371 | + "properties": { |
| 3372 | + "tracer_form": { |
| 3373 | + "const": "other" |
| 3374 | + } |
| 3375 | + }, |
| 3376 | + "required": [ |
| 3377 | + "tracer_form" |
| 3378 | + ] |
| 3379 | + }, |
| 3380 | + "then": { |
| 3381 | + "properties": { |
| 3382 | + "tracer_form_custom": {} |
| 3383 | + }, |
| 3384 | + "required": [ |
| 3385 | + "tracer_form_custom" |
| 3386 | + ] |
| 3387 | + } |
| 3388 | + }, |
3345 | 3389 | { |
3346 | 3390 | "if": { |
3347 | 3391 | "properties": { |
|
3495 | 3539 | "type": "array" |
3496 | 3540 | }, |
3497 | 3541 | "experiment_type": { |
3498 | | - "$ref": "#/$defs/ExperimentType", |
3499 | 3542 | "description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.", |
3500 | | - "title": "mCDR Experiment Type" |
| 3543 | + "items": { |
| 3544 | + "$ref": "#/$defs/ExperimentType" |
| 3545 | + }, |
| 3546 | + "title": "mCDR Experiment Type", |
| 3547 | + "type": "array" |
3501 | 3548 | }, |
3502 | 3549 | "meteorological_and_tidal_data": { |
3503 | 3550 | "description": "Include links to relevant open datasets if referenced in the experiment but not provided in the submission.", |
|
3531 | 3578 | "title": "Project ID", |
3532 | 3579 | "type": "string" |
3533 | 3580 | }, |
| 3581 | + "public_comments": { |
| 3582 | + "description": "If possible, please provide public comments concatenated into a single pdf", |
| 3583 | + "title": "Public Comments", |
| 3584 | + "type": "string" |
| 3585 | + }, |
3534 | 3586 | "spatial_coverage": { |
3535 | 3587 | "$ref": "#/$defs/SpatialCoverage", |
3536 | 3588 | "description": "Latitude/longitude bounds of observed data in experiment, provided in decimal degrees as westernmost longitude, southernmost latitude, easternmost longitude, northernmost latitude. [S, W, N, E]", |
|
3557 | 3609 | "description": "The form of tracer upon delivery to the ocean (e.g. gas or dye-release)", |
3558 | 3610 | "title": "Tracer Form" |
3559 | 3611 | }, |
| 3612 | + "tracer_form_custom": { |
| 3613 | + "description": "If \"other\" was selected for Tracer Form, please specify the custom tracer form here.", |
| 3614 | + "title": "Tracer Form (Custom)", |
| 3615 | + "type": "string" |
| 3616 | + }, |
3560 | 3617 | "vertical_coverage": { |
3561 | 3618 | "$ref": "#/$defs/VerticalExtent", |
3562 | 3619 | "description": "Minimum and maximum depths of observations in meters.", |
|
3650 | 3707 | "type": "array" |
3651 | 3708 | }, |
3652 | 3709 | "experiment_type": { |
3653 | | - "$ref": "#/$defs/ExperimentType", |
3654 | 3710 | "description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.", |
3655 | | - "title": "mCDR Experiment Type" |
| 3711 | + "items": { |
| 3712 | + "$ref": "#/$defs/ExperimentType" |
| 3713 | + }, |
| 3714 | + "title": "mCDR Experiment Type", |
| 3715 | + "type": "array" |
3656 | 3716 | }, |
3657 | 3717 | "grid_details": { |
3658 | 3718 | "description": "Details about the model grid(s). Use multiple entries for nested grid configurations.", |
|
3702 | 3762 | "title": "Project ID", |
3703 | 3763 | "type": "string" |
3704 | 3764 | }, |
| 3765 | + "public_comments": { |
| 3766 | + "description": "If possible, please provide public comments concatenated into a single pdf", |
| 3767 | + "title": "Public Comments", |
| 3768 | + "type": "string" |
| 3769 | + }, |
3705 | 3770 | "spatial_coverage": { |
3706 | 3771 | "$ref": "#/$defs/SpatialCoverage", |
3707 | 3772 | "description": "Latitude/longitude bounds of observed data in experiment, provided in decimal degrees as westernmost longitude, southernmost latitude, easternmost longitude, northernmost latitude. [S, W, N, E]", |
|
3988 | 4053 | ] |
3989 | 4054 | }, |
3990 | 4055 | "properties": { |
3991 | | - "alkalinity_perturbation_description": { |
3992 | | - "description": "Description of the alkalinity perturbation applied in the simulation. Required when simulation_type is \"perturbation\".", |
3993 | | - "title": "Alkalinity Perturbation Description", |
3994 | | - "type": "string" |
3995 | | - }, |
3996 | 4056 | "author_list_for_citation": { |
3997 | 4057 | "description": "Author list in the format of Lastname1, Firstname1 Middlename1; Lastname2, Firstname2 Middlename2; ...", |
3998 | 4058 | "title": "Author List (for citation)", |
|
4051 | 4111 | "title": "License", |
4052 | 4112 | "type": "string" |
4053 | 4113 | }, |
| 4114 | + "mcdr_forcing_description": { |
| 4115 | + "description": "Description of the mCDR forcing applied in the simulation (e.g., the alkalinity perturbation). Required when simulation_type is \"perturbation\".", |
| 4116 | + "title": "Description of mCDR Forcing", |
| 4117 | + "type": "string" |
| 4118 | + }, |
4054 | 4119 | "model_output_variables": { |
4055 | 4120 | "description": "Checklist of variables included in the model simulation output.", |
4056 | 4121 | "items": { |
|
4793 | 4858 | "title": "Project Lead(s)", |
4794 | 4859 | "type": "array" |
4795 | 4860 | }, |
4796 | | - "public_comments": { |
4797 | | - "description": "If possible, please provide public comments concatenated into a single pdf", |
4798 | | - "title": "Public Comments", |
4799 | | - "type": "string" |
4800 | | - }, |
4801 | 4861 | "research_project": { |
4802 | 4862 | "description": "Project, which the data collection is part of. For example, West Coast Ocean Acidification (WCOA) Project.", |
4803 | 4863 | "title": "Research Project", |
|
5121 | 5181 | "Tracer": { |
5122 | 5182 | "additionalProperties": false, |
5123 | 5183 | "description": "Additional metadata that applies to experiments where a tracer study was conducted", |
| 5184 | + "if": { |
| 5185 | + "properties": { |
| 5186 | + "tracer_form": { |
| 5187 | + "const": "other" |
| 5188 | + } |
| 5189 | + }, |
| 5190 | + "required": [ |
| 5191 | + "tracer_form" |
| 5192 | + ] |
| 5193 | + }, |
5124 | 5194 | "properties": { |
5125 | 5195 | "additional_details": { |
5126 | 5196 | "description": "Open text area to include additional information. These may include information for sediment processes data, biological data, or any other required information if not included in the main metadata or data files; see General Guidelines for Your Data for relevant sections of your data. Additional informational files, such as digitized laboratory notebooks, blogs, etc., may be linked here.", |
|
5187 | 5257 | "type": "array" |
5188 | 5258 | }, |
5189 | 5259 | "experiment_type": { |
5190 | | - "$ref": "#/$defs/ExperimentType", |
5191 | 5260 | "description": "The type of mCDR experiment conducted. See Controlled Vocabularies section for definitions.", |
5192 | | - "title": "mCDR Experiment Type" |
| 5261 | + "items": { |
| 5262 | + "$ref": "#/$defs/ExperimentType" |
| 5263 | + }, |
| 5264 | + "title": "mCDR Experiment Type", |
| 5265 | + "type": "array" |
5193 | 5266 | }, |
5194 | 5267 | "meteorological_and_tidal_data": { |
5195 | 5268 | "description": "Include links to relevant open datasets if referenced in the experiment but not provided in the submission.", |
|
5223 | 5296 | "title": "Project ID", |
5224 | 5297 | "type": "string" |
5225 | 5298 | }, |
| 5299 | + "public_comments": { |
| 5300 | + "description": "If possible, please provide public comments concatenated into a single pdf", |
| 5301 | + "title": "Public Comments", |
| 5302 | + "type": "string" |
| 5303 | + }, |
5226 | 5304 | "spatial_coverage": { |
5227 | 5305 | "$ref": "#/$defs/SpatialCoverage", |
5228 | 5306 | "description": "Latitude/longitude bounds of observed data in experiment, provided in decimal degrees as westernmost longitude, southernmost latitude, easternmost longitude, northernmost latitude. [S, W, N, E]", |
|
5249 | 5327 | "description": "The form of tracer upon delivery to the ocean (e.g. gas or dye-release)", |
5250 | 5328 | "title": "Tracer Form" |
5251 | 5329 | }, |
| 5330 | + "tracer_form_custom": { |
| 5331 | + "description": "If \"other\" was selected for Tracer Form, please specify the custom tracer form here.", |
| 5332 | + "title": "Tracer Form (Custom)", |
| 5333 | + "type": "string" |
| 5334 | + }, |
5252 | 5335 | "vertical_coverage": { |
5253 | 5336 | "$ref": "#/$defs/VerticalExtent", |
5254 | 5337 | "description": "Minimum and maximum depths of observations in meters.", |
|
5273 | 5356 | "experiment_leads", |
5274 | 5357 | "start_datetime" |
5275 | 5358 | ], |
| 5359 | + "then": { |
| 5360 | + "properties": { |
| 5361 | + "tracer_form_custom": {} |
| 5362 | + }, |
| 5363 | + "required": [ |
| 5364 | + "tracer_form_custom" |
| 5365 | + ] |
| 5366 | + }, |
5276 | 5367 | "title": "Tracer", |
5277 | 5368 | "type": "object" |
5278 | 5369 | }, |
|
0 commit comments