arc-isle 0.1.2

The Interface Specification Language for the Arc project: design and implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_import:
  - types/media.yml
  - types/settings.yml
update:
  at: date_iso8601
  is_latest: bool
  id: int
  note: str?
  interested_user_ids: array[int]
message:
  author: user
  text: str
  update: update?
  marks:
    read: bool
    ack: bool