Skip to content

Instantly share code, notes, and snippets.

@amercader
Created September 11, 2014 12:36
Show Gist options
  • Save amercader/ef1d24fc63ad4e308277 to your computer and use it in GitHub Desktop.
Save amercader/ef1d24fc63ad4e308277 to your computer and use it in GitHub Desktop.
Reserved schema fields
# Dataset
['__before',
'__extras',
'__junk',
'author',
'author_email',
'category',
'extras',
'groups',
'id',
'license_id',
'log_message',
'maintainer',
'maintainer_email',
'name',
'needs_approval',
'notes',
'openness_rating',
'owner_org',
'private',
'published_on_behalf_of',
'quality',
'relationships_as_object',
'relationships_as_subject',
'resources',
'return_to',
'revision_id',
'save',
'standard_name',
'standard_rating',
'standard_version',
'state',
'tag_string',
'tags',
'theme',
'title',
'type',
'url',
'usage_guidance',
'version']
# Resource
['__extras',
'cache_last_updated',
'cache_url',
'created',
'creation_date',
'datastore_active',
'description',
'ec_api_version_id',
'extras',
'format',
'hash',
'id',
'last_modified',
'license_id',
'mimetype',
'mimetype_inner',
'name',
'openness_rating',
'package_id',
'position',
'quality',
'resource_group_id',
'resource_type',
'revision_id',
'revision_timestamp',
'size',
'standard_name',
'standard_rating',
'standard_version',
'state',
'tracking_summary',
'upload',
'url',
'url_type',
'webstore_last_updated',
'webstore_url']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment