{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://json.schemastore.org/rc3-collection-0.0.3.json",
  "title": "rc3 collection",
  "description": "RC collection information",
  "additionalProperties": false,
  "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://json.schemastore.org/rc3-auth-0.0.3.json"
    }
  },
  "type": "object"
}
