added api docs
This commit is contained in:
13
interface/models/common/describable.yaml
Normal file
13
interface/models/common/describable.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
components:
|
||||
schemas:
|
||||
Describable:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
nullable: true
|
||||
Reference in New Issue
Block a user