Skip to content

level-json-schema

Have a class that takes in a LevelDB database, the levelDB database has a Sublevel that stores the JSON Schema, every put(insert) into the LevelDB index is required to match the JSONSchema that is saved in the sublevel.

Logs

2024-08-12T15:12:54-07:00

  • So what are the inputs and functions
  • Do we create a class or is this all functional
  • It ought to probably be functional
  • No it is a class
  • So how is the Schema validator things supposed to work with and be extended with the CID stuff
  • Where are the Schemas stored? Where is the content stored? So we can have a default Schema store, default Content store, but we can have alternative functions
  • We need to write those functions