OpenAPI Specification概要

9

Click here to load reader

Transcript of OpenAPI Specification概要

Page 1: OpenAPI Specification概要
Page 3: 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

Page 4: OpenAPI Specification概要
Page 5: OpenAPI Specification概要
Page 6: OpenAPI Specification概要
Page 7: OpenAPI Specification概要

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

Page 8: OpenAPI Specification概要