changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "description": "The step to take next — how to continue a capped read. Present when there is one.",
+ "type": "string"
+ },
+ "missing": {
+ "additionalProperties": {
+ "additionalProperties": {
+ "description": "Dot-path keys of that layer.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "propertyNames": {
+ "description": "Layer name.",
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "description": "Locale → layer → keys the reference locale defines and this locale does not. A locale with nothing missing is absent.",
+ "propertyNames": {
+ "description": "Locale code.",
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "nextOffset": {
+ "description": "The offset to pass to continue where this result stopped. Present only when truncated.",
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "summary": {
+ "additionalProperties": false,
+ "description": "What was compared, and how much of it is missing. This is what comes back when the full result is diverted to a file.",
+ "properties": {
+ "layersScanned": {
+ "description": "Layer names the scan covered.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "message": {
+ "description": "The step to take next, as the surface the call ran on phrases it. Present when there is one.",
+ "type": "string"
+ },
+ "referenceLocale": {
+ "anyOf": [
+ {
+ "description": "Locale code, e.g. \"de\".",
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "description": "Canonical locale code, e.g. \"en-US\". This is the spelling to pass back to another call.",
+ "type": "string"
+ },
+ "file": {
+ "description": "Locale file name, e.g. \"en-US.json\". Absent for directory-per-locale layouts such as Laravel.",
+ "type": "string"
+ },
+ "language": {
+ "description": "BCP-47 language tag, e.g. \"en-GB\". Absent when the framework config carries none.",
+ "type": "string"
+ },
+ "name": {
+ "description": "Human-readable language name, e.g. \"Deutsch\". Absent unless the framework config names one.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "code"
+ ],
+ "type": "object"
+ }
+ ],
+ "description": "The locale the missing keys were compared against."
+ },
+ "targetLocales": {
+ "description": "The locales that were checked.",
+ "items": {
+ "anyOf": [
+ {
+ "description": "Locale code, e.g. \"de\".",
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "description": "Canonical locale code, e.g. \"en-US\". This is the spelling to pass back to another call.",
+ "type": "string"
+ },
+ "file": {
+ "description": "Locale file name, e.g. \"en-US.json\". Absent for directory-per-locale layouts such as Laravel.",
+ "type": "string"
+ },
+ "language": {
+ "description": "BCP-47 language tag, e.g. \"en-GB\". Absent when the framework config carries none.",
+ "type": "string"
+ },
+ "name": {
+ "description": "Human-readable language name, e.g. \"Deutsch\". Absent unless the framework config names one.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "code"
+ ],
+ "type": "object"
+ }
+ ],
+ "description": "The locale, either as a bare code or resolved to its code, language tag and file."
+ },
+ "type": "array"
+ },
+ "totalMissingKeys": {
+ "description": "Missing keys across every locale and layer. The counter the missing gate reads.",
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "referenceLocale",
+ "targetLocales",
+ "layersScanned",
+ "totalMissingKeys"
+ ],
+ "type": "object"
+ },
+ "truncated": {
+ "description": "True when limit cut the result short. The totals still count everything.",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "truncated",
+ "missing",
+ "summary"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "reportFile": {
+ "description": "Absolute path the full JSON result was written to. Read the file for the findings; the summary below is all that came back.",
+ "type": "string"
+ },
+ "summary": {
+ "additionalProperties": false,
+ "description": "The counts from the full result, so a caller can act on them without reading the file.",
+ "properties": {
+ "layersScanned": {
+ "description": "Layer names the scan covered.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "message": {
+ "description": "The step to take next, as the surface the call ran on phrases it. Present when there is one.",
+ "type": "string"
+ },
+ "referenceLocale": {
+ "anyOf": [
+ {
+ "description": "Locale code, e.g. \"de\".",
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "description": "Canonical locale code, e.g. \"en-US\". This is the spelling to pass back to another call.",
+ "type": "string"
+ },
+ "file": {
+ "description": "Locale file name, e.g. \"en-US.json\". Absent for directory-per-locale layouts such as Laravel.",
+ "type": "string"
+ },
+ "language": {
+ "description": "BCP-47 language tag, e.g. \"en-GB\". Absent when the framework config carries none.",
+ "type": "string"
+ },
+ "name": {
+ "description": "Human-readable language name, e.g. \"Deutsch\". Absent unless the framework config names one.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "code"
+ ],
+ "type": "object"
+ }
+ ],
+ "description": "The locale the missing keys were compared against."
+ },
+ "targetLocales": {
+ "description": "The locales that were checked.",
+ "items": {
+ "anyOf": [
+ {
+ "description": "Locale code, e.g. \"de\".",
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "description": "Canonical locale code, e.g. \"en-US\". This is the spelling to pass back to another call.",
+ "type": "string"
+ },
+ "file": {
+ "description": "Locale file name, e.g. \"en-US.json\". Absent for directory-per-locale layouts such as Laravel.",
+ "type": "string"
+ },
+ "language": {
+ "description": "BCP-47 language tag, e.g. \"en-GB\". Absent when the framework config carries none.",
+ "type": "string"
+ },
+ "name": {
+ "description": "Human-readable language name, e.g. \"Deutsch\". Absent unless the framework config names one.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "code"
+ ],
+ "type": "object"
+ }
+ ],
+ "description": "The locale, either as a bare code or resolved to its code, language tag and file."
+ },
+ "type": "array"
+ },
+ "totalMissingKeys": {
+ "description": "Missing keys across every locale and layer. The counter the missing gate reads.",
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "referenceLocale",
+ "targetLocales",
+ "layersScanned",
+ "totalMissingKeys"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "reportFile",
+ "summary"
+ ],
+ "type": "object"
+ }
+ ],
+ "type": "object"
+}