| | 4 | |
| | 5 | Specifically (all unicode strings except for those noted): |
| | 6 | |
| | 7 | * ''name'': a name for this resource (could be used in a ckan url) |
| | 8 | * ''type'': the type of the resource. One of: file | api | service | listing |
| | 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) |
| | 11 | * ''size'': [integer] size of the resource (content length) in bytes. Usually only relevant for resources of type file. |
| | 12 | * ''last_modified'': [use datetime or just stick with iso formatted string?] the date when this resource's data was last modified (NB: ''not'' the date when the metadata was modified). |
| | 13 | * cache_url: url for cache of object in ckan storage |
| | 14 | * cache_last_updated: timestamp when cached version was created |
| | 15 | * webstore_url: |
| | 16 | * webstore_last_updated: timestamp when webstore was last updated |