
WIP Release Notes: - N/A --------- Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Co-authored-by: Danilo Leal <daniloleal09@gmail.com> Co-authored-by: Marshall Bowers <git@maxdeviant.com> Co-authored-by: Cole Miller <m@cole-miller.net> Co-authored-by: Antonio Scandurra <me@as-cii.com> Co-authored-by: Oleksiy Syvokon <oleksiy.syvokon@gmail.com>
11 lines
231 B
Text
11 lines
231 B
Text
interface context-server {
|
|
///
|
|
record context-server-configuration {
|
|
///
|
|
installation-instructions: string,
|
|
///
|
|
settings-schema: string,
|
|
///
|
|
default-settings: string,
|
|
}
|
|
}
|