···2424 },
2525 "name": { "type": "string" },
2626 "updatedAt": { "type": "string", "format": "datetime" },
2727- "url": {
2727+ "uri": {
2828 "type": "string",
2929- "description": "An optional URL that points at the facet; can be used to update this artifact"
2929+ "description": "An optional URI that points at the facet; can be used to update this artifact"
3030 }
3131 }
3232 }
+2-2
src/definitions/output/theme.json
···2424 },
2525 "name": { "type": "string" },
2626 "updatedAt": { "type": "string", "format": "datetime" },
2727- "url": {
2727+ "uri": {
2828 "type": "string",
2929- "description": "An optional URL that points at the theme; can be used to update this artifact"
2929+ "description": "An optional URI that points at the theme; can be used to update this artifact"
3030 }
3131 }
3232 }