{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/rc3-collection/latest.json",
  "title": "rc3 collection",
  "description": "RC collection information",
  "x-lintel": {
    "source": "https://www.schemastore.org/rc3-collection-0.0.3.json",
    "sourceSha256": "1d5354c66fab3fef7e039af059ddebfafe18b0c2d53d156c301b73d0759103aa",
    "fileMatch": [
      "rc-collection.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "$schema": {
      "description": "The JSON schema to use for validation",
      "type": "string"
    },
    "name": {
      "description": "The name of the collection",
      "type": "string"
    },
    "current_request": {
      "description": "The current request in the collection",
      "type": "string"
    },
    "current_environment": {
      "description": "The current environment in the collection",
      "type": "string"
    },
    "auth": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/rc3-collection/_shared/latest--rc3-auth-0.0.3.json"
    }
  },
  "additionalProperties": false
}
