{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/tldr/latest.json",
  "x-lintel": {
    "source": "https://www.schemastore.org/tldr.json",
    "sourceSha256": "867029e08eb8d81316510b6778fac0aacc5a24d54839120a092e799566bfb57b",
    "fileMatch": [
      ".tldr.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "platform": {
      "oneOf": [
        {
          "enum": [
            "linux"
          ]
        },
        {
          "type": "string"
        }
      ]
    },
    "pagesRepository": {
      "type": "string"
    },
    "repository": {
      "type": "string"
    },
    "skipUpdateWhenPageNotFound": {
      "type": "boolean"
    },
    "theme": {
      "type": "string"
    },
    "themes": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {
          "commandName": {
            "type": "string"
          },
          "mainDescription": {
            "type": "string"
          },
          "exampleDescription": {
            "type": "string"
          },
          "exampleCode": {
            "type": "string"
          },
          "exampleToken": {
            "type": "string"
          }
        }
      }
    }
  },
  "additionalProperties": false
}
