Revision b1917108
Added by koszko over 1 year ago
common_definitions-1.schema.json | ||
---|---|---|
208 | 208 |
} |
209 | 209 |
}] |
210 | 210 |
}, |
211 |
"generated_by": { |
|
212 |
"description": "Describe what software generated this instance", |
|
213 |
"type": "object", |
|
214 |
"required": ["name"], |
|
215 |
"properties": { |
|
216 |
"name": { |
|
217 |
"type": "string", |
|
218 |
"description": "Instance generator software name, without version" |
|
219 |
}, |
|
220 |
"version": { |
|
221 |
"type": "string", |
|
222 |
"description": "Instance generator software version, in arbitrary format" |
|
223 |
} |
|
224 |
} |
|
225 |
}, |
|
211 | 226 |
"item_definition": { |
212 | 227 |
"description": "Definition of a resource/mapping (fields specific to built definitions)", |
213 | 228 |
"type": "object", |
... | ... | |
226 | 241 |
"source_copyright": { |
227 | 242 |
"description": "Which files indicate license terms of the source package and should be installed", |
228 | 243 |
"$ref": "#/definitions/file_ref_list_sha256" |
244 |
}, |
|
245 |
"generated_by": { |
|
246 |
"$ref": "#/definitions/generated_by" |
|
229 | 247 |
} |
230 | 248 |
} |
231 | 249 |
} |
Also available in: Unified diff
facilitate including instance generator software info