Skip to content

Instantly share code, notes, and snippets.

@greycatsec
greycatsec / TTRPG_OpenAPI_2_spec.json
Created March 7, 2023 15:49
An EXAMPLE OpenAPI 2.0 specification for TTRPG character handling. For use in a blog post
{
"swagger": "2.0",
"basePath": "/api/v1",
"info": {
"title": "Table Top Role Playing Game (TTRPG) API",
"version": "1.0",
"description": "Welcome to the OpenAPI documentation site!",
"license": {
"name": "MIT"
},