{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://json.schemastore.org/rc3-environment-0.0.3.json",
  "additionalProperties": { "type": "string" },
  "title": "rc3 environment",
  "description": "RC environment for both Global and per Collection environments",
  "properties": {
    "$schema": {
      "description": "The JSON schema to use for validation",
      "type": "string"
    }
  },
  "type": "object"
}
