PetTypes:
type: string
description: What animal might be a pet
enum:
- cat
- dog
- tourtile
Severity:
type: integer
oneOf:
- title: HIGH
const: 2
description: An urgent problem
- title: MEDIUM
const: 1
- title: LOW
const: 0
description: Can wait forever