summaryrefslogtreecommitdiff
path: root/spec/spec/spec.yml
blob: 7f33c78af14a960239daf73f8f2766f45d9136ae (plain)
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
73
74
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: |
            This mandatory attribute shall be an example.
          spec-type: optional-str
        example-number:
          description: |
            This mandatory attribute shall be the example number.
          spec-type: int
      description: |
        This set of attributes gives an example.
      required-attributes: all
  spec-name: Example Item Type
  spec-type: spec
  type: spec
spec-info:
  dict:
    attributes:
      spec-description:
        description: |
          This mandatory attribute shall be the description of the
          specification type.
        spec-type: optional-str
      spec-example:
        description: |
          This mandatory attribute shall an example of the specification type.
        spec-type: optional-str
      spec-info:
        description: |
          This mandatory attribute defines the specification type information.
        spec-type: spec-info
      spec-name:
        description: |
          This mandatory attribute shall be the human readable name of the
          specification type.
        spec-type: optional-str
      spec-type:
        description: |
          This mandatory attribute defines the specification type name.
        spec-type: name
    description: |
      This set of attributes specifies specification types.
    required-attributes: all
spec-name: Specification Item Type
spec-type: spec
type: spec