Skip to content

Commit e76adb4

Browse files
committed
Merge pull request project-open-data#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

examples/catalog-sample-extended.json

Lines changed: 1 addition & 1 deletion
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",

examples/catalog-template-extended.json

Lines changed: 2 additions & 2 deletions
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)