|
|
|
@ -2819,6 +2819,53 @@
|
|
|
|
|
"string": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extensions": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"name": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"type": {
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
"values": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ja3": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"properties": {
|
|
|
|
|
"hash": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"string": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
},
|
|
|
|
|
"ja3s": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"properties": {
|
|
|
|
|
"hash": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"string": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|