Boost Note Next Local
File Hierarchy
The Boost Note directory will have one metadata file called “boostnote.json”.
The Boost Note directory will have two subdirectories named “attachments” and “notes”.
The “notes” directory will contain one JSON file for each note in your collection.
For example, your Boost Note directory may look like this:
.
├── attachments
│ └── image-kzaa7q90.png
├── boostnote.json
└── notes
├── BBJGwkU_K.json
├── -bTIjMLFQZ.json
└── LP4IVuuEL.json
Boostnote.json Specification
Boostnote Collection Metadata File
Schema for boostnote.json file |
|||
type |
object |
||
properties |
|||
|
type |
object |
|
patternProperties |
|||
|
type |
object |
|
|
type |
object |
|
patternProperties |
|||
|
type |
object |
|
Folder
type |
object |
|||
properties |
||||
|
Folder id |
|||
type |
string |
|||
examples |
folder:/ |
|||
folder:/Parent |
||||
folder:/Parent/Child |
||||
|
ISO 8601 |
|||
type |
string |
|||
examples |
2022-02-05T20:50:38.611Z |
|||
|
type |
object |
||
|
Randomly generated id for this folder |
|||
type |
string |
|||
examples |
folder:PD-djD04o1 |
|||
folder:AbHlHVwx2h |
||||
|
orderIds of child folders |
|||
type |
array |
|||
items |
anyOf |
type |
string |
|
|
ISO 8601 |
|||
type |
string |
|||
examples |
2022-02-05T20:50:38.611Z |
Tag
type |
object |
|
properties |
||
|
type |
string |
|
ISO 8601 |
|
type |
string |
|
examples |
2022-02-05T20:50:38.611Z |
|
|
type |
object |
|
ISO 8601 |
|
type |
string |
|
examples |
2022-02-05T20:50:38.611Z |
Note Specification
Note Schema for Boost Note Next Local
This is the JSON schema for an individual note within a Boost Note Next Local Space |
||||
type |
object |
|||
properties |
||||
|
type |
string |
||
|
type |
string |
||
|
type |
string |
||
|
type |
array |
||
items |
anyOf |
type |
string |
|
|
type |
string |
||
|
type |
object |
||
|
type |
string |
||
|
type |
string |
||
|
type |
boolean |
||
|
type |
string |