addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / category
Added value: +{
+ "description": "Filter by claim type, e.g. 'hardware', 'design', 'pricing'",
+ "type": "string"
+}
removedInput schema / properties / confidence
Removed value: -{
- "description": "Filter by per-claim confidence tier (7-tier: confirmed, unofficially-confirmed [shown as 'Widely reported'], highly-expected, expected, likely, speculated, pipe-dream).",
- "enum": [
- "confirmed",
- "unofficially-confirmed",
- "highly-expected",
- "expected",
- "likely",
- "speculated",
- "pipe-dream"
- ],
- "type": "string"
-}
addedInput schema / properties / product_slug
Added value: +{
+ "description": "From list_products, e.g. 'apple-glasses'",
+ "type": "string"
+}
removedInput schema / properties / slug
Removed value: -{
- "description": "Product slug",
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "slug"
-]New value: +[
+ "product_slug"
+]
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "results": {
- "items": {
- "properties": {
- "blurb": {
- "type": "string"
- },
- "claim": {
- "type": "string"
- },
- "claim_type": {
- "type": "string"
- },
- "confidence": {
- "description": "Per-claim confidence tier, 7-tier ladder strongest to weakest. 'unofficially-confirmed' is shown as 'Widely reported' on iDevice.",
- "enum": [
- "confirmed",
- "unofficially-confirmed",
- "highly-expected",
- "expected",
- "likely",
- "speculated",
- "pipe-dream"
- ],
- "type": "string"
- },
- "icon": {
- "type": "string"
- },
- "sort_order": {
- "type": "number"
- },
- "sources": {
- "items": {
- "properties": {
- "name": {
- "type": "string"
- },
- "tier": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "results"
- ],
- "type": "object"
-}New value: +null