arc-isle 0.1.2

The Interface Specification Language for the Arc project: design and implementation
Documentation
media:
  id: uuid
  type: str
  versions: media_versions
  thumbnail: media_version
  uploaded: bool
  index: int
  status: str
  caption: str
  created_at: timestamp
media_versions:
  normal: media_version
  collapsed: media_version
  expanded: media_version
  tiny: media_version
media_version:
  url: url
  size: size
size:
  width: int
  height: int