Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 707 Bytes

deprecated-101.md

File metadata and controls

23 lines (13 loc) · 707 Bytes

DIP-101

Complex Lists

General principle

According to this DIP, users are given the ability to manage individually as well as to crowdsource complex lists.

A complex list is a simple list with one or more of the following associated 'auxiliary' lists (which may or may not hemselves be simple):

  • a list of subsets
  • a list of subset relationships, of the form: subsetA isASubsetOf subsetB
  • a list of listItem properties
  • each property is of propertyTypes: string, object, array, boolean, number, null

  • a list of listItemPropertyRelationships, of the form: propertyA (relationshipType) propertyB
  • with allowed relationshipTypes: