Skip to content

Commit

Permalink
features: add unsafeAnnotationPrefixes
Browse files Browse the repository at this point in the history
Fix issue 1202

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed May 16, 2023
1 parent 0983f1d commit d95f75e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,18 @@ Annotations MUST be a key-value map that follows the same convention as the Key
}
```

## <a name="featuresUnsafeAnnotationPrefixes" />Unsafe annotation prefixes

**`unsafeAnnotationPrefixes`** (array of strings, OPTIONAL) contains prefixes of the [`annotations` property of `config.json`](config.md#annotations)
that may change the behavior of the runtime.

### Example
```json
"unsafeAnnotationPrefixes": {
"org.systemd.property."
}
```

# Example

Here is a full example for reference.
Expand Down

0 comments on commit d95f75e

Please sign in to comment.