The current spec (v2.0) defines [three valid security schemes](https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#security-scheme-object): basic HTTP authentication, authentication using an API key, and Oauth2. What seems to be nonexistent is an HMAC-based authentication scheme. Are there any plans to add such a scheme in the upcoming versions of the spec?