summaryrefslogtreecommitdiffstats
path: root/spec-spec/spec/spec.yml
blob: e67e920e2e1b379ea790e82ab87cc1153823cb4a (plain) (blame)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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
- role: spec-refinement
  spec-key: type
  spec-value: spec
  uid: root
spec-description: null
spec-example: |
  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
  - role: spec-refinement
    spec-key: type
    spec-value: example
    uid: root
  spec-description: null
  spec-example: null
  spec-info:
    dict:
      attributes:
        an-example-attribute:
          description: |
            It shall be an example.
          spec-type: optional-str
        example-number:
          description: |
            It shall be the example number.
          spec-type: int
      description: |
        This set of attributes specifies an example.
      mandatory-attributes: all
  spec-name: Example Item Type
  spec-type: spec
  type: spec
spec-info:
  dict:
    attributes:
      spec-description:
        description: |
          It shall be the description of the specification type.
        spec-type: optional-str
      spec-example:
        description: |
          If the value is present, then it shall be an example of the
          specification type.
        spec-type: optional-str
      spec-info:
        description: null
        spec-type: spec-info
      spec-name:
        description: |
          It shall be the human readable name of the specification type.
        spec-type: optional-str
      spec-type:
        description: |
          It shall the specification type.
        spec-type: name
    description: |
      This set of attributes specifies specification types.
    mandatory-attributes: all
spec-name: Specification Item Type
spec-type: spec
type: spec