Skip to content

Commit

Permalink
Merge pull request #1079 from microbiomedata/issue1078-funding_source…
Browse files Browse the repository at this point in the history
…s-char

increase character limit of funding_sources to 200
  • Loading branch information
turbomam authored Aug 17, 2023
2 parents 511ec2e + f174263 commit d907daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/invalid/Study-illegal-funding_sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ relevant_protocols:
- any string 1
- any string 2
funding_sources:
- This is an example of a funding source with too long of a description. Funding sources should be no more than 150 characters. Any longer is unnecessary and excessive.
- This is an example of a funding source with too long of a description. Funding sources should be no more than 150 characters. Any longer is unnecessary and excessive. Its very very very very very very very very very long.
- any string 2

2 changes: 1 addition & 1 deletion src/schema/nmdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ slots:
A list of organizations, along with the award numbers, that underwrite financial support for projects of
a particular type. Typically, they process applications and award funds to the chosen qualified
applicants.
pattern: ^.{1,150}$
pattern: ^.{1,200}$
comments:
- Include only the name of the funding organization and the award or contract number.
examples:
Expand Down

0 comments on commit d907daf

Please sign in to comment.