26 lines
327 B
YAML
26 lines
327 B
YAML
type: object
|
|
required:
|
|
- id
|
|
- title
|
|
- claim
|
|
- category
|
|
- strength
|
|
- status
|
|
properties:
|
|
id:
|
|
type: string
|
|
title:
|
|
type: string
|
|
claim:
|
|
type: string
|
|
category:
|
|
type: string
|
|
strength:
|
|
type: string
|
|
status:
|
|
type: string
|
|
implications:
|
|
type: array
|
|
items:
|
|
type: string
|
|
|