Skip to content

Commit

Permalink
Merge branch 'main' into fix-empty-list-message
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Nov 6, 2023
2 parents 54b4baf + 8ff902c commit 3ddceea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/base-metadata.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export const preprocessMetadataSchema = (schema: any = baseMetadataSchema) => {
O: 'Other'
}

// Ensure experimenter schema has custom structure
schema.properties.NWBFile.properties.experimenter = baseMetadataSchema.properties.NWBFile.properties.experimenter

// Override description of keywords
schema.properties.NWBFile.properties.keywords.description = 'Terms to describe your dataset (e.g. Neural circuits, V1, etc.)' // Add description to keywords
Expand Down

0 comments on commit 3ddceea

Please sign in to comment.