forked from jonsmy/glowers-radio
		
	readme.md: update schema
This commit is contained in:
		| @@ -5,6 +5,11 @@ This repo contains backing information for Glowers Radio. | |||||||
| The `songs.json` format **is only intended for use for Glowers Radio**, and is effectively a living standard as a result. **Live data may change drastically without warning** | The `songs.json` format **is only intended for use for Glowers Radio**, and is effectively a living standard as a result. **Live data may change drastically without warning** | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
|  | required: [ version, songs] | ||||||
|  | properties: | ||||||
|  |   version: { type: integer } | ||||||
|  |   songs: | ||||||
|  |     items: | ||||||
|       required: [ id, sources ] |       required: [ id, sources ] | ||||||
|       properties: |       properties: | ||||||
|         id: |         id: | ||||||
| @@ -24,6 +29,6 @@ properties: | |||||||
|             properties: |             properties: | ||||||
|               type: { type: string, format: mimetype } |               type: { type: string, format: mimetype } | ||||||
|               url: { type: string, format: uri } |               url: { type: string, format: uri } | ||||||
|         thumbnail_type: { type: string } |               thumbnail_type: { type: number } | ||||||
|               thumbnail_url: { format: uri } |               thumbnail_url: { format: uri } | ||||||
| ``` | ``` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user