This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| overlay: 1.0.0 | |
| info: | |
| title: Add MIT license | |
| version: 1.0.0 | |
| actions: | |
| - target: '$.info' | |
| update: | |
| license: | |
| name: MIT | |
| url: https://opensource.org/licenses/MIT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Persistence Of Vision raytracer version 3.0 file. | |
| // Copyright 1998 David J. Biesack | |
| // GEBEGB - inspired by the cover of Douglas R. Hofstadter's book, | |
| // Go:del Escher and Bach: an Eternal Golden Braid | |
| #version 3.7; | |
| #include "colors.inc" | |
| #include "textures.inc" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: '3.1.0' | |
| info: | |
| title: Read a Universe instance. | |
| description: Part of the Chain Links API. | |
| contact: | |
| name: David Biesack | |
| url: https://gist.github.com/DavidBiesack | |
| version: 0.0.0 | |
| tags: | |
| - name: Universes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| components: | |
| responses: | |
| '204': | |
| description: No Content. The operation succeeded but returned no response body. | |
| content: | |
| application/json: | |
| schema: | |
| $ref: '#/components/schemas/apiProblem' | |
| '400': | |
| description: Bad Request. Request parameters and/or request body is invalid. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: '3.1.0' | |
| info: | |
| title: Update a Universe instance. | |
| description: Part of the Chain Links API. | |
| contact: | |
| name: David Biesack | |
| url: https://gist.github.com/DavidBiesack | |
| version: 0.0.0 | |
| tags: | |
| - name: Universes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: '3.1.0' | |
| info: | |
| title: deleteUniverse operation | |
| description: Part of the Chain Links API. | |
| contact: | |
| name: David Biesack | |
| url: https://gist.github.com/DavidBiesack | |
| version: 0.0.0 | |
| tags: | |
| - name: Universes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: '3.1.0' | |
| info: | |
| title: Read a Universe instance. | |
| description: Part of the Chain Links API. | |
| contact: | |
| name: David Biesack | |
| url: https://gist.github.com/DavidBiesack | |
| version: 0.0.0 | |
| tags: | |
| - name: Universes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.3", | |
| "info": { | |
| "title": "API with `format: text`", | |
| "description": "API with `format: text`.", | |
| "contact": { | |
| "name": "Lorem Ipsum", | |
| "url": "https://www.example.com/", | |
| "email": "[email protected]" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.3 | |
| info: | |
| title: Chain Links | |
| version: 0.0.0 | |
| description: chain links API | |
| tags: | |
| - name: Chain Links | |
| description: Story Element Items in a CHain | |
| servers: | |
| - url: https://api.chain-links.io/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.1.0 | |
| info: | |
| title: Chain Links | |
| version: 0.0.0 | |
| description: chain links API | |
| tags: | |
| - name: Chain Links | |
| description: Story Element Items in a CHain | |
| servers: | |
| - url: https://api.chain-links.io/ |
NewerOlder