mirror of https://github.com/MISP/misp-objects
fix: [transport-ticket] JSON orders
parent
81214acbbe
commit
5a45977e23
|
@ -1,63 +1,5 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"origin": {
|
|
||||||
"description": "Origin",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 0
|
|
||||||
},
|
|
||||||
"destination": {
|
|
||||||
"description": "Destination",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"type-of-transport": {
|
|
||||||
"description": "Type of transport",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"sane_default": [
|
|
||||||
"Plane",
|
|
||||||
"Train",
|
|
||||||
"Bus",
|
|
||||||
"Metro",
|
|
||||||
"Taxi",
|
|
||||||
"Ferry",
|
|
||||||
"Other"
|
|
||||||
],
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"description": "Description",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 0
|
|
||||||
},
|
|
||||||
"date-of-departure": {
|
|
||||||
"description": "Date of departure",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "datetime",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"date-of-arrival": {
|
|
||||||
"description": "Date of arrival",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "datetime",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"date-of-purchase": {
|
|
||||||
"description": "Date of purchase",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "datetime",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"ticket-number": {
|
|
||||||
"description": "Ticket Number",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"multiple": true
|
|
||||||
},
|
|
||||||
"class": {
|
"class": {
|
||||||
"description": "Class of the ticket",
|
"description": "Class of the ticket",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -73,8 +15,8 @@
|
||||||
},
|
},
|
||||||
"company": {
|
"company": {
|
||||||
"description": "Street name",
|
"description": "Street name",
|
||||||
"misp-attribute": "text",
|
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"copy": {
|
"copy": {
|
||||||
|
@ -82,6 +24,64 @@
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 10
|
"ui-priority": 10
|
||||||
|
},
|
||||||
|
"date-of-arrival": {
|
||||||
|
"description": "Date of arrival",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"date-of-departure": {
|
||||||
|
"description": "Date of departure",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"date-of-purchase": {
|
||||||
|
"description": "Date of purchase",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"description": "Description",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"destination": {
|
||||||
|
"description": "Destination",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"origin": {
|
||||||
|
"description": "Origin",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"ticket-number": {
|
||||||
|
"description": "Ticket Number",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"type-of-transport": {
|
||||||
|
"description": "Type of transport",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"sane_default": [
|
||||||
|
"Plane",
|
||||||
|
"Train",
|
||||||
|
"Bus",
|
||||||
|
"Metro",
|
||||||
|
"Taxi",
|
||||||
|
"Ferry",
|
||||||
|
"Other"
|
||||||
|
],
|
||||||
|
"ui-priority": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "A transport ticket.",
|
"description": "A transport ticket.",
|
||||||
|
@ -93,4 +93,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "8d6bd699-86f8-477c-aac3-a7f273c19266",
|
"uuid": "8d6bd699-86f8-477c-aac3-a7f273c19266",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue