mirror of https://github.com/vernonkeenan/lib
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
|
Prompt:
|
||
|
description: A prompt
|
||
|
properties:
|
||
|
ID:
|
||
|
description: Record Id
|
||
|
type: string
|
||
|
Text:
|
||
|
description: The prompt text
|
||
|
type: string
|
||
|
PromptCategoryID:
|
||
|
description: The ID of the prompt category
|
||
|
type: string
|
||
|
ResearchProjectIDs:
|
||
|
description: A list of research project IDs
|
||
|
type: array
|
||
|
items:
|
||
|
type: string
|
||
|
Tags:
|
||
|
description: A list of tags
|
||
|
type: array
|
||
|
items:
|
||
|
type: string
|
||
|
UsedCount:
|
||
|
description: The number of times the prompt has been used
|
||
|
type: number
|
||
|
CreatedDate:
|
||
|
description: The date the prompt was created
|
||
|
type: string
|
||
|
CreatedByID:
|
||
|
description: The ID of the user who created the prompt
|
||
|
type: string
|
||
|
LastModifiedDate:
|
||
|
description: The date the prompt was last modified
|
||
|
type: string
|
||
|
LastModifiedByID:
|
||
|
description: The ID of the user who last modified the prompt
|
||
|
type: string
|
||
|
ImageAltText:
|
||
|
description: The alt text for the prompt image
|
||
|
type: string
|
||
|
ImageURL:
|
||
|
description: The URL of the prompt image
|
||
|
type: string
|
||
|
Slug:
|
||
|
description: The slug for the prompt
|
||
|
type: string
|
||
|
Icon:
|
||
|
description: The icon for the prompt
|
||
|
type: string
|
||
|
type: object
|