-
Notifications
You must be signed in to change notification settings - Fork 0
/
btaa_gbl_schema.json
117 lines (117 loc) · 2.6 KB
/
btaa_gbl_schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"dc_identifier_s": { "type": "string" },
"dc_rights_s": { "type": "string" },
"dc_title_s": { "type": "string" },
"dct_provenance_s": { "type": "string" },
"geoblacklight_version": { "type": "string" },
"layer_slug_s": { "type": "string" },
"solr_geom": { "type": "string" },
"dc_description_s": { "type": "string" },
"dc_format_s": { "type": "string" },
"dc_creator_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dc_language_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dc_publisher_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dc_source_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dc_subject_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dc_type_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dct_accrualMethod_s": { "type": "string" },
"dct_accrualPeriodicity_s": { "type": "string" },
"dct_issued_s": { "type": "string" },
"dct_references_s": { "type": "string" },
"dct_alternativeTitle_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dct_isPartOf_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dct_spatial_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"dct_temporal_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"layer_geom_type_s": { "type": "string" },
"layer_id_s": { "type": "string" },
"solr_year_i": { "type": "integer" },
"layer_modified_dt": {
"type": "string",
"format": "date-time"
},
"suppressed_b": { "type": "boolean" },
"b1g_centroid_ss": { "type": "string" },
"b1g_code_s": { "type": "string" },
"b1g_dateAccessioned_s": { "type": "string" },
"b1g_dateRetired_s": { "type": "string" },
"b1g_image_ss": { "type": "string" },
"b1g_status_s": { "type": "string" },
"b1g_genre_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"b1g_geonames_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"b1g_keyword_sm": {
"type": "array",
"items": {
"type": "string"
}
},
"b1g_date_range_drsim": {
"type": "array",
"items": {
"type": "string"
}
}
}
}