Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Consider being compliant with RAML 0.8 property name placeholders ({*}) #28

Open
xaka opened this issue Apr 6, 2016 · 0 comments
Open

Comments

@xaka
Copy link

xaka commented Apr 6, 2016

As per RAML 0.8, it's possible for property names for headers to have placeholders (Name-{*}):

#%RAML 0.8
title: ZEncoder API
version: v2
baseUri: https://app.zencoder.com/api/{version}
/jobs:
  post:
    description: Create a Job
    headers:
      Zencoder-Api-Key:
        displayName: ZEncoder API Key
      x-Zencoder-job-metadata-{*}

It'd be helpful if project supported it via feature flag or by default so we don't build extra solution on top of it. Consider it as some kind of backward-compatibility.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants