Schema for Gideon Keywords

From Answer.schema.yaml (gideon/Answer.schema)

---
$id: https://skeleton.botmd.io/fleming/ProviderSettings.schema
$schema: http://json-schema.org/draft-07/schema#

title: Keywords
description: Keywords/Regexes that should appear in the returned messages for gideon test queries.

type: array
items:
  type: string
  minLength: 1

[Main Page] [Schema Documentation] [Examples]