17 lines
444 B
YAML
17 lines
444 B
YAML
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
|