api/yaml/openapi/components/schemas/PhraseList.yaml (11 lines of code) (raw):

######################################################################## # PhraseList # ######################################################################## properties: okay: type: boolean phrases: description: A list of key phrases items: $ref: '#/components/schemas/Phrase' type: array required: - okay - phrases