Particle Structure - LanceJernigan/Squiggle GitHub Wiki
Particle Structure
The particle structure is still being designed and may change over time, this merely represents the initial structure of a particle.
{
id: int, - used for referencing individual particles (unique)
parent: int, - used for classifying child particles
author: int, - used for referencing who created the particle
classification: string, - used for filtering particles by classification
title: string, - standardized for individual particle usage (will be used while filtering by search)
subject: string, - standardized for individual particle usage (will be used while filtering by search)
content: string, - standardized for individual particle usage (will be used while filtering by search)
state: {} - data specific to the display of individual particle
}