forked from mojaloop/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook_variables.yml
35 lines (34 loc) · 1.2 KB
/
book_variables.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## INSTRUCTIONS
# Insert variables to be loaded into Gitbook
# They can be referenced via {{ book.importedVars.<variable_name> }} the following example
#
# ```markdown
# This is the value of my variable {{ book.importedVars.<variable_name> }}
#
#```
#
mojaloop:
spec:
version: v1.0
uri:
doc: https://github.com/mojaloop/mojaloop-specification/blob/master/API%20Definition%20v1.0.pdf
api: https://github.com/mojaloop/mojaloop-specification/blob/master/Supporting%20Files/fspiop-rest-v1.0-OpenAPI-implementation.yaml
central_ledger:
spec:
version: v2.0
uri:
doc: /mojaloop-technical-overview/central-ledger/README.md
api: https://github.com/mojaloop/central-ledger/blob/master/src/api/interface/swagger.json
settlement:
spec:
version: v1.1
uri:
doc: /mojaloop-technical-overview/central-settlements/README.md
api: https://github.com/mojaloop/central-settlement/blob/master/src/interface/swagger.json
als:
oracle:
spec:
version: v1.2
uri:
doc: /mojaloop-technical-overview/account-lookup-service/README.md
api: https://github.com/mojaloop/documentation/blob/master/api/assets/interface-contracts/oracle-service-swagger-v1.yaml