-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.yaml
53 lines (44 loc) · 1.13 KB
/
app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# yaml-language-server: $schema=https://apps.kelvininc.com/schemas/kelvin/5.0.0/app/app.json
spec_version: 5.0.0
# Type
type: app
# Info
name: App-X
title: App X
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit
version: 1.0.0
# Capabilities
flags:
enable_runtime_update:
# Reload Application Configuration in runtime
configuration: false
# Enables the deployment of assets in runtime
resources: false
# Reload Asset Parameters in runtime
parameters: true
# Reload Asset Properties in runtime
resource_properties: true
# Datastreams Definition
data_streams:
inputs: []
outputs: []
# Control Changes Definition
control_changes:
inputs: []
outputs: []
# Asset Parameters Definition
parameters: []
# UI JSON schemas (Optional)
ui_schemas:
# Application Configuration Schema
configuration: "ui_schemas/configuration.json"
# Asset Parameters Schema
parameters: "ui_schemas/parameters.json"
# Defaults (Runtime/Deployment)
defaults:
# Application Configuration Default Values
configuration: {}
# Asset Parameters Default Values
parameters: {}
# System Settings
system: {}