changedOutput schema / additionalProperties
Previous value: -falseNew value: +true
removedOutput schema / properties / canonical_follow_url
Removed value: -{
- "format": "uri",
- "type": "string"
-}
removedOutput schema / properties / catalogVersion
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / catalog_version
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / engineVersion
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / error
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "code": {
- "enum": [
- "invalid_arguments",
- "insufficient_data"
- ],
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "retryable": {
- "type": "boolean"
- },
- "scope": {
- "const": "request"
- }
- },
- "required": [
- "code",
- "message",
- "scope",
- "retryable"
- ],
- "type": "object"
-}
changedOutput schema / properties / items / items / additionalProperties
Previous value: -falseNew value: +true
removedOutput schema / properties / items / items / properties
Removed value: -{
- "content_sha256": {
- "pattern": "^[a-f0-9]{64}$",
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "excerpt": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "keywords": {
- "type": "string"
- },
- "locale": {
- "type": "string"
- },
- "observed_at": {
- "format": "date",
- "type": "string"
- },
- "source_urls": {
- "items": {
- "format": "uri",
- "type": "string"
- },
- "type": "array",
- "uniqueItems": true
- },
- "title": {
- "type": "string"
- },
- "translation": {
- "additionalProperties": false,
- "properties": {
- "source_id": {
- "type": "string"
- },
- "source_locale": {
- "const": "fr"
- },
- "status": {
- "enum": [
- "source",
- "machine_translated_unreviewed",
- "human_reviewed"
- ],
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- },
- "type": {
- "type": "string"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
-}
removedOutput schema / properties / items / items / required
Removed value: -[
- "id",
- "title",
- "description",
- "type",
- "locale",
- "url",
- "keywords",
- "observed_at",
- "source_urls",
- "content_sha256"
-]
removedOutput schema / properties / method_version
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / nextCursor
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / observed_at
Removed value: -{
- "format": "date",
- "type": "string"
-}
removedOutput schema / properties / product_urls
Removed value: -{
- "items": {
- "format": "uri",
- "type": "string"
- },
- "type": "array",
- "uniqueItems": true
-}
removedOutput schema / properties / source_urls
Removed value: -{
- "items": {
- "format": "uri",
- "type": "string"
- },
- "type": "array",
- "uniqueItems": true
-}
removedOutput schema / properties / verdict_schema_version
Removed value: -{
- "const": "2.0.0"
-}
changedOutput schema / required
Previous value: -[
- "verdict",
- "verdict_scope",
- "verdict_schema_version",
- "canonical_url",
- "product_urls",
- "source_urls",
- "method_version",
- "catalog_version",
- "observed_at",
- "limitations",
- "next_actions",
- "catalogVersion",
- "engineVersion"
-]New value: +[
+ "verdict",
+ "verdict_scope",
+ "canonical_url",
+ "limitations",
+ "next_actions"
+]