a127-magic-customized
Version:
Apigee 127 Swagger Loader and Middleware
40 lines (39 loc) • 722 B
YAML
swagger: "2.0"
info:
version: "0.0.1"
title: "Skeleton App"
host: "localhost"
basePath: "/"
schemes:
- "http"
- "https"
consumes:
- "application/json"
produces:
- "application/json"
x-a127-config:
testString1: &testString value
testArray1:
- one
- two
testHash1:
one: one
two: two
a127.account.password: &password "password"
x-volos-test:
testReference1:
testReference2:
testReference3:
x-volos-resources:
cache:
provider: "volos-cache-memory"
options:
name: "name"
ttl: 10000
cache: ""
quota:
provider: "volos-quota-memory"
options:
timeUnit: "minute"
interval: 1
allow: 2