OpenAPI Specification概要

Post on 16-Apr-2017

875 views 0 download

Transcript of OpenAPI Specification概要

We'd like to thank the efforts of the API Tokyo Meetup for including the Open API Initiative as part of the conversation. We are humbled by the attendance at this event and are thrilled to receive such a positive response from the API community. Please contribute to help grow and evolve the OpenAPI Spec by contributing on GitHub and following us on Twitter and sharing your projects leveraging OAS. We love to hear stories of all the amazing things being built with the help of the OpenAPI Specification.

Jeff ErnstFriedman, Program Manager of the Open API Initiative a project of the Linux Foundation

swagger: "2.0"info: version: "1.0" title: OAS Demo APIhost: playground.apistudio.iobasePath: /demoapischemes: - http - httpspaths: /hello: get: description: Returns greetings to the caller operationId: hello responses: "200": description: Success schema: $ref: "#/definitions/HelloWorldResponse"

JSON or YAML