summaryrefslogtreecommitdiff
path: root/spec/spec/appl-config-option-constraints.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 14:20:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit92ea0a0cdeb38290478685ab40a35b5338592f4d (patch)
treed4d03e15f49d73d4555581efc51fdf07c0b85cda /spec/spec/appl-config-option-constraints.yml
parentd50da6658d7a50a152b5ca77ec3c6b4d9b30cd3d (diff)
Rename application configuration attributes
Diffstat (limited to 'spec/spec/appl-config-option-constraints.yml')
-rw-r--r--spec/spec/appl-config-option-constraints.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/spec/spec/appl-config-option-constraints.yml b/spec/spec/appl-config-option-constraints.yml
new file mode 100644
index 00000000..c93a1c7a
--- /dev/null
+++ b/spec/spec/appl-config-option-constraints.yml
@@ -0,0 +1,39 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+ uid: root
+spec-description: null
+spec-example: null
+spec-info:
+ dict:
+ attributes:
+ custom:
+ description: |
+ This attribute defines a list of constraints.
+ spec-type: list-str
+ links:
+ description: |
+ This attribute shall list links to constraints.
+ spec-type: list-uid
+ max:
+ description: |
+ This attribute defines the maximum value.
+ spec-type: int-or-str
+ min:
+ description: |
+ This attribute defines the minimum value.
+ spec-type: int-or-str
+ set:
+ description: |
+ This attribute defines a set of valid values.
+ spec-type: list-int-or-str
+ description: |
+ This set of attributes defines application configuration option
+ constraints.
+ required-attributes: none
+spec-name: Application Configuration Option Constraint Set
+spec-type: appl-config-option-constraints
+type: spec