You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
Currently, header examples are lost while they are supported in OAS3. They are not designated as a lost semantic, so they should be included in header schema.
RAML 1 source
#%RAML 1.0title: headers exampleversion: 1/last-article:
get:
description: Get latest articleresponses:
200:
headers:
Last-Modified-By:
description: Author of latest modification.example: UTF-8'fr'Jean-Pierre%20Dupont
Currently, header examples are lost while they are supported in OAS3. They are not designated as a lost semantic, so they should be included in header schema.
RAML 1 source
Expected output (yaml+json)
Observed output (yaml+json)
The text was updated successfully, but these errors were encountered: