File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
optimade/server/entry_collections Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 152152 },
153153 "lattice_vectors" : {
154154 "type" : " float"
155+ },
156+ "immutable_id" : {
157+ "type" : " keyword"
158+ },
159+ "last_modified" : {
160+ "type" : " date"
161+ },
162+ "species" : {
163+ "type" : " object"
164+ }
165+ }
166+ }
167+ },
168+ "files" : {
169+ "mappings" : {
170+ "properties" : {
171+ "url" : {
172+ "type" : " keyword"
173+ },
174+ "url_stable_until" : {
175+ "type" : " date"
176+ },
177+ "name" : {
178+ "type" : " keyword"
179+ },
180+ "size" : {
181+ "type" : " integer"
182+ },
183+ "media_type" : {
184+ "type" : " str"
185+ },
186+ "version" : {
187+ "type" : " keyword"
188+ },
189+ "modification_timestamp" : {
190+ "type" : " date"
191+ },
192+ "checksums" : {
193+ "type" : " object"
194+ },
195+ "id" : {
196+ "type" : " keyword"
197+ },
198+ "description" : {
199+ "type" : " integer"
200+ },
201+ "atime" : {
202+ "type" : " date"
203+ },
204+ "ctime" : {
205+ "type" : " date"
206+ },
207+ "mtime" : {
208+ "type" : " date"
155209 }
156210 }
157211 }
You can’t perform that action at this time.
0 commit comments