adiwg-mdjson_schemas 1.0.0rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +18 -0
  3. data/.travis.yml +7 -0
  4. data/CREDITS +3 -0
  5. data/Gemfile +4 -0
  6. data/LICENSE +24 -0
  7. data/README.md +36 -0
  8. data/Rakefile +12 -0
  9. data/adiwg-json_schemas.gemspec +25 -0
  10. data/examples/additionalDocumentation.json +61 -0
  11. data/examples/address.json +10 -0
  12. data/examples/associatedResource.json +119 -0
  13. data/examples/citation.json +128 -0
  14. data/examples/contact.json +205 -0
  15. data/examples/contactRef.json +12 -0
  16. data/examples/dataDictionary.json +547 -0
  17. data/examples/dataQuality.json +272 -0
  18. data/examples/date.json +19 -0
  19. data/examples/distributor.json +113 -0
  20. data/examples/extent_linestring.json +288 -0
  21. data/examples/extent_point.json +246 -0
  22. data/examples/extent_polygon.json +353 -0
  23. data/examples/format.json +14 -0
  24. data/examples/full_example.json +2844 -0
  25. data/examples/full_example2.json +2325 -0
  26. data/examples/geojson.json +446 -0
  27. data/examples/graphicOverview.json +28 -0
  28. data/examples/hierarchyLevel.json +90 -0
  29. data/examples/keywords.json +144 -0
  30. data/examples/lcc_project_example.json +326 -0
  31. data/examples/legalConstraints.json +17 -0
  32. data/examples/maintInfo.json +34 -0
  33. data/examples/metadataInfo.json +103 -0
  34. data/examples/minimum_example.json +35 -0
  35. data/examples/onlineResource.json +17 -0
  36. data/examples/resolution.json +9 -0
  37. data/examples/resourceInfo.json +1264 -0
  38. data/examples/resourceMaintenance.json +10 -0
  39. data/examples/securityConstraints.json +13 -0
  40. data/examples/spatialRef.json +14 -0
  41. data/examples/taxonomy.json +197 -0
  42. data/examples/temporalElement.json +29 -0
  43. data/examples/uri.json +16 -0
  44. data/examples/usage.json +35 -0
  45. data/examples/verticalExtent.json +18 -0
  46. data/lib/adiwg-mdjson_schemas.rb +1 -0
  47. data/lib/adiwg/mdjson_schemas.rb +7 -0
  48. data/lib/adiwg/mdjson_schemas/utils.rb +20 -0
  49. data/lib/adiwg/mdjson_schemas/validator.rb +42 -0
  50. data/lib/adiwg/mdjson_schemas/version.rb +6 -0
  51. data/schema/schema.json +64 -0
  52. data/schema/schema/citation.json +186 -0
  53. data/schema/schema/contact.json +255 -0
  54. data/schema/schema/dataDictionary.json +209 -0
  55. data/schema/schema/dataQuality.json +159 -0
  56. data/schema/schema/distributor.json +171 -0
  57. data/schema/schema/extent.json +214 -0
  58. data/schema/schema/geojson/bbox.json +14 -0
  59. data/schema/schema/geojson/crs.json +99 -0
  60. data/schema/schema/geojson/geojson.json +194 -0
  61. data/schema/schema/geojson/geometry.json +203 -0
  62. data/schema/schema/graphicOverview.json +42 -0
  63. data/schema/schema/keyword.json +39 -0
  64. data/schema/schema/maintInfo.json +43 -0
  65. data/schema/schema/metadata.json +173 -0
  66. data/schema/schema/onlineResource.json +42 -0
  67. data/schema/schema/resolution.json +51 -0
  68. data/schema/schema/resourceConstraint.json +108 -0
  69. data/schema/schema/resourceInfo.json +305 -0
  70. data/schema/schema/taxonomy.json +122 -0
  71. data/schema/schema/usage.json +39 -0
  72. data/templates/mdJson_template.json +1065 -0
  73. data/test/draft-04.json +189 -0
  74. data/test/tc_schemas.rb +210 -0
  75. data/test/tc_utils.rb +27 -0
  76. metadata +178 -0
