context-server.wit

 1interface context-server {
 2    ///
 3    record context-server-configuration {
 4        ///
 5        installation-instructions: string,
 6        ///
 7        settings-schema: string,
 8        ///
 9        default-settings: string,
10    }
11}