mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-24 23:22:23 +02:00
add mac metadata object to 6.2.0 schema
This commit is contained in:
@@ -82,6 +82,10 @@
|
||||
"type": "object",
|
||||
"$comment": "Reserved for future use"
|
||||
},
|
||||
"metadata_mac": {
|
||||
"type": "object",
|
||||
"$comment": "Reserved for future use"
|
||||
},
|
||||
"metadata_format": {
|
||||
"type": "string",
|
||||
"pattern": "^6.[0-9]+.[0-9]+$"
|
||||
@@ -146,6 +150,24 @@
|
||||
"linux"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"format": {
|
||||
"$ref": "#/definitions/metadata_format"
|
||||
},
|
||||
"producer": {
|
||||
"$ref": "#/definitions/metadata_producer"
|
||||
},
|
||||
"mac": {
|
||||
"$ref": "#/definitions/metadata_mac"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"format",
|
||||
"mac"
|
||||
],
|
||||
"additionalProperties": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user