Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

propertytyperequiredformatdescription
titlestringno
same definition as "title" on the deck revision model
languagestringno
same definition as "language" on the deck revision model
themestringno
same definition as "theme" on the deck revision model
licensestringno
same definition as "license" on the deck model
descriptionstringno
same definition as "description" on the deck model
tagsarrayno
same definition as "tags" on the deck revision model


DeckChange=

propertytyperequireddescription
opstringyesone of 'add', 'remove', 'replace', 'move', or 'update'
timestampdate stringyesiso date string
userintegeryes
patharray of ChangePathPartyescan be empty for the root deck 'update' change
fromarray of ChangePathPartif operation is 'move'provides the previous path of the node moved in the tree
valueNodeValueyes if op is 'add', 'remove', 'replace' or 'move'provides the node value referenced by the change
oldValueNodeValueyes if op is 'replace'

provides the node value replaced when creating a revision for a deck child

valuesUpdateValuesyes if op is 'update'provides the new values for the deck data updated
oldValuesUpdateValuesyes if op is 'update'provides the old values for the deck data updated

...