Skip to content

Commit

Permalink
Add resource file size to example dataset schema
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 13, 2024
1 parent 8aa54a2 commit cf514c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ckanext/scheming/ckan_dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,8 @@ resource_fields:
- field_name: format
label: Format
preset: resource_format_autocomplete

- field_name: size
label: File Size
validators: ignore_missing int_validator
display_snippet: file_size.html

0 comments on commit cf514c5

Please sign in to comment.