{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "additionalProperties": false,
  "properties": {
    "$schema": {
      "type": "string"
    },
    "authentication": {
      "additionalProperties": false,
      "properties": {
        "account": {
          "type": "string"
        },
        "accountOfCurrentUser": {
          "type": "string"
        },
        "alreadyActivated": {
          "type": "string"
        },
        "alreadyLoggedIn": {
          "type": "string"
        },
        "apiKey": {
          "type": "string"
        },
        "backToLogin": {
          "type": "string"
        },
        "beginCreateFirstUser": {
          "type": "string"
        },
        "changePassword": {
          "type": "string"
        },
        "checkYourEmailForPasswordReset": {
          "type": "string"
        },
        "confirmGeneration": {
          "type": "string"
        },
        "confirmPassword": {
          "type": "string"
        },
        "createFirstUser": {
          "type": "string"
        },
        "emailNotValid": {
          "type": "string"
        },
        "emailSent": {
          "type": "string"
        },
        "enableAPIKey": {
          "type": "string"
        },
        "failedToUnlock": {
          "type": "string"
        },
        "forceUnlock": {
          "type": "string"
        },
        "forgotPassword": {
          "type": "string"
        },
        "forgotPasswordEmailInstructions": {
          "type": "string"
        },
        "forgotPasswordQuestion": {
          "type": "string"
        },
        "generate": {
          "type": "string"
        },
        "generateNewAPIKey": {
          "type": "string"
        },
        "generatingNewAPIKeyWillInvalidate": {
          "type": "string"
        },
        "lockUntil": {
          "type": "string"
        },
        "logBackIn": {
          "type": "string"
        },
        "logOut": {
          "type": "string"
        },
        "loggedIn": {
          "type": "string"
        },
        "loggedInChangePassword": {
          "type": "string"
        },
        "loggedOutInactivity": {
          "type": "string"
        },
        "loggedOutSuccessfully": {
          "type": "string"
        },
        "login": {
          "type": "string"
        },
        "loginAttempts": {
          "type": "string"
        },
        "loginUser": {
          "type": "string"
        },
        "loginWithAnotherUser": {
          "type": "string"
        },
        "logout": {
          "type": "string"
        },
        "logoutUser": {
          "type": "string"
        },
        "newAPIKeyGenerated": {
          "type": "string"
        },
        "newAccountCreated": {
          "type": "string"
        },
        "newPassword": {
          "type": "string"
        },
        "resetPassword": {
          "type": "string"
        },
        "resetPasswordExpiration": {
          "type": "string"
        },
        "resetPasswordToken": {
          "type": "string"
        },
        "resetYourPassword": {
          "type": "string"
        },
        "stayLoggedIn": {
          "type": "string"
        },
        "successfullyUnlocked": {
          "type": "string"
        },
        "unableToVerify": {
          "type": "string"
        },
        "verified": {
          "type": "string"
        },
        "verifiedSuccessfully": {
          "type": "string"
        },
        "verify": {
          "type": "string"
        },
        "verifyUser": {
          "type": "string"
        },
        "verifyYourEmail": {
          "type": "string"
        },
        "youAreInactive": {
          "type": "string"
        },
        "youAreReceivingResetPassword": {
          "type": "string"
        },
        "youDidNotRequestPassword": {
          "type": "string"
        }
      },
      "required": [
        "account",
        "accountOfCurrentUser",
        "alreadyActivated",
        "alreadyLoggedIn",
        "apiKey",
        "backToLogin",
        "beginCreateFirstUser",
        "changePassword",
        "checkYourEmailForPasswordReset",
        "confirmGeneration",
        "confirmPassword",
        "createFirstUser",
        "emailNotValid",
        "emailSent",
        "enableAPIKey",
        "failedToUnlock",
        "forceUnlock",
        "forgotPassword",
        "forgotPasswordEmailInstructions",
        "forgotPasswordQuestion",
        "generate",
        "generateNewAPIKey",
        "generatingNewAPIKeyWillInvalidate",
        "lockUntil",
        "logBackIn",
        "logOut",
        "loggedIn",
        "loggedInChangePassword",
        "loggedOutInactivity",
        "loggedOutSuccessfully",
        "login",
        "loginAttempts",
        "loginUser",
        "loginWithAnotherUser",
        "logout",
        "logoutUser",
        "newAPIKeyGenerated",
        "newAccountCreated",
        "newPassword",
        "resetPassword",
        "resetPasswordExpiration",
        "resetPasswordToken",
        "resetYourPassword",
        "stayLoggedIn",
        "successfullyUnlocked",
        "unableToVerify",
        "verified",
        "verifiedSuccessfully",
        "verify",
        "verifyUser",
        "verifyYourEmail",
        "youAreInactive",
        "youAreReceivingResetPassword",
        "youDidNotRequestPassword"
      ],
      "type": "object"
    },
    "error": {
      "additionalProperties": false,
      "properties": {
        "accountAlreadyActivated": {
          "type": "string"
        },
        "autosaving": {
          "type": "string"
        },
        "correctInvalidFields": {
          "type": "string"
        },
        "deletingFile": {
          "type": "string"
        },
        "deletingTitle": {
          "type": "string"
        },
        "emailOrPasswordIncorrect": {
          "type": "string"
        },
        "followingFieldsInvalid_one": {
          "type": "string"
        },
        "followingFieldsInvalid_other": {
          "type": "string"
        },
        "incorrectCollection": {
          "type": "string"
        },
        "invalidFileType": {
          "type": "string"
        },
        "invalidFileTypeValue": {
          "type": "string"
        },
        "loadingDocument": {
          "type": "string"
        },
        "localesNotSaved_one": {
          "type": "string"
        },
        "localesNotSaved_other": {
          "type": "string"
        },
        "missingEmail": {
          "type": "string"
        },
        "missingIDOfDocument": {
          "type": "string"
        },
        "missingIDOfVersion": {
          "type": "string"
        },
        "missingRequiredData": {
          "type": "string"
        },
        "noFilesUploaded": {
          "type": "string"
        },
        "noMatchedField": {
          "type": "string"
        },
        "noUser": {
          "type": "string"
        },
        "notAllowedToAccessPage": {
          "type": "string"
        },
        "notAllowedToPerformAction": {
          "type": "string"
        },
        "notFound": {
          "type": "string"
        },
        "previewing": {
          "type": "string"
        },
        "problemUploadingFile": {
          "type": "string"
        },
        "tokenInvalidOrExpired": {
          "type": "string"
        },
        "unPublishingDocument": {
          "type": "string"
        },
        "unableToDeleteCount": {
          "type": "string"
        },
        "unableToUpdateCount": {
          "type": "string"
        },
        "unauthorized": {
          "type": "string"
        },
        "unknown": {
          "type": "string"
        },
        "unspecific": {
          "type": "string"
        },
        "userLocked": {
          "type": "string"
        },
        "valueMustBeUnique": {
          "type": "string"
        },
        "verificationTokenInvalid": {
          "type": "string"
        }
      },
      "required": [
        "accountAlreadyActivated",
        "autosaving",
        "correctInvalidFields",
        "deletingFile",
        "deletingTitle",
        "emailOrPasswordIncorrect",
        "followingFieldsInvalid_other",
        "followingFieldsInvalid_one",
        "incorrectCollection",
        "invalidFileType",
        "invalidFileTypeValue",
        "loadingDocument",
        "localesNotSaved_one",
        "localesNotSaved_other",
        "missingEmail",
        "missingIDOfDocument",
        "missingIDOfVersion",
        "missingRequiredData",
        "noFilesUploaded",
        "noMatchedField",
        "noUser",
        "notAllowedToAccessPage",
        "notAllowedToPerformAction",
        "notFound",
        "previewing",
        "problemUploadingFile",
        "tokenInvalidOrExpired",
        "unPublishingDocument",
        "unauthorized",
        "unknown",
        "unspecific",
        "unableToDeleteCount",
        "unableToUpdateCount",
        "userLocked",
        "valueMustBeUnique",
        "verificationTokenInvalid"
      ],
      "type": "object"
    },
    "fields": {
      "additionalProperties": false,
      "properties": {
        "addLabel": {
          "type": "string"
        },
        "addLink": {
          "type": "string"
        },
        "addNew": {
          "type": "string"
        },
        "addNewLabel": {
          "type": "string"
        },
        "addRelationship": {
          "type": "string"
        },
        "addUpload": {
          "type": "string"
        },
        "block": {
          "type": "string"
        },
        "blockType": {
          "type": "string"
        },
        "blocks": {
          "type": "string"
        },
        "chooseBetweenCustomTextOrDocument": {
          "type": "string"
        },
        "chooseDocumentToLink": {
          "type": "string"
        },
        "chooseFromExisting": {
          "type": "string"
        },
        "chooseLabel": {
          "type": "string"
        },
        "collapseAll": {
          "type": "string"
        },
        "customURL": {
          "type": "string"
        },
        "editLabelData": {
          "type": "string"
        },
        "editLink": {
          "type": "string"
        },
        "editRelationship": {
          "type": "string"
        },
        "enterURL": {
          "type": "string"
        },
        "internalLink": {
          "type": "string"
        },
        "itemsAndMore": {
          "type": "string"
        },
        "labelRelationship": {
          "type": "string"
        },
        "latitude": {
          "type": "string"
        },
        "linkType": {
          "type": "string"
        },
        "linkedTo": {
          "type": "string"
        },
        "longitude": {
          "type": "string"
        },
        "newLabel": {
          "type": "string"
        },
        "openInNewTab": {
          "type": "string"
        },
        "passwordsDoNotMatch": {
          "type": "string"
        },
        "relatedDocument": {
          "type": "string"
        },
        "relationTo": {
          "type": "string"
        },
        "removeRelationship": {
          "type": "string"
        },
        "removeUpload": {
          "type": "string"
        },
        "saveChanges": {
          "type": "string"
        },
        "searchForBlock": {
          "type": "string"
        },
        "selectExistingLabel": {
          "type": "string"
        },
        "selectFieldsToEdit": {
          "type": "string"
        },
        "showAll": {
          "type": "string"
        },
        "swapRelationship": {
          "type": "string"
        },
        "swapUpload": {
          "type": "string"
        },
        "textToDisplay": {
          "type": "string"
        },
        "toggleBlock": {
          "type": "string"
        },
        "uploadNewLabel": {
          "type": "string"
        }
      },
      "required": [
        "block",
        "blocks",
        "chooseBetweenCustomTextOrDocument",
        "chooseDocumentToLink",
        "customURL",
        "editLink",
        "editRelationship",
        "enterURL",
        "internalLink",
        "linkType",
        "openInNewTab",
        "textToDisplay",
        "addLabel",
        "addLink",
        "addNew",
        "addNewLabel",
        "addRelationship",
        "addUpload",
        "blockType",
        "chooseFromExisting",
        "chooseLabel",
        "collapseAll",
        "editLabelData",
        "itemsAndMore",
        "labelRelationship",
        "latitude",
        "linkedTo",
        "longitude",
        "newLabel",
        "passwordsDoNotMatch",
        "relatedDocument",
        "relationTo",
        "removeRelationship",
        "removeUpload",
        "saveChanges",
        "searchForBlock",
        "selectExistingLabel",
        "selectFieldsToEdit",
        "showAll",
        "swapRelationship",
        "swapUpload",
        "toggleBlock",
        "uploadNewLabel"
      ],
      "type": "object"
    },
    "general": {
      "additionalProperties": false,
      "properties": {
        "aboutToDelete": {
          "type": "string"
        },
        "aboutToDeleteCount_many": {
          "type": "string"
        },
        "aboutToDeleteCount_one": {
          "type": "string"
        },
        "aboutToDeleteCount_other": {
          "type": "string"
        },
        "addBelow": {
          "type": "string"
        },
        "addFilter": {
          "type": "string"
        },
        "adminTheme": {
          "type": "string"
        },
        "and": {
          "type": "string"
        },
        "applyChanges": {
          "type": "string"
        },
        "ascending": {
          "type": "string"
        },
        "automatic": {
          "type": "string"
        },
        "backToDashboard": {
          "type": "string"
        },
        "cancel": {
          "type": "string"
        },
        "changesNotSaved": {
          "type": "string"
        },
        "close": {
          "type": "string"
        },
        "collapse": {
          "type": "string"
        },
        "collections": {
          "type": "string"
        },
        "columnToSort": {
          "type": "string"
        },
        "columns": {
          "type": "string"
        },
        "confirm": {
          "type": "string"
        },
        "confirmDeletion": {
          "type": "string"
        },
        "confirmDuplication": {
          "type": "string"
        },
        "copied": {
          "type": "string"
        },
        "copy": {
          "type": "string"
        },
        "create": {
          "type": "string"
        },
        "createNew": {
          "type": "string"
        },
        "createNewLabel": {
          "type": "string"
        },
        "creatingNewLabel": {
          "type": "string"
        },
        "created": {
          "type": "string"
        },
        "createdAt": {
          "type": "string"
        },
        "creating": {
          "type": "string"
        },
        "dark": {
          "type": "string"
        },
        "dashboard": {
          "type": "string"
        },
        "delete": {
          "type": "string"
        },
        "deletedCountSuccessfully": {
          "type": "string"
        },
        "deletedSuccessfully": {
          "type": "string"
        },
        "deleting": {
          "type": "string"
        },
        "descending": {
          "type": "string"
        },
        "deselectAllRows": {
          "type": "string"
        },
        "duplicate": {
          "type": "string"
        },
        "duplicateWithoutSaving": {
          "type": "string"
        },
        "edit": {
          "type": "string"
        },
        "editLabel": {
          "type": "string"
        },
        "editing": {
          "type": "string"
        },
        "editingLabel_many": {
          "type": "string"
        },
        "editingLabel_one": {
          "type": "string"
        },
        "editingLabel_other": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "emailAddress": {
          "type": "string"
        },
        "enterAValue": {
          "type": "string"
        },
        "error": {
          "type": "string"
        },
        "errors": {
          "type": "string"
        },
        "fallbackToDefaultLocale": {
          "type": "string"
        },
        "filter": {
          "type": "string"
        },
        "filterWhere": {
          "type": "string"
        },
        "filters": {
          "type": "string"
        },
        "globals": {
          "type": "string"
        },
        "language": {
          "type": "string"
        },
        "lastModified": {
          "type": "string"
        },
        "leaveAnyway": {
          "type": "string"
        },
        "leaveWithoutSaving": {
          "type": "string"
        },
        "light": {
          "type": "string"
        },
        "livePreview": {
          "type": "string"
        },
        "loading": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "locales": {
          "type": "string"
        },
        "menu": {
          "type": "string"
        },
        "moveDown": {
          "type": "string"
        },
        "moveUp": {
          "type": "string"
        },
        "newPassword": {
          "type": "string"
        },
        "noFiltersSet": {
          "type": "string"
        },
        "noLabel": {
          "type": "string"
        },
        "noOptions": {
          "type": "string"
        },
        "noResults": {
          "type": "string"
        },
        "noValue": {
          "type": "string"
        },
        "none": {
          "type": "string"
        },
        "notFound": {
          "type": "string"
        },
        "nothingFound": {
          "type": "string"
        },
        "of": {
          "type": "string"
        },
        "or": {
          "type": "string"
        },
        "open": {
          "type": "string"
        },
        "order": {
          "type": "string"
        },
        "pageNotFound": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "payloadSettings": {
          "type": "string"
        },
        "perPage": {
          "type": "string"
        },
        "remove": {
          "type": "string"
        },
        "reset": {
          "type": "string"
        },
        "row": {
          "type": "string"
        },
        "rows": {
          "type": "string"
        },
        "save": {
          "type": "string"
        },
        "saving": {
          "type": "string"
        },
        "searchBy": {
          "type": "string"
        },
        "selectAll": {
          "type": "string"
        },
        "selectAllRows": {
          "type": "string"
        },
        "selectValue": {
          "type": "string"
        },
        "selectedCount": {
          "type": "string"
        },
        "showAllLabel": {
          "type": "string"
        },
        "sorryNotFound": {
          "type": "string"
        },
        "sort": {
          "type": "string"
        },
        "sortByLabelDirection": {
          "type": "string"
        },
        "stayOnThisPage": {
          "type": "string"
        },
        "submissionSuccessful": {
          "type": "string"
        },
        "submit": {
          "type": "string"
        },
        "successfullyCreated": {
          "type": "string"
        },
        "successfullyDuplicated": {
          "type": "string"
        },
        "thisLanguage": {
          "type": "string"
        },
        "titleDeleted": {
          "type": "string"
        },
        "unauthorized": {
          "type": "string"
        },
        "unsavedChangesDuplicate": {
          "type": "string"
        },
        "untitled": {
          "type": "string"
        },
        "updatedAt": {
          "type": "string"
        },
        "updatedCountSuccessfully": {
          "type": "string"
        },
        "updatedSuccessfully": {
          "type": "string"
        },
        "updating": {
          "type": "string"
        },
        "uploading": {
          "type": "string"
        },
        "user": {
          "type": "string"
        },
        "users": {
          "type": "string"
        },
        "value": {
          "type": "string"
        },
        "welcome": {
          "type": "string"
        }
      },
      "required": [
        "aboutToDelete",
        "aboutToDeleteCount_many",
        "aboutToDeleteCount_one",
        "aboutToDeleteCount_other",
        "addBelow",
        "addFilter",
        "adminTheme",
        "and",
        "ascending",
        "automatic",
        "backToDashboard",
        "cancel",
        "changesNotSaved",
        "close",
        "collections",
        "columnToSort",
        "columns",
        "confirm",
        "confirmDeletion",
        "confirmDuplication",
        "copied",
        "copy",
        "create",
        "createNew",
        "createNewLabel",
        "creatingNewLabel",
        "created",
        "createdAt",
        "creating",
        "dark",
        "dashboard",
        "delete",
        "deletedCountSuccessfully",
        "deletedSuccessfully",
        "deleting",
        "descending",
        "duplicate",
        "duplicateWithoutSaving",
        "edit",
        "editLabel",
        "editing",
        "editingLabel_many",
        "editingLabel_one",
        "editingLabel_other",
        "email",
        "emailAddress",
        "enterAValue",
        "error",
        "errors",
        "fallbackToDefaultLocale",
        "filter",
        "filterWhere",
        "filters",
        "globals",
        "language",
        "lastModified",
        "leaveAnyway",
        "leaveWithoutSaving",
        "light",
        "loading",
        "locales",
        "moveDown",
        "moveUp",
        "newPassword",
        "noFiltersSet",
        "noLabel",
        "noResults",
        "noValue",
        "none",
        "notFound",
        "nothingFound",
        "of",
        "or",
        "order",
        "pageNotFound",
        "password",
        "payloadSettings",
        "perPage",
        "remove",
        "row",
        "rows",
        "save",
        "saving",
        "searchBy",
        "selectAll",
        "selectValue",
        "selectedCount",
        "sorryNotFound",
        "sort",
        "stayOnThisPage",
        "submissionSuccessful",
        "submit",
        "successfullyCreated",
        "successfullyDuplicated",
        "thisLanguage",
        "titleDeleted",
        "unauthorized",
        "unsavedChangesDuplicate",
        "untitled",
        "updatedAt",
        "updatedCountSuccessfully",
        "updatedSuccessfully",
        "updating",
        "uploading",
        "user",
        "users",
        "value",
        "welcome"
      ],
      "type": "object"
    },
    "operators": {
      "additionalProperties": false,
      "properties": {
        "contains": {
          "type": "string"
        },
        "equals": {
          "type": "string"
        },
        "exists": {
          "type": "string"
        },
        "isGreaterThan": {
          "type": "string"
        },
        "isGreaterThanOrEqualTo": {
          "type": "string"
        },
        "isIn": {
          "type": "string"
        },
        "isLessThan": {
          "type": "string"
        },
        "isLessThanOrEqualTo": {
          "type": "string"
        },
        "isLike": {
          "type": "string"
        },
        "isNotEqualTo": {
          "type": "string"
        },
        "isNotIn": {
          "type": "string"
        },
        "near": {
          "type": "string"
        }
      },
      "required": [
        "equals",
        "isNotEqualTo",
        "isIn",
        "isNotIn",
        "exists",
        "isGreaterThan",
        "isLessThan",
        "isLessThanOrEqualTo",
        "isGreaterThanOrEqualTo",
        "near",
        "isLike",
        "contains"
      ],
      "type": "object"
    },
    "upload": {
      "additionalProperties": false,
      "properties": {
        "crop": {
          "type": "string"
        },
        "cropToolDescription": {
          "type": "string"
        },
        "dragAndDrop": {
          "type": "string"
        },
        "dragAndDropHere": {
          "type": "string"
        },
        "editImage": {
          "type": "string"
        },
        "focalPoint": {
          "type": "string"
        },
        "focalPointDescription": {
          "type": "string"
        },
        "fileName": {
          "type": "string"
        },
        "fileSize": {
          "type": "string"
        },
        "height": {
          "type": "string"
        },
        "lessInfo": {
          "type": "string"
        },
        "moreInfo": {
          "type": "string"
        },
        "previewSizes": {
          "type": "string"
        },
        "selectCollectionToBrowse": {
          "type": "string"
        },
        "selectFile": {
          "type": "string"
        },
        "setCropArea": {
          "type": "string"
        },
        "setFocalPoint": {
          "type": "string"
        },
        "sizes": {
          "type": "string"
        },
        "sizesFor": {
          "type": "string"
        },
        "width": {
          "type": "string"
        }
      },
      "required": [
        "dragAndDropHere",
        "fileName",
        "fileSize",
        "height",
        "lessInfo",
        "moreInfo",
        "selectCollectionToBrowse",
        "selectFile",
        "dragAndDrop",
        "sizes",
        "width"
      ],
      "type": "object"
    },
    "validation": {
      "additionalProperties": false,
      "properties": {
        "emailAddress": {
          "type": "string"
        },
        "enterNumber": {
          "type": "string"
        },
        "fieldHasNo": {
          "type": "string"
        },
        "greaterThanMax": {
          "type": "string"
        },
        "invalidInput": {
          "type": "string"
        },
        "invalidSelection": {
          "type": "string"
        },
        "invalidSelections": {
          "type": "string"
        },
        "lessThanMin": {
          "type": "string"
        },
        "limitReached": {
          "type": "string"
        },
        "longerThanMin": {
          "type": "string"
        },
        "notValidDate": {
          "type": "string"
        },
        "required": {
          "type": "string"
        },
        "requiresAtLeast": {
          "type": "string"
        },
        "requiresNoMoreThan": {
          "type": "string"
        },
        "requiresTwoNumbers": {
          "type": "string"
        },
        "shorterThanMax": {
          "type": "string"
        },
        "trueOrFalse": {
          "type": "string"
        },
        "validUploadID": {
          "type": "string"
        }
      },
      "required": [
        "emailAddress",
        "enterNumber",
        "fieldHasNo",
        "greaterThanMax",
        "invalidInput",
        "invalidSelection",
        "invalidSelections",
        "lessThanMin",
        "longerThanMin",
        "notValidDate",
        "required",
        "requiresAtLeast",
        "requiresNoMoreThan",
        "requiresTwoNumbers",
        "shorterThanMax",
        "trueOrFalse",
        "validUploadID"
      ],
      "type": "object"
    },
    "version": {
      "additionalProperties": false,
      "properties": {
        "aboutToPublishSelection": {
          "type": "string"
        },
        "aboutToRestore": {
          "type": "string"
        },
        "aboutToRestoreGlobal": {
          "type": "string"
        },
        "aboutToRevertToPublished": {
          "type": "string"
        },
        "aboutToUnpublish": {
          "type": "string"
        },
        "aboutToUnpublishSelection": {
          "type": "string"
        },
        "autosave": {
          "type": "string"
        },
        "autosavedSuccessfully": {
          "type": "string"
        },
        "autosavedVersion": {
          "type": "string"
        },
        "changed": {
          "type": "string"
        },
        "compareVersion": {
          "type": "string"
        },
        "confirmPublish": {
          "type": "string"
        },
        "confirmRevertToSaved": {
          "type": "string"
        },
        "confirmUnpublish": {
          "type": "string"
        },
        "confirmVersionRestoration": {
          "type": "string"
        },
        "currentDocumentStatus": {
          "type": "string"
        },
        "draft": {
          "type": "string"
        },
        "draftSavedSuccessfully": {
          "type": "string"
        },
        "lastSavedAgo": {
          "type": "string"
        },
        "noFurtherVersionsFound": {
          "type": "string"
        },
        "noRowsFound": {
          "type": "string"
        },
        "preview": {
          "type": "string"
        },
        "problemRestoringVersion": {
          "type": "string"
        },
        "publish": {
          "type": "string"
        },
        "publishChanges": {
          "type": "string"
        },
        "published": {
          "type": "string"
        },
        "restoreThisVersion": {
          "type": "string"
        },
        "restoredSuccessfully": {
          "type": "string"
        },
        "restoring": {
          "type": "string"
        },
        "revertToPublished": {
          "type": "string"
        },
        "reverting": {
          "type": "string"
        },
        "saveDraft": {
          "type": "string"
        },
        "selectLocales": {
          "type": "string"
        },
        "selectVersionToCompare": {
          "type": "string"
        },
        "showLocales": {
          "type": "string"
        },
        "showingVersionsFor": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "unpublish": {
          "type": "string"
        },
        "unpublishing": {
          "type": "string"
        },
        "version": {
          "type": "string"
        },
        "versionCount_many": {
          "type": "string"
        },
        "versionCount_none": {
          "type": "string"
        },
        "versionCount_one": {
          "type": "string"
        },
        "versionCount_other": {
          "type": "string"
        },
        "versionCreatedOn": {
          "type": "string"
        },
        "versionID": {
          "type": "string"
        },
        "versions": {
          "type": "string"
        },
        "viewingVersion": {
          "type": "string"
        },
        "viewingVersionGlobal": {
          "type": "string"
        },
        "viewingVersions": {
          "type": "string"
        },
        "viewingVersionsGlobal": {
          "type": "string"
        }
      },
      "required": [
        "aboutToPublishSelection",
        "aboutToRestore",
        "aboutToRestoreGlobal",
        "aboutToRevertToPublished",
        "aboutToUnpublish",
        "aboutToUnpublishSelection",
        "autosave",
        "autosavedSuccessfully",
        "autosavedVersion",
        "changed",
        "compareVersion",
        "confirmPublish",
        "confirmRevertToSaved",
        "confirmUnpublish",
        "confirmVersionRestoration",
        "currentDocumentStatus",
        "draft",
        "draftSavedSuccessfully",
        "lastSavedAgo",
        "noFurtherVersionsFound",
        "noRowsFound",
        "preview",
        "problemRestoringVersion",
        "publishChanges",
        "publish",
        "published",
        "restoreThisVersion",
        "restoredSuccessfully",
        "restoring",
        "revertToPublished",
        "reverting",
        "saveDraft",
        "selectLocales",
        "selectVersionToCompare",
        "showingVersionsFor",
        "showLocales",
        "status",
        "type",
        "unpublish",
        "unpublishing",
        "version",
        "versionCount_many",
        "versionCount_other",
        "versionCount_none",
        "versionCount_one",
        "versionCreatedOn",
        "versionID",
        "versions",
        "viewingVersion",
        "viewingVersionGlobal",
        "viewingVersions",
        "viewingVersionsGlobal"
      ],
      "type": "object"
    }
  },
  "required": [
    "authentication",
    "error",
    "fields",
    "general",
    "operators",
    "upload",
    "validation",
    "version"
  ],
  "type": "object"
}
