From b9f3aa7a96c5ae96fb52f3420dbae63a99eb4e08 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 May 2020 10:20:58 +0200 Subject: spec: Add specification of specification items --- spec/spec/root.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 spec/spec/root.yml (limited to 'spec/spec/root.yml') diff --git a/spec/spec/root.yml b/spec/spec/root.yml new file mode 100644 index 00000000..93fd3a9b --- /dev/null +++ b/spec/spec/root.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: [] +spec-description: null +spec-example: null +spec-info: + dict: + attributes: + SPDX-License-Identifier: + description: | + This mandatory attribute defines the license of this item. + spec-type: spdx-license-identifier + copyrights: + description: | + This mandatory attribute defines the copyright holders and copyright + information of this item. + spec-type: copyrights + enabled-by: + description: | + This mandatory attribute defines the conditions under which this item + is enabled. + spec-type: enabled-by + links: + description: | + This mandatory attribute defines the links of this items to other + items. + spec-type: links + type: + description: | + This mandatory attribute defines the type of this item. + spec-type: name + description: | + This is the root specification item type. + required-attributes: all +spec-name: Root Item Type +spec-type: root +type: spec -- cgit v1.2.3