Skip to content

The DiscoJSON Format

Leif Johansson edited this page Dec 10, 2017 · 1 revision

The DiscoJuice project established an informal standard for representing (parts of) entity metadata for the purpose of discovery. This is the JSON that pyFF currently produces and expects in the standard jquery DS rendering engine:

{
   entity_id: <entity_id>
   entity_icon: <URL>
   entity_icon_width: <icon width in pixels>
   entity_icon_height: <icon height in pixels>
   descr: entity description
   title: entity title
}
Clone this wiki locally