Callbacks service docs updated
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
components:
|
||||
schemas:
|
||||
Describable:
|
||||
description: Common naming metadata for user-defined entities.
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
name:
|
||||
description: Human-readable name of the entity.
|
||||
type: string
|
||||
description:
|
||||
description: Optional free-form description of the entity.
|
||||
type: string
|
||||
nullable: true
|
||||
|
||||
Reference in New Issue
Block a user