A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: url -> uri

+4 -4
+2 -2
src/definitions/output/facet.json
··· 24 24 }, 25 25 "name": { "type": "string" }, 26 26 "updatedAt": { "type": "string", "format": "datetime" }, 27 - "url": { 27 + "uri": { 28 28 "type": "string", 29 - "description": "An optional URL that points at the facet; can be used to update this artifact" 29 + "description": "An optional URI that points at the facet; can be used to update this artifact" 30 30 } 31 31 } 32 32 }
+2 -2
src/definitions/output/theme.json
··· 24 24 }, 25 25 "name": { "type": "string" }, 26 26 "updatedAt": { "type": "string", "format": "datetime" }, 27 - "url": { 27 + "uri": { 28 28 "type": "string", 29 - "description": "An optional URL that points at the theme; can be used to update this artifact" 29 + "description": "An optional URI that points at the theme; can be used to update this artifact" 30 30 } 31 31 } 32 32 }