Schema for Stitch Response Headers

From ResponseHeaders.schema.yaml (stitch/ResponseHeaders.schema)

---
$id: https://skeleton.botmd.io/stitch/ResponseHeaders.schema
$schema: http://json-schema.org/draft-07/schema#

title: Response Headers
description: These additional headers will be added to the response when link is used.

type: object
additionalProperties:
  type: string
  minLength: 1
#end additionalProperties

[Main Page] [Schema Documentation] [Examples]