Blame view

mock-api/schemas/features.yaml 254 Bytes
c680f5b4   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
  # this is a sample schema file for a feature object.
  
  ---
  initial_entries: 12
  randomize: true
  id: _uuid_
  user: _firstname_ _lastname_
  title: _features_ _modifiers_
  icon: _icon_
  created:  _itemtimestamp_
  modified:  _itemtimestamp_
  enabled:  _boolean_
  ...