Skip to content

Commit

Permalink
Start
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Jan 29, 2025
1 parent 312bad6 commit a5b04c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/data/schemas/collectionsUUIDSchema.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
const collectionsUUIDSchema = {
response: {
TODO: "Awaiting product requirements",
title: "string",
uuid: "string",
// finding aid link
// catalog link
keyDate: "string", // date created? So not when it was indexed
// parent division
},
};

Expand Down

0 comments on commit a5b04c7

Please sign in to comment.