new: [extended-event] first proposal

pull/190/head
Cookie 2020-05-19 18:59:39 +02:00
parent 43ee8e9492
commit 031287c19d
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
{
"namespace": "extended-event",
"description": "Reasons why an event has been extended : ",
"version": 1,
"predicates": [
{
"value": "competitive-analysis",
"expanded": "Competitive analysis"
},
{
"value": "extended-analysis",
"expanded": "Extended analysis"
}
],
"values": [
{
"predicate": "competitive-analysis",
"entry": [
{
"value": "devil-advocate",
"description": "Devil's advocate"
},
{
"value": "absurd-reasoning",
"expanded": "Absurd reasoning"
}
]
},
{
"predicate": "extended-analysis",
"entry": [
{
"value": "automatic-expansion",
"description": "Automatic expansion"
},
{
"value": "aggressive-pivoting",
"description": "Aggressive pivoting"
}
]
}
]
}