changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "integer"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "aliases": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "benefit": {
+ "type": "string"
+ },
+ "benefit_detail": {
+ "type": "string"
+ },
+ "brand": {
+ "type": "string"
+ },
+ "category": {
+ "type": "string"
+ },
+ "code": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country_notes": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "expires_at": {
+ "description": "The publisher's codes have no expiry date.",
+ "type": "null"
+ },
+ "how_to_apply": {
+ "type": "string"
+ },
+ "keywords": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "last_verified": {
+ "description": "ISO date of the historical check recorded in the verification log, not an expiry date.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "review_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "signup_url": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "status": {
+ "const": "active",
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "validity": {
+ "const": "no-expiry",
+ "type": "string"
+ },
+ "verification_log_url": {
+ "type": "string"
+ },
+ "verification_methods": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "brand",
+ "slug",
+ "category",
+ "code",
+ "benefit",
+ "benefit_detail",
+ "status",
+ "validity",
+ "expires_at",
+ "last_verified",
+ "verification_methods",
+ "verification_log_url",
+ "aliases",
+ "country_notes",
+ "url",
+ "review_url",
+ "signup_url",
+ "how_to_apply",
+ "keywords"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "count",
+ "results"
+ ],
+ "type": "object"
+}