UNPKG

1.11 kBMarkdownView Raw
1# Untitled string in Secrets Schema
2
3```txt
4https://ns.adobe.com/helix/pipeline/secrets#/properties/REPO_RAW_ROOT
5```
6
7The Base URL for retrieving raw text files from GitHub
8
9
10| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------- |
12| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [secrets.schema.json\*](secrets.schema.json "open original schema") |
13
14## REPO_RAW_ROOT Type
15
16`string`
17
18## REPO_RAW_ROOT Constraints
19
20**URI**: the string must be a URI, according to [RFC 3986](https://tools.ietf.org/html/rfc4291 "check the specification")
21
22## REPO_RAW_ROOT Default Value
23
24The default value is:
25
26```json
27"https://raw.githubusercontent.com/"
28```