-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from GenomicsStandardsConsortium/first-any_of-…
…range first-any_of-range
- Loading branch information
Showing
8 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[ERROR] [src/data/examples/invalid/MimsSoil-collection_date-absent.yaml/0] 'collection_date' is a required property in / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
No issues found |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
No issues found |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/data/examples/invalid/MimsSoil-collection_date-absent.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
depth: "123" | ||
elev: "123" | ||
project_name: abc | ||
samp_name: abc | ||
|
||
env_broad_scale: unicorn [example:999] | ||
env_local_scale: unicorn [example:999] | ||
env_medium: unicorn [example:999] | ||
geo_loc_name: "unicorn: unicorn, unicorn" | ||
lat_lon: 45.67 45.67 | ||
samp_taxon_id: unicorn [NCBITaxon:999] | ||
seq_meth: xxx |
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
src/data/examples/valid/MimsSoil-collection_date-from_enum.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
depth: "123" | ||
elev: "123" | ||
project_name: abc | ||
samp_name: abc | ||
|
||
collection_date: '2013-03-25T12:42:31+01:00' | ||
env_broad_scale: unicorn [example:999] | ||
env_local_scale: unicorn [example:999] | ||
env_medium: unicorn [example:999] | ||
geo_loc_name: "unicorn: unicorn, unicorn" | ||
lat_lon: 45.67 45.67 | ||
samp_taxon_id: unicorn [NCBITaxon:999] | ||
seq_meth: xxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters