Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
Wayne Wollesen
2024-12-12 05:19:09 -06:00
коммит произвёл GitHub
родитель 267c4133b7
Коммит a58a7475bd

Просмотреть файл

@@ -68,12 +68,15 @@
schema: schema:
type: object type: object
required: required:
- name - display_name
- scope - scope
properties: properties:
name: name:
type: string type: string
description: The name of the scheme description: The name of the scheme
display_name:
type: string
description: The display name of the scheme
description: description:
type: string type: string
description: The description of the scheme description: The description of the scheme