Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created December 8, 2021 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/c6e04aad1e90407742be703272cfc473 to your computer and use it in GitHub Desktop.
Save Hkazanci93/c6e04aad1e90407742be703272cfc473 to your computer and use it in GitHub Desktop.
let schema = new Schema(Album, {
artist: { type: 'string' },
title: { type: 'string' },
year: { type: 'number' },
genres: { type: 'array' },
outOfPublication: { type: 'boolean' }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment