Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit e76adb4

Browse files
committed
Merge pull request #58 from jpmckinney/frequency
Have the examples match the schema re: use of accrualPeriodicity
2 parents bcccbf3 + 51716f8 commit e76adb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: examples/catalog-sample-extended.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"spatial": "US",
4848
"temporal": "2009-09-01 00:00:00,2010-05-31 00:00:00",
4949
"issued": "",
50-
"frequency": "one-time",
50+
"accrualPeriodicity": "one-time",
5151
"language": "English",
5252
"granularity": "",
5353
"dataQuality": "true",

Diff for: examples/catalog-template-extended.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"spatial": "",
4040
"temporal": "",
4141
"issued": "",
42-
"frequency": "",
42+
"accrualPeriodicity": "",
4343
"language": "",
4444
"granularity": "",
4545
"dataQuality": "",
@@ -82,7 +82,7 @@
8282
"spatial": "",
8383
"temporal": "",
8484
"issued": "",
85-
"frequency": "",
85+
"accrualPeriodicity": "",
8686
"language": "",
8787
"granularity": "",
8888
"dataQuality": "",

0 commit comments

Comments
 (0)