From MonographSectionContent.schema.yaml (heisenberg/MonographSectionContent.schema
)
---
$id: https://skeleton.botmd.io/heisenberg/MonographSectionContent.schema
$schema: http://json-schema.org/draft-07/schema#
title: MonographSectionContent
description: >-
This is the `content` encoded in the MonographSectionContent answer object for Jarvis data flow.
type: object
required: []
additionalProperties: false
properties:
title:
title: Title
description: The title of the MonographSection, normally the ingredient name.
type: string
minLength: 1
subtitle:
title: Subtitle
description: The subtitle of the MonographSection, either the indication, or intent of the section.
type: string
minLength: 1
text:
title: Text
description: The text content of the MonographSection.
type: string
minLength: 1
url:
title: URL
description: URL bookmark of content.
type: string
minLength: 1
logo_url:
title: Logo URL
description: Logo URL to be used when generating carousel for content.
type: string
minLength: 1
provider_name:
title: Provider Name
description: Provider name to be used when generating action button for content.
type: string
minLength: 1