Skip to content

Commit

Permalink
Merge pull request #19 from DiSSCo/ReviseTaxonomicServiceDataModel
Browse files Browse the repository at this point in the history
Taxonomic schema revisions
  • Loading branch information
TomDijkema authored Oct 16, 2024
2 parents 8f29dc5 + 9125c37 commit 9a91bc9
Show file tree
Hide file tree
Showing 6 changed files with 742 additions and 164 deletions.
6 changes: 4 additions & 2 deletions src/app/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ export type TaxonomicService = {

/* Type for an Agent */
export type Maintainer = {
"schema:identifier"?: string;
"@type": string,
"schema:identifier"?: string | Dict[];
"schema:name"?: string;
"schema:Organization"?: {
"schema:Affiliation"?: {
"@type": string,
"schema:identifier"?: string;
"schema:legalName"?: string;
};
Expand Down
Loading

0 comments on commit 9a91bc9

Please sign in to comment.