quic: complete schema.json

adding ja3 and extension fields
pull/7678/head
Philippe Antoine 3 years ago committed by Philippe Antoine
parent f242fb7f22
commit 896f0d91ce

@ -2819,6 +2819,53 @@
"string": { "string": {
"type": "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 "additionalProperties": false

Loading…
Cancel
Save