summaryrefslogtreecommitdiff
path: root/common_definitions-1.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'common_definitions-1.schema.json')
-rw-r--r--common_definitions-1.schema.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/common_definitions-1.schema.json b/common_definitions-1.schema.json
index 9d4e146..c47c7ab 100644
--- a/common_definitions-1.schema.json
+++ b/common_definitions-1.schema.json
@@ -208,6 +208,21 @@
}
}]
},
+ "generated_by": {
+ "description": "Describe what software generated this instance",
+ "type": "object",
+ "required": ["name"],
+ "properties": {
+ "name": {
+ "type": "string",
+ "description": "Instance generator software name, without version"
+ },
+ "version": {
+ "type": "string",
+ "description": "Instance generator software version, in arbitrary format"
+ }
+ }
+ },
"item_definition": {
"description": "Definition of a resource/mapping (fields specific to built definitions)",
"type": "object",
@@ -226,6 +241,9 @@
"source_copyright": {
"description": "Which files indicate license terms of the source package and should be installed",
"$ref": "#/definitions/file_ref_list_sha256"
+ },
+ "generated_by": {
+ "$ref": "#/definitions/generated_by"
}
}
}