{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/rc3-folder/latest.json",
  "title": "rc3 folder",
  "description": "RC folder information",
  "x-lintel": {
    "source": "https://www.schemastore.org/rc3-folder-0.0.3.json",
    "sourceSha256": "033a61e94a8bd1d468874ffc47513c8d96631b92c74e745169e2a07d6f580499",
    "fileMatch": [
      "rc-folder.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "$schema": {
      "description": "The JSON schema to use for validation",
      "type": "string"
    },
    "comment": {
      "description": "Ummm",
      "type": "string"
    },
    "auth": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/rc3-folder/_shared/latest--rc3-auth-0.0.3.json"
    }
  },
  "additionalProperties": false
}
