Skip to content

Commit

Permalink
Merge pull request #56 from koopjs/f/8434-durable-download-api
Browse files Browse the repository at this point in the history
add durable Urls as valid enrichment fields
  • Loading branch information
sansth1010 authored Dec 6, 2023
2 parents 22243aa + 57001bf commit ddb483f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/helpers/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ export const ADDON_FIELDS = [
'issuedDateTime',
'orgTitle',
'provenance',
'downloadLink'
'downloadLink',
'durableUrlCSV',
'durableUrlGeoJSON',
'durableUrlShapeFile',
'durableUrlKML'
];

0 comments on commit ddb483f

Please sign in to comment.