🌐
GitHub
github.com › Redocly › openapi-starter › blob › main › openapi › openapi.yaml
openapi-starter/openapi/openapi.yaml at main · Redocly/openapi-starter
This is an **example** API to demonstrate features of the OpenAPI · specification. · # Introduction · · This API definition is intended to to be a good starting point for · describing your API in [OpenAPI/Swagger · format](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md).
Author   Redocly
🌐
GitHub
github.com › Redocly › openapi-template › blob › gh-pages › openapi.yaml
openapi-template/openapi.yaml at gh-pages · Redocly/openapi-template
# It doesn't cover all OpenAPI features. For more full example check out: https://github.com/APIs-guru/petstore_extended ... # Warning: OpenAPI requires the version to be a string, but without quotation marks YAML can recognize it as a number.
Author   Redocly
🌐
GitHub
github.com › teamdigitale › api-openapi-samples
GitHub - teamdigitale/api-openapi-samples: OpenAPI Samples for the API Ecosystem project. · GitHub
find openapi-v3/ -name \*.yaml \ -exec bash -c 'I="{}"; ./bin/api-spec-converter.sh "$I" -f openapi_3 -t swagger_2 -s yaml > "${I//v3/v2}" ' \;
Starred by 28 users
Forked by 37 users
Languages   Python 76.7% | Shell 10.3% | Makefile 6.5% | Dockerfile 6.5%
🌐
GitHub
github.com › teamdigitale › api-openapi-samples › blob › master › openapi-v3 › api-example.yaml
api-openapi-samples/openapi-v3/api-example.yaml at master · teamdigitale/api-openapi-samples
example: Latina · schema: type: string · · headers: X-RateLimit-Limit: $ref: 'https://raw.githubusercontent.com/teamdigitale/openapi/0.0.3/docs/definitions.yaml#/headers/X-RateLimit-Limit' X-RateLimit-Remaining: $ref: 'https://raw.githubusercontent.com/teamdigitale/openapi/0.0.3/docs/definitions.yaml#/headers/X-RateLimit-Remaining' X-RateLimit-Reset: $ref: 'https://raw.githubusercontent.com/teamdigitale/openapi/0.0.3/docs/definitions.yaml#/headers/X-RateLimit-Reset' Retry-After: $ref: 'https://raw.githubusercontent.com/teamdigitale/openapi/0.0.3/docs/definitions.yaml#/headers/Retry-After' ·
Author   teamdigitale
🌐
GitHub
github.com › OpenAPITools › openapi-generator › blob › master › samples › yaml › pet.yml
openapi-generator/samples/yaml/pet.yml at master · OpenAPITools/openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) - openapi-generator/samples/yaml/pet.yml at master · OpenAPITools/openapi-generator
Author   OpenAPITools
🌐
GitHub
github.com › Redocly › museum-openapi-example › blob › main › openapi.yaml
museum-openapi-example/openapi.yaml at main · Redocly/museum-openapi-example
An example OpenAPI description for an imaginary Museum API. - museum-openapi-example/openapi.yaml at main · Redocly/museum-openapi-example
Author   Redocly
🌐
GitHub
gist.github.com › kinlane › 43934f44fd591a6ee59a45267d9e3066
Sample OpenAPI 3.0 YAML · GitHub
Sample OpenAPI 3.0 YAML · Raw · sample-openapi-30.yaml · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below.
🌐
GitHub
gist.github.com › projectoperations › 8650294200aad0921647124ef180c1bb
sample openapi.yml · GitHub
Forked from michaeloboyle/openapi.yml · Created · December 12, 2024 08:25 · Show Gist options · Download ZIP · Star 0 (0) You must be signed in to star a gist · Fork 0 (0) You must be signed in to fork a gist · Embed · Embed Embed this gist in your website.
🌐
GitHub
github.com › swagger-api › swagger-ui › blob › master › test › e2e-cypress › static › documents › features › multiple-examples-core.openapi.yaml
swagger-ui/test/e2e-cypress/static/documents/features/multiple-examples-core.openapi.yaml at master · swagger-api/swagger-ui
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. - swagger-ui/test/e2e-cypress/static/documents/features/multiple-examples-core.openapi.yaml at master · swagger-api/swagger-ui
Author   swagger-api
🌐
GitHub
github.com › karlkyck › api-gateway-openapi › blob › master › openapi.yaml
api-gateway-openapi/openapi.yaml at master · karlkyck/api-gateway-openapi
title: API Gateway OpenAPI Example · version: 1.0.0 · · paths: /api/posts: get: summary: List Posts · operationId: listPosts · requestBody: required: true ·
Author   karlkyck
Find elsewhere
🌐
GitHub
github.com › Redocly › openapi-template › blob › gh-pages › swagger.yaml
openapi-template/swagger.yaml at gh-pages · Redocly/openapi-template
OpenAPI/Swagger 2.0 template, intended to be good starting point for describing your API - openapi-template/swagger.yaml at gh-pages · Redocly/openapi-template
Author   Redocly
🌐
Atlassian
lf-onap.atlassian.net › wiki › display › DW › Adding+examples+for+Request+and+Response+in+openapi.yaml
Adding examples for Request and Response in openapi.yaml - ONAP Wiki - Confluence
DataAccessRequest: type: object properties: operation: type: string enum: [ read, create, update, delete ] example: create dataType: type: string example: dataTypeValue data: type: string example: data cmHandleProperties: $ref: '#/components/schemas/cmHandleProperties' cmHandleProperties: type: object additionalProperties: type: string example: - prop1: value prop2: value
🌐
GitHub
github.com › eazybytes › openapi › blob › main › openapi-yaml-examples › openapi_03.yml
openapi/openapi-yaml-examples/openapi_03.yml at main · eazybytes/openapi
OpenAPI Specification & Swagger Tools : Zero To Master - Code Examples - openapi/openapi-yaml-examples/openapi_03.yml at main · eazybytes/openapi
Author   eazybytes
🌐
GitHub
github.com › openai › plugins-quickstart › blob › main › openapi.yaml
plugins-quickstart/openapi.yaml at main · openai/plugins-quickstart
Get a ChatGPT plugin up and running in under 5 minutes! - plugins-quickstart/openapi.yaml at main · openai/plugins-quickstart
Author   openai
🌐
GitHub
github.com › Redocly › openapi-starter
GitHub - Redocly/openapi-starter: OpenAPI starter repository · GitHub
get: tags: - Customers summary: Retrieve a list of customers operationId: GetCustomerCollection description: | You can have a markdown description here. parameters: - $ref: ../components/parameters/collectionLimit.yaml - $ref: ../components/parameters/collectionOffset.yaml - $ref: ../components/parameters/collectionFilter.yaml - $ref: ../components/parameters/collectionQuery.yaml - $ref: ../components/parameters/collectionExpand.yaml - $ref: ../components/parameters/collectionFields.yaml responses: '200': description: A list of Customers was retrieved successfully headers: Rate-Limit-Limit: $r
Starred by 215 users
Forked by 133 users
Languages   C# 59.4% | PHP 40.6%
🌐
Redocly
redocly.com › learn › openapi › learning-openapi
Introduction to OpenAPI
Here is a sample truncated openapi.yaml file. openapi: 3.1.0 info: version: 1.0.0 title: Example.com termsOfService: 'https://example.com/terms/' contact: email: contact@example.com url: 'http://example.com/contact' license: name: Apache 2.0 url: 'http://www.apache.org/licenses/LICENSE-2.0.html' x-logo: url: 'https://apis.guru/openapi-template/logo.png' description: > # Your description here externalDocs: description: Find out how to create a GitHub repo for your OpenAPI definition.
🌐
OpenAPI
learn.openapis.org › specification › structure.html
Structure of an OpenAPI Description
Here’s an example of a minimal OpenAPI Description: openapi: 3.1.0 info: title: A minimal OpenAPI Description version: 0.0.1 paths: {} # No endpoints defined · This API is not very useful because it defines no operations (it has no endpoints). The next page remedies that. ... The syntax (language) used to write OpenAPI Descriptions can be JSON, YAML or both.
🌐
GitHub
github.com › openapi › openapi
GitHub - oapigen/cli: Generate JavaScript or TypeScript code from Swagger/OpenAPI specifications · GitHub
Generate JavaScript or TypeScript code from Swagger/OpenAPI specification. npm install -D @oapigen/cli # or pnpm add -D @oapigen/cli # or yarn add -D @oapigen/cli · pnpm oapi --file ../src/mocks/local-file-api.json # or pnpm oapi --file ../src/mocks/local-file-api.yaml # or pnpm oapi --file protocol://url/api.json
Starred by 84 users
Forked by 9 users
Languages   JavaScript
🌐
ReadMe
docs.readme.com › main › docs › github-actions-openapi-example
GitHub Actions: Syncing OpenAPI
Once you follow the prompts and upload your OpenAPI definition, you'll receive a confirmation message that looks something like this: 🚀 Your API definition ([your-slug-here.json]) was successfully created in ReadMe! Once you've obtained your API definition slug (let's call it API_DEFINITION_SLUG), your full GitHub Workflow file will look something like this: YAML ·
🌐
ApisYouWontHate
apisyouwonthate.com › blog › learn-openapi-from-these-realistic-examples
Learn OpenAPI from these Realistic Examples
December 2, 2024 - GitHubscalar · Use the following URL, or download it. https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/3.1.yaml · If you need more examples of OpenAPI for any reason, there are loads over on the APIs.guru Marketplace. Most of these are real examples published by companies of all sizes, so you can see real world working OpenAPI descriptions.