Changes between Version 1 and Version 2 of Ticket #1324


Ignore:
Timestamp:
09/09/11 16:51:57 (3 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1324 – Description

    v1 v2  
    1010 * ''mimetype-inner'': mimetype of innermost object (so for example would be text/csv) 
    1111 * ''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). 
     12 * ''last_modified'': [datetime] the date when this resource's data was last modified (NB: ''not'' the date when the metadata was modified). 
    1313 * cache_url: url for cache of object in ckan storage 
    14  * cache_last_updated: timestamp when cached version was created 
     14 * cache_last_updated: [datetime] timestamp when cached version was created 
    1515 * webstore_url:  
    16  * webstore_last_updated: timestamp when webstore was last updated 
     16 * webstore_last_updated: [datetime] timestamp when webstore was last updated