Lot of small changes

This commit is contained in:
2024-01-03 11:04:20 +01:00
parent 71b5d1313a
commit 00c6530485
9 changed files with 166 additions and 83 deletions

View File

@ -0,0 +1,18 @@
snippet base "Base" b
openapi: 3.0.0
info:
title: ${1:${VISUAL:Title}}
description: ${2:${VISUAL:Title}}
version: 0.0.1
servers:
- url: ${3:${VISUAL:https://example.com/api}}
description: ${4:${VISUAL:default api point for the service}}
$0
endsnippet
snippet desc "Description" b
description: ${1:${VISUAL:Description}}
endsnippet