{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://json.schemastore.org/rc3-folder-0.0.3.json",
  "title": "rc3 folder",
  "description": "RC folder information",
  "additionalProperties": false,
  "properties": {
    "$schema": {
      "description": "The JSON schema to use for validation",
      "type": "string"
    },
    "comment": {
      "description": "Ummm",
      "type": "string"
    },
    "auth": {
      "$ref": "https://json.schemastore.org/rc3-auth-0.0.3.json"
    }
  },
  "type": "object"
}
