From AnswerContent.schema.yaml (fleming/AnswerContent.schema
)
---
$id: https://skeleton.botmd.io/fleming/AnswerContent.schema
$schema: http://json-schema.org/draft-07/schema#
title: Answer Content
description: >-
These settings are used for Fleming `Answer`s in Chatterbox.
type: object
additionalProperties: false
required: []
properties:
updated_on:
title: Updated On
description: Last updated datetime of the guideline document
type: string
associations:
title: Associations
type: array
items:
title: Association Key
description: Association that write the guideline document
type: string
minLength: 1
url:
title: URL
description: URL that link to the external sources for displaying
type: string
logo_url:
title: Logo URL
description: Logo URL for displaying
type: string
year:
title: Year
description: Year of the guideline document
type: integer