changedInput schema / properties / field / description
Previous value: -"Indexed field to enumerate. Common choices: unit_code (museum codes like \"NASM\"), object_type (artifact categories like \"Aircraft\"), culture (e.g. \"Aztec\"), place (geographic terms), date (decade values like \"1920s\")."New value: +"Indexed field to enumerate. Choices: unit_code (museum codes like \"NASM\"), culture (e.g. \"Aztecs\"), place (geographic terms), date (decade/era values like \"1920s\"), online_media_type (media formats like \"Images\", \"3D Models\")."
changedInput schema / properties / field / enum
Previous value: -[
- "unit_code",
- "object_type",
- "culture",
- "place",
- "date",
- "media_usage",
- "online_media_type"
-]New value: +[
+ "unit_code",
+ "culture",
+ "place",
+ "date",
+ "online_media_type"
+]
changedOutput schema / properties / terms / description
Previous value: -"Valid term vocabulary for the field, sorted by count descending."New value: +"The field's distinct term values for this page, in the Smithsonian index's native order. No per-term object counts are available upstream."
removedOutput schema / properties / terms / items / additionalProperties
Removed value: -false
changedOutput schema / properties / terms / items / description
Previous value: -"A single term entry with its object count."New value: +"A term value — pass directly as the filter value in smithsonian_search or smithsonian_explore."
removedOutput schema / properties / terms / items / properties
Removed value: -{
- "count": {
- "description": "Number of Smithsonian objects indexed under this term.",
- "type": "number"
- },
- "value": {
- "description": "Term string — pass directly as the filter value in smithsonian_search or smithsonian_explore.",
- "type": "string"
- }
-}
removedOutput schema / properties / terms / items / required
Removed value: -[
- "value",
- "count"
-]
changedOutput schema / properties / terms / items / type
Previous value: -"object"New value: +"string"
changedOutput schema / properties / total / description
Previous value: -"Total number of distinct terms for this field in the Smithsonian index."New value: +"Total number of distinct terms for this field (the full vocabulary size; terms is one page of it)."
changedOutput schema / required
Previous value: -[
- "field",
- "terms",
- "total",
- "truncated",
- "shown",
- "cap"
-]New value: +[
+ "field",
+ "terms",
+ "total"
+]