a127-magic
Version:
Apigee 127 Swagger Loader and Middleware
41 lines (40 loc) • 742 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-a127-services:
cache:
provider: volos-cache-memory
options:
name: name
ttl: 10000
cache:
provider: volos-cache-memory
quota:
provider: volos-quota-memory
options:
timeUnit: minute
interval: 1
allow: 2