UNPKG

1.17 kBPlain TextView Raw
1{
2 "debug": true,
3 "specs": {
4 "./test/example_spec_v3.json": "https://api-us.macronlabs.com/Trov.Service/swagger/V3",
5 "./test/example_spec_v4.json": "https://api-us.macronlabs.com/Trov.Service/swagger/V4"
6 },
7 "input": "./test/**.json",
8 "output": {
9 "json_schema": "./validate-output/json_schema_gen/",
10 "flow_types": "./validate-output/types_gen/",
11 "api_modules": "./validate-output/api_gen/",
12 "redux_api_reducer": "./validate-output/store/reducers_gen/",
13 "redux_action_creators": "./validate-output/actions_gen/",
14 "redux_sagas": "./validate-output/sagas_gen/",
15 "selectors": "./validate-output/selectors_gen/",
16 "validators": "./validate-output/validators_gen/",
17 "include": [
18 "guests",
19 "profile",
20 "status"
21 ]
22 },
23 "api": {
24 "headers_default": {
25 "Accept": "application/json, text/json",
26 "Content-Type": "application/json"
27 }
28 },
29 "translate_operationId": {
30 "POST_api_guests_search_id": "guestsSearchId"
31 },
32 "keyed_collection": {
33 "POST_api_guests_search_product": "name"
34 },
35 "api_reducer_location": "state.api.foo.bar.baz",
36 "change_case_operationId": "camel"
37}