···9191 desc: "Raw data schema output ⇄ JSON UTF8 string."
9292 todo: true
93939494-# SCHEMAS
9494+# DEFINITIONS
95959696-schemas:
9696+definitions:
9797 - title: "Output / Favourites"
9898 desc: "Indicate a user's favourite audio. Not a property of a track because tracks are associated with a specific source. Favourites may match with multiple tracks. Specified using the audio's title and artist."
9999 todo: true
···227227 </div>
228228 </section>
229229230230- <!-- SCHEMAS -->
230230+ <!-- DEFINITIONS -->
231231 <section>
232232- <h2 id="schemas">Schemas</h2>
232232+ <h2 id="definitions">Definitions</h2>
233233234234- <p>All of the elements here are built with these data schemas in mind. That said, you can mix elements that use different schemas; you just have to put a transformer between them in order to translate between the schemas.</p>
234234+ <p>All of the elements here are built with these data definitions in mind. That said, you can mix elements that use different definitions; you just have to put a transformer between them in order to translate between them.</p>
235235236236 {{ await comp.list({ items: schemas }) }}
237237 </section>