changedOutput schema / properties / count / description
Previous value: -"Number of items returned."New value: +"Number of themes returned"
addedOutput schema / properties / groups
Added value: +{
+ "description": "Themes from the Solr `subject` facet.",
+ "items": {
+ "properties": {
+ "datasets": {
+ "description": "Number of datasets carrying this theme",
+ "type": "integer"
+ },
+ "fq": {
+ "description": "Solr filter query that reproduces this theme, e.g. subject:\"transport\"",
+ "type": "string"
+ },
+ "name": {
+ "description": "Theme name",
+ "type": "string"
+ },
+ "title": {
+ "description": "Human-readable theme title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
removedOutput schema / properties / items
Removed value: -{
- "description": "List of themes/groups",
- "items": {
- "properties": {
- "created": {
- "description": "Creation timestamp",
- "type": "string"
- },
- "description": {
- "description": "Group/theme description",
- "type": "string"
- },
- "id": {
- "description": "Group/theme ID",
- "type": "string"
- },
- "image_display_url": {
- "description": "Group image URL",
- "type": "string"
- },
- "name": {
- "description": "Group/theme name",
- "type": "string"
- },
- "title": {
- "description": "Group/theme title",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / note
Added value: +{
+ "description": "Explanatory note about the theme source",
+ "type": "string"
+}
addedOutput schema / properties / total_datasets
Added value: +{
+ "description": "Total datasets across the portal",
+ "type": "integer"
+}
changedOutput schema / required
Previous value: -[
- "items",
- "count"
-]New value: +[
+ "groups",
+ "count"
+]