specification.jsonschema.artifact-data-legacy.json Maven / Gradle / Ivy
The newest version!
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://www.metaeffekt.com/schema/artifact-analysis/latest/artifact-data.json",
"type": "array",
"title": "Artifact YAML Data schema documentation",
"items": {
"type": "object",
"title": "Artifact attributes",
"oneOf": [
{
"required": [
"id"
]
},
{
"required": [
"Id"
]
}
],
"properties": {
"id": {
"type": "string",
"title": "Artifact ID",
"description": "Will be used to match the artifact from an inventory."
},
"version": {
"type": "string",
"title": "Artifact Version",
"description": "Will be used to match the artifact from an inventory."
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy