chg: [transport-ticket] update to add the type of ticket (e.g. boarding pass versus ticket)

pull/384/head
Alexandre Dulaunoy 2023-01-27 15:55:08 +01:00
parent 5a45977e23
commit fa39a64dc4
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 12 additions and 1 deletions

View File

@ -68,6 +68,17 @@
"multiple": true,
"ui-priority": 0
},
"type-of-ticket": {
"description": "Type of ticket",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Purchase ticket",
"Boarding pass",
"Other"
],
"ui-priority": 1
},
"type-of-transport": {
"description": "Type of transport",
"disable_correlation": true,
@ -92,5 +103,5 @@
"origin"
],
"uuid": "8d6bd699-86f8-477c-aac3-a7f273c19266",
"version": 1
"version": 2
}