changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "One store when store is given, otherwise every store under stores.",
+ "properties": {
+ "counts": {
+ "properties": {
+ "approved": {
+ "type": "number"
+ },
+ "rejected": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ },
+ "waiting": {
+ "type": "number"
+ },
+ "withdrawn": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "docs_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "error": {
+ "type": "string"
+ },
+ "how_review_works": {
+ "type": "string"
+ },
+ "last_approval": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_decision": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "longest_seen_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "median_to_approval_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "median_to_rejection_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "oldest_waiting_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pace": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "stores": {
+ "items": {
+ "properties": {
+ "counts": {
+ "properties": {
+ "approved": {
+ "type": "number"
+ },
+ "rejected": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ },
+ "waiting": {
+ "type": "number"
+ },
+ "withdrawn": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "docs_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "how_review_works": {
+ "type": "string"
+ },
+ "last_approval": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_decision": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "longest_seen_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "median_to_approval_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "median_to_rejection_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "oldest_waiting_days": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pace": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "submit_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "typical_wait_days": {
+ "description": "Median days to a decision, counting submissions still waiting",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "typical_wait_is_lower_bound": {
+ "type": "boolean"
+ },
+ "url": {
+ "type": "string"
+ },
+ "vendor": {
+ "type": "string"
+ },
+ "verdict": {
+ "description": "One-line answer to how long review is taking",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "submit_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "typical_wait_days": {
+ "description": "Median days to a decision, counting submissions still waiting",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "typical_wait_is_lower_bound": {
+ "type": "boolean"
+ },
+ "url": {
+ "type": "string"
+ },
+ "vendor": {
+ "type": "string"
+ },
+ "verdict": {
+ "description": "One-line answer to how long review is taking",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}