@@ -0,0 +1,1065 @@
1
+ {
2
+ "version": {
3
+ "name": "mdJson",
4
+ "version": "1.0.0"
5
+ },
6
+ "contact": [
7
+ {
8
+ "contactId": "",
9
+ "individualName": "",
10
+ "organizationName": "",
11
+ "positionName": "",
12
+ "onlineResource": [
13
+ {
14
+ "uri": "http://thisisanexample.com",
15
+ "protocol": "",
16
+ "name": "",
17
+ "description": "",
18
+ "function": ""
19
+ }
20
+ ],
21
+ "contactInstructions": "",
22
+ "phoneBook": [
23
+ {
24
+ "phoneName": "",
25
+ "phoneNumber": "999-999-9999",
26
+ "service": [""]
27
+ }
28
+ ],
29
+ "address": {
30
+ "deliveryPoint": [""],
31
+ "city": "",
32
+ "administrativeArea": "",
33
+ "postalCode": "",
34
+ "country": "",
35
+ "electronicMailAddress": ["hello@example.com"]
36
+ }
37
+ }
38
+ ],
39
+ "metadata": {
40
+ "metadataInfo": {
41
+ "metadataIdentifier": {
42
+ "identifier": "",
43
+ "type": ""
44
+ },
45
+ "parentMetadata": {
46
+ "title": "",
47
+ "date": [
48
+ {
49
+ "date": "0000-00-00",
50
+ "dateType": ""
51
+ }
52
+ ],
53
+ "edition": "",
54
+ "responsibleParty": [
55
+ {
56
+ "contactId": "",
57
+ "role": ""
58
+ }
59
+ ],
60
+ "presentationForm": [""],
61
+ "identifier": [
62
+ {
63
+ "identifier": "",
64
+ "type": ""
65
+ }
66
+ ],
67
+ "onlineResource": [
68
+ {
69
+ "uri": "http://thisisanexample.com",
70
+ "protocol": "",
71
+ "name": "",
72
+ "description": "",
73
+ "function": ""
74
+ }
75
+ ]
76
+ },
77
+ "metadataContact": [
78
+ {
79
+ "contactId": "",
80
+ "role": ""
81
+ }
82
+ ],
83
+ "metadataCreationDate": "0000-00-00",
84
+ "metadataLastUpdate": "0000-00-00",
85
+ "metadataCharacterSet": "utf8",
86
+ "metadataUri": "http://thisisanexample.com",
87
+ "metadataStatus": "",
88
+ "metadataMaintenance": {
89
+ "maintenanceFrequency": "",
90
+ "maintenanceNote": [""],
91
+ "maintenanceContact": [
92
+ {
93
+ "contactId": "",
94
+ "role": ""
95
+ }
96
+ ]
97
+ }
98
+ },
99
+ "resourceInfo": {
100
+ "resourceType": "",
101
+ "citation": {
102
+ "title": "",
103
+ "date": [
104
+ {
105
+ "date": "0000-00-00",
106
+ "dateType": ""
107
+ }
108
+ ],
109
+ "edition": "",
110
+ "responsibleParty": [
111
+ {
112
+ "contactId": "",
113
+ "role": ""
114
+ }
115
+ ],
116
+ "presentationForm": [""],
117
+ "identifier": [
118
+ {
119
+ "identifier": "",
120
+ "type": "",
121
+ "authority": {
122
+ "title": "",
123
+ "date": [
124
+ {
125
+ "date": "0000-00-00",
126
+ "dateType": ""
127
+ }
128
+ ],
129
+ "responsibleParty": [
130
+ {
131
+ "contactId": "",
132
+ "role": ""
133
+ }
134
+ ],
135
+ "onlineResource": [
136
+ {
137
+ "uri": "http://thisisanexample.com",
138
+ "protocol": "",
139
+ "name": "",
140
+ "description": "",
141
+ "function": ""
142
+ }
143
+ ]
144
+ }
145
+ }
146
+ ],
147
+ "onlineResource": [
148
+ {
149
+ "uri": "http://thisisanexample.com",
150
+ "protocol": "",
151
+ "name": "",
152
+ "description": "",
153
+ "function": ""
154
+ }
155
+ ]
156
+ },
157
+ "resourceTimePeriod": {
158
+ "description": "",
159
+ "beginPosition": "0000-00-00",
160
+ "endPosition": "0000-00-00"
161
+ },
162
+ "pointOfContact": [
163
+ {
164
+ "contactId": "",
165
+ "role": ""
166
+ }
167
+ ],
168
+ "abstract": "",
169
+ "shortAbstract": "",
170
+ "status": "",
171
+ "hasMapLocation": true,
172
+ "hasDataAvailable": true,
173
+ "language": [""],
174
+ "purpose": "",
175
+ "credit": [""],
176
+ "topicCategory": [""],
177
+ "environmentDescription": "",
178
+ "resourceNativeFormat": [
179
+ {
180
+ "formatName": "",
181
+ "version": ""
182
+ }
183
+ ],
184
+ "keyword": [
185
+ {
186
+ "keyword": [""],
187
+ "keywordType": "",
188
+ "thesaurus": {
189
+ "title": "",
190
+ "date": [
191
+ {
192
+ "date": "0000-00-00",
193
+ "dateType": ""
194
+ }
195
+ ],
196
+ "edition": "",
197
+ "responsibleParty": [
198
+ {
199
+ "contactId": "",
200
+ "role": ""
201
+ }
202
+ ],
203
+ "presentationForm": [""],
204
+ "identifier": [
205
+ {
206
+ "identifier": "",
207
+ "type": "",
208
+ "authority": {
209
+ "title": "",
210
+ "date": [
211
+ {
212
+ "date": "0000-00-00",
213
+ "dateType": ""
214
+ }
215
+ ],
216
+ "responsibleParty": [
217
+ {
218
+ "contactId": "",
219
+ "role": ""
220
+ }
221
+ ],
222
+ "onlineResource": [
223
+ {
224
+ "uri": "http://thisisanexample.com",
225
+ "protocol": "",
226
+ "name": "",
227
+ "description": "",
228
+ "function": ""
229
+ }
230
+ ]
231
+ }
232
+ }
233
+ ],
234
+ "onlineResource": [
235
+ {
236
+ "uri": "http://thisisanexample.com",
237
+ "protocol": "",
238
+ "name": "",
239
+ "description": "",
240
+ "function": ""
241
+ }
242
+ ]
243
+ }
244
+ }
245
+ ],
246
+ "resourceMaintenance": [
247
+ {
248
+ "maintenanceFrequency": "",
249
+ "maintenanceNote": [""],
250
+ "maintenanceContact": [
251
+ {
252
+ "contactId": "",
253
+ "role": ""
254
+ }
255
+ ]
256
+ }
257
+ ],
258
+ "resourceSpecificUsage": [
259
+ {
260
+ "specificUsage": "",
261
+ "userDeterminedLimitation": "",
262
+ "userContactInfo": [
263
+ {
264
+ "contactId": "",
265
+ "role": ""
266
+ }
267
+ ]
268
+ }
269
+ ],
270
+ "graphicOverview": [
271
+ {
272
+ "fileName": "",
273
+ "fileDescription": "",
274
+ "fileType": "",
275
+ "fileUri": "http://thisisanexample.com"
276
+ }
277
+ ],
278
+ "constraint": {
279
+ "useLimitation": [""],
280
+ "legalConstraint": [
281
+ {
282
+ "accessConstraint": [""],
283
+ "useConstraint": [""],
284
+ "otherConstraint": [""]
285
+ }
286
+ ],
287
+ "securityConstraint": [
288
+ {
289
+ "classification": "",
290
+ "classificationSystem": "",
291
+ "handlingDescription": "",
292
+ "userNote": ""
293
+ }
294
+ ]
295
+ },
296
+ "taxonomy": {
297
+ "classificationSystem": [
298
+ {
299
+ "title": "",
300
+ "date": [
301
+ {
302
+ "date": "0000-00-00",
303
+ "dateType": ""
304
+ }
305
+ ],
306
+ "edition": "",
307
+ "responsibleParty": [
308
+ {
309
+ "contactId": "",
310
+ "role": ""
311
+ }
312
+ ],
313
+ "presentationForm": [""],
314
+ "identifier": [
315
+ {
316
+ "identifier": "",
317
+ "type": "",
318
+ "authority": {
319
+ "title": "",
320
+ "date": [
321
+ {
322
+ "date": "0000-00-00",
323
+ "dateType": ""
324
+ }
325
+ ],
326
+ "responsibleParty": [
327
+ {
328
+ "contactId": "",
329
+ "role": ""
330
+ }
331
+ ],
332
+ "onlineResource": [
333
+ {
334
+ "uri": "http://thisisanexample.com",
335
+ "protocol": "",
336
+ "name": "",
337
+ "description": "",
338
+ "function": ""
339
+ }
340
+ ]
341
+ }
342
+ }
343
+ ],
344
+ "onlineResource": [
345
+ {
346
+ "uri": "http://thisisanexample.com",
347
+ "protocol": "",
348
+ "name": "",
349
+ "description": "",
350
+ "function": ""
351
+ }
352
+ ]
353
+ }
354
+ ],
355
+ "taxonGeneralScope": "",
356
+ "observer": [
357
+ {
358
+ "contactId": "",
359
+ "role": ""
360
+ }
361
+ ],
362
+ "taxonomicProcedure": "",
363
+ "voucher": {
364
+ "specimen": "",
365
+ "repository": {
366
+ "contactId": "",
367
+ "role": ""
368
+ }
369
+ },
370
+ "taxonClass": [
371
+ {
372
+ "common": "",
373
+ "taxonRank": "",
374
+ "taxonValue": ""
375
+ }
376
+ ]
377
+ },
378
+ "spatialReferenceSystem": {
379
+ "name": [""],
380
+ "epsgNumber": [0],
381
+ "wkt": [""]
382
+ },
383
+ "spatialRepresentation": [""],
384
+ "spatialResolution": [
385
+ {
386
+ "equivalentScale": 0
387
+ }, {
388
+ "distance": 0,
389
+ "uom": ""
390
+ }
391
+ ],
392
+ "extent": [
393
+ {
394
+ "description": "",
395
+ "geographicElement": [
396
+ {
397
+ "type": "Point",
398
+ "bbox": [0, 0, 0, 0],
399
+ "coordinates": [0, 0, 0],
400
+ "crs": {
401
+ "type": "name",
402
+ "properties": {
403
+ "name": ""
404
+ }
405
+ }
406
+ }, {
407
+ "type": "LineString",
408
+ "bbox": [0, 0, 0, 0],
409
+ "coordinates": [
410
+ [0, 0, 0],
411
+ [0, 0, 0]
412
+ ],
413
+ "crs": {
414
+ "type": "name",
415
+ "properties": {
416
+ "name": ""
417
+ }
418
+ }
419
+ }, {
420
+ "type": "Polygon",
421
+ "bbox": [0, 0, 0, 0],
422
+ "coordinates": [
423
+ [
424
+ [0, 0, 0],
425
+ [0, 0, 0],
426
+ [0, 0, 0],
427
+ [0, 0, 0]
428
+ ],
429
+ [
430
+ [0, 0, 0],
431
+ [0, 0, 0],
432
+ [0, 0, 0],
433
+ [0, 0, 0]
434
+ ]
435
+ ],
436
+ "crs": {
437
+ "type": "name",
438
+ "properties": {
439
+ "name": ""
440
+ }
441
+ }
442
+ }, {
443
+ "type": "MultiPoint",
444
+ "bbox": [0, 0, 0, 0],
445
+ "coordinates": [
446
+ [0, 0, 0],
447
+ [0, 0, 0]
448
+ ],
449
+ "crs": {
450
+ "type": "name",
451
+ "properties": {
452
+ "name": ""
453
+ }
454
+ }
455
+ }, {
456
+ "type": "MultiLineString",
457
+ "bbox": [0, 0, 0, 0],
458
+ "coordinates": [
459
+ [
460
+ [0, 0, 0],
461
+ [0, 0, 0],
462
+ [0, 0, 0],
463
+ [0, 0, 0]
464
+ ],
465
+ [
466
+ [0, 0, 0],
467
+ [0, 0, 0],
468
+ [0, 0, 0],
469
+ [0, 0, 0]
470
+ ]
471
+ ],
472
+ "crs": {
473
+ "type": "name",
474
+ "properties": {
475
+ "name": ""
476
+ }
477
+ }
478
+ }, {
479
+ "type": "MultiPolygon",
480
+ "bbox": [0, 0, 0, 0],
481
+ "coordinates": [
482
+ [
483
+ [
484
+ [0, 0, 0],
485
+ [0, 0, 0],
486
+ [0, 0, 0],
487
+ [0, 0, 0]
488
+ ],
489
+ [
490
+ [0, 0, 0],
491
+ [0, 0, 0],
492
+ [0, 0, 0],
493
+ [0, 0, 0]
494
+ ]
495
+ ],
496
+ [
497
+ [
498
+ [0, 0, 0],
499
+ [0, 0, 0],
500
+ [0, 0, 0],
501
+ [0, 0, 0]
502
+ ],
503
+ [
504
+ [0, 0, 0],
505
+ [0, 0, 0],
506
+ [0, 0, 0],
507
+ [0, 0, 0]
508
+ ]
509
+ ]
510
+ ],
511
+ "crs": {
512
+ "type": "name",
513
+ "properties": {
514
+ "name": ""
515
+ }
516
+ }
517
+ }, {
518
+ "type": "GeometryCollection",
519
+ "geometries": []
520
+ }, {
521
+ "type": "Feature",
522
+ "id": "",
523
+ "bbox": [0, 0, 0, 0],
524
+ "geometry": {
525
+ "type": "Point",
526
+ "coordinates": [0, 0, 0]
527
+ },
528
+ "geometry": {
529
+ "type": "LineString",
530
+ "coordinates": [
531
+ [0, 0, 0],
532
+ [0, 0, 0]
533
+ ]
534
+ },
535
+ "geometry": {
536
+ "type": "Polygon",
537
+ "coordinates": [
538
+ [
539
+ [0, 0, 0],
540
+ [0, 0, 0],
541
+ [0, 0, 0],
542
+ [0, 0, 0]
543
+ ],
544
+ [
545
+ [0, 0, 0],
546
+ [0, 0, 0],
547
+ [0, 0, 0],
548
+ [0, 0, 0]
549
+ ]
550
+ ]
551
+ },
552
+ "crs": {
553
+ "type": "name",
554
+ "properties": {
555
+ "name": ""
556
+ }
557
+ },
558
+ "properties": {
559
+ "featureName": "",
560
+ "description": "",
561
+ "includesData": true,
562
+ "temporalElement": {
563
+ "date": ["0000-00-00"],
564
+ "timeInstant": [
565
+ {
566
+ "id": "",
567
+ "description": "",
568
+ "timePosition": "0000-00-00T00:00:00.0+00:00"
569
+ }
570
+ ],
571
+ "timePeriod": [
572
+ {
573
+ "id": "",
574
+ "description": "",
575
+ "beginPosition": "0000-00-00T00:00:00.0+00:00",
576
+ "endPosition": "0000-00-00T00:00:00.0+00:00"
577
+ }
578
+ ]
579
+ },
580
+ "verticalElement": [
581
+ {
582
+ "minimumValue": 0,
583
+ "maximumValue": 0,
584
+ "verticalCRSTitle": "",
585
+ "verticalCRSUri": "http://thisisanexample.com"
586
+ }
587
+ ],
588
+ "identifier": [
589
+ {
590
+ "identifier": "",
591
+ "type": "",
592
+ "authority": {
593
+ "title": "",
594
+ "date": [
595
+ {
596
+ "date": "0000-00-00",
597
+ "dateType": ""
598
+ }
599
+ ],
600
+ "responsibleParty": [
601
+ {
602
+ "contactId": "",
603
+ "role": ""
604
+ }
605
+ ],
606
+ "onlineResource": [
607
+ {
608
+ "uri": "http://thisisanexample.com",
609
+ "protocol": "",
610
+ "name": "",
611
+ "description": "",
612
+ "function": ""
613
+ }
614
+ ]
615
+ }
616
+ }
617
+ ],
618
+ "featureScope": "",
619
+ "featureAcquisitionMethod": ""
620
+ }
621
+ }, {
622
+ "type": "FeatureCollection",
623
+ "id": "",
624
+ "bbox": [0, 0, 0, 0],
625
+ "properties": {
626
+ "description": "",
627
+ "includesData": true
628
+ },
629
+ "crs": {
630
+ "type": "link",
631
+ "properties": {
632
+ "href": "http://thisisanexample.com",
633
+ "type": ""
634
+ }
635
+ },
636
+ "features": []
637
+ }
638
+ ],
639
+ "temporalElement": {
640
+ "date": ["0000-00-00"],
641
+ "timeInstant": [
642
+ {
643
+ "id": "",
644
+ "description": "",
645
+ "timePosition": "0000-00-00T00:00:00.0+00:00"
646
+ }
647
+ ],
648
+ "timePeriod": [
649
+ {
650
+ "id": "",
651
+ "description": "",
652
+ "beginPosition": "0000-00-00T00:00:00.0+00:00",
653
+ "endPosition": "0000-00-00T00:00:00.0+00:00"
654
+ }
655
+ ]
656
+ },
657
+ "verticalElement": [
658
+ {
659
+ "minimumValue": 0,
660
+ "maximumValue": 0,
661
+ "verticalCRSTitle": "",
662
+ "verticalCRSUri": "http://thisisanexample.com"
663
+ }
664
+ ]
665
+ }
666
+ ],
667
+ "dataQualityInfo": [
668
+ {
669
+ "scope": "",
670
+ "lineage": {
671
+ "statement": "",
672
+ "processStep": [
673
+ {
674
+ "stepId": "",
675
+ "description": "",
676
+ "rationale": "",
677
+ "dateTime": "0000-00-00",
678
+ "processor": [
679
+ {
680
+ "contactId": "",
681
+ "role": ""
682
+ }
683
+ ]
684
+ }
685
+ ],
686
+ "source": [
687
+ {
688
+ "description": "",
689
+ "citation": {
690
+ "title": "",
691
+ "date": [
692
+ {
693
+ "date": "0000-00-00",
694
+ "dateType": ""
695
+ }
696
+ ],
697
+ "edition": "",
698
+ "responsibleParty": [
699
+ {
700
+ "contactId": "",
701
+ "role": ""
702
+ }
703
+ ],
704
+ "presentationForm": [""],
705
+ "identifier": [
706
+ {
707
+ "identifier": "",
708
+ "type": "",
709
+ "authority": {
710
+ "title": "",
711
+ "date": [
712
+ {
713
+ "date": "0000-00-00",
714
+ "dateType": ""
715
+ }
716
+ ],
717
+ "responsibleParty": [
718
+ {
719
+ "contactId": "",
720
+ "role": ""
721
+ }
722
+ ],
723
+ "onlineResource": [
724
+ {
725
+ "uri": "http://thisisanexample.com",
726
+ "protocol": "",
727
+ "name": "",
728
+ "description": "",
729
+ "function": ""
730
+ }
731
+ ]
732
+ }
733
+ }
734
+ ]
735
+ },
736
+ "processStep": [
737
+ {
738
+ "stepId": "",
739
+ "description": "",
740
+ "rationale": "",
741
+ "dateTime": "0000-00-00",
742
+ "processor": [
743
+ {
744
+ "contactId": "",
745
+ "role": ""
746
+ }
747
+ ]
748
+ }
749
+ ]
750
+ }
751
+ ]
752
+ }
753
+ }
754
+ ],
755
+ "supplementalInfo": ""
756
+ },
757
+ "distributionInfo": [
758
+ {
759
+ "distributorContact": {
760
+ "contactId": "",
761
+ "role": ""
762
+ },
763
+ "distributionOrderProcess": [
764
+ {
765
+ "fees": "",
766
+ "plannedAvailabilityDateTime": "0000-00-00",
767
+ "orderingInstructions": "",
768
+ "turnaround": ""
769
+ }
770
+ ],
771
+ "distributorFormat": [
772
+ {
773
+ "formatName": "",
774
+ "version": ""
775
+ }
776
+ ],
777
+ "distributorTransferOptions": [
778
+ {
779
+ "online": [
780
+ {
781
+ "uri": "http://thisisanexample.com",
782
+ "protocol": "",
783
+ "name": "",
784
+ "description": "",
785
+ "function": ""
786
+ }
787
+ ],
788
+ "offline": {
789
+ "name": "",
790
+ "mediumFormat": "",
791
+ "mediumNote": ""
792
+ }
793
+ }
794
+ ]
795
+ }
796
+ ],
797
+ "associatedResource": [
798
+ {
799
+ "associationType": "",
800
+ "initiativeType": "",
801
+ "resourceType": "",
802
+ "resourceCitation": {
803
+ "title": "",
804
+ "date": [
805
+ {
806
+ "date": "0000-00-00",
807
+ "dateType": ""
808
+ }
809
+ ],
810
+ "edition": "",
811
+ "responsibleParty": [
812
+ {
813
+ "contactId": "",
814
+ "role": ""
815
+ }
816
+ ],
817
+ "presentationForm": [""],
818
+ "identifier": [
819
+ {
820
+ "identifier": "",
821
+ "type": "",
822
+ "authority": {
823
+ "title": "",
824
+ "date": [
825
+ {
826
+ "date": "0000-00-00",
827
+ "dateType": ""
828
+ }
829
+ ],
830
+ "responsibleParty": [
831
+ {
832
+ "contactId": "",
833
+ "role": ""
834
+ }
835
+ ],
836
+ "onlineResource": [
837
+ {
838
+ "uri": "http://thisisanexample.com",
839
+ "protocol": "",
840
+ "name": "",
841
+ "description": "",
842
+ "function": ""
843
+ }
844
+ ]
845
+ }
846
+ }
847
+ ],
848
+ "onlineResource": [
849
+ {
850
+ "uri": "http://thisisanexample.com",
851
+ "protocol": "",
852
+ "name": "",
853
+ "description": "",
854
+ "function": ""
855
+ }
856
+ ]
857
+ },
858
+ "metadataCitation": {
859
+ "title": "",
860
+ "date": [
861
+ {
862
+ "date": "0000-00-00",
863
+ "dateType": ""
864
+ }
865
+ ],
866
+ "edition": "",
867
+ "responsibleParty": [
868
+ {
869
+ "contactId": "",
870
+ "role": ""
871
+ }
872
+ ],
873
+ "presentationForm": [""],
874
+ "identifier": [
875
+ {
876
+ "identifier": "",
877
+ "type": "",
878
+ "authority": {
879
+ "title": "",
880
+ "date": [
881
+ {
882
+ "date": "0000-00-00",
883
+ "dateType": ""
884
+ }
885
+ ],
886
+ "responsibleParty": [
887
+ {
888
+ "contactId": "",
889
+ "role": ""
890
+ }
891
+ ],
892
+ "onlineResource": [
893
+ {
894
+ "uri": "http://thisisanexample.com",
895
+ "protocol": "",
896
+ "name": "",
897
+ "description": "",
898
+ "function": ""
899
+ }
900
+ ]
901
+ }
902
+ }
903
+ ],
904
+ "onlineResource": [
905
+ {
906
+ "uri": "http://thisisanexample.com",
907
+ "protocol": "",
908
+ "name": "",
909
+ "description": "",
910
+ "function": ""
911
+ }
912
+ ]
913
+ }
914
+ }
915
+ ],
916
+ "additionalDocumentation": [
917
+ {
918
+ "resourceType": "",
919
+ "citation": {
920
+ "title": "",
921
+ "date": [
922
+ {
923
+ "date": "0000-00-00",
924
+ "dateType": ""
925
+ }
926
+ ],
927
+ "edition": "",
928
+ "responsibleParty": [
929
+ {
930
+ "contactId": "",
931
+ "role": ""
932
+ }
933
+ ],
934
+ "presentationForm": [""],
935
+ "identifier": [
936
+ {
937
+ "identifier": "",
938
+ "type": "",
939
+ "authority": {
940
+ "title": "",
941
+ "date": [
942
+ {
943
+ "date": "0000-00-00",
944
+ "dateType": ""
945
+ }
946
+ ],
947
+ "responsibleParty": [
948
+ {
949
+ "contactId": "",
950
+ "role": ""
951
+ }
952
+ ],
953
+ "onlineResource": [
954
+ {
955
+ "uri": "http://thisisanexample.com",
956
+ "protocol": "",
957
+ "name": "",
958
+ "description": "",
959
+ "function": ""
960
+ }
961
+ ]
962
+ }
963
+ }
964
+ ],
965
+ "onlineResource": [
966
+ {
967
+ "uri": "http://thisisanexample.com",
968
+ "protocol": "",
969
+ "name": "",
970
+ "description": "",
971
+ "function": ""
972
+ }
973
+ ]
974
+ }
975
+ }
976
+ ]
977
+ },
978
+ "dataDictionary": [
979
+ {
980
+ "dictionaryInfo": {
981
+ "citation": {
982
+ "title": "",
983
+ "date": [
984
+ {
985
+ "date": "0000-00-00",
986
+ "dateType": ""
987
+ }
988
+ ],
989
+ "edition": "",
990
+ "responsibleParty": [
991
+ {
992
+ "contactId": "",
993
+ "role": ""
994
+ }
995
+ ],
996
+ "onlineResource": [
997
+ {
998
+ "uri": "http://thisisanexample.com",
999
+ "protocol": "",
1000
+ "name": "",
1001
+ "description": "",
1002
+ "function": ""
1003
+ }
1004
+ ]
1005
+ },
1006
+ "description": "",
1007
+ "resourceType": "",
1008
+ "language": ""
1009
+ },
1010
+ "domain": [
1011
+ {
1012
+ "domainId": "",
1013
+ "commonName": "",
1014
+ "codeName": "",
1015
+ "description": "",
1016
+ "member": [
1017
+ {
1018
+ "name": "",
1019
+ "value": "",
1020
+ "definition": ""
1021
+ }
1022
+ ]
1023
+ }
1024
+ ],
1025
+ "entity": [
1026
+ {
1027
+ "entityId": "",
1028
+ "commonName": "",
1029
+ "codeName": "",
1030
+ "alias": [""],
1031
+ "definition": "",
1032
+ "primaryKeyAttributeCodeName": [""],
1033
+ "index": [
1034
+ {
1035
+ "codeName": "",
1036
+ "allowDuplicates": false,
1037
+ "attributeCodeName": [""]
1038
+ }
1039
+ ],
1040
+ "attribute": [
1041
+ {
1042
+ "commonName": "",
1043
+ "codeName": "",
1044
+ "alias": [""],
1045
+ "definition": "",
1046
+ "dataType": "",
1047
+ "allowNull": true,
1048
+ "units": "",
1049
+ "domainId": "",
1050
+ "minValue": "",
1051
+ "maxValue": ""
1052
+ }
1053
+ ],
1054
+ "foreignKey": [
1055
+ {
1056
+ "localAttributeCodeName": [""],
1057
+ "referencedEntityCodeName": "",
1058
+ "referencedAttributeCodeName": [""]
1059
+ }
1060
+ ]
1061
+ }
1062
+ ]
1063
+ }
1064
+ ]
1065
+ }