Changes between Version 2 and Version 4 of Ticket #1324
- Timestamp:
- 09/12/11 10:18:43 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1324
- Property Milestone changed from to ckan-sprint-2011-09-12
-
Ticket #1324 – Description
v2 v4 8 8 * ''type'': the type of the resource. One of: file | api | service | listing 9 9 * ''mimetype'': standard mimetype (e.g. for zipped csv would be application/zip) 10 * ''mimetype -inner'': mimetype of innermost object (so for example would be text/csv)10 * ''mimetype_inner'': mimetype of innermost object (so for example would be text/csv) 11 11 * ''size'': [integer] size of the resource (content length) in bytes. Usually only relevant for resources of type file. 12 12 * ''last_modified'': [datetime] the date when this resource's data was last modified (NB: ''not'' the date when the metadata was modified).