1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

relay/api: add missing fields in script object in OpenAPI document

This commit is contained in:
Sébastien Helleu
2026-06-08 23:11:06 +02:00
parent 551c12e049
commit 80a47b6731
@@ -1384,9 +1384,21 @@ components:
version:
type: string
example: '3.1.1'
description:
type: string
example: 'Quick jump to buffers'
author:
type: string
example: 'Sébastien Helleu <flashcode@flashtux.org>'
license:
type: string
example: 'GPL3'
required:
- name
- version
- description
- author
- license
Completion:
type: object
properties: