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: &testArray
    - one
    - two
  testHash1: &testHash
    one: one
    two: two
  a127.account.password: &password "password"
x-volos-test:
  testReference1: *testString
  testReference2: *testArray
  testReference3: *testHash
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
