schema.recommendation-severity.schema.json Maven / Gradle / Ivy
{
"$id": "recommendation-severity.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Recommendation Severity Schema",
"description": "Created by Huang, Fuguo. Created date: 2019-June-21.",
"type": "string",
"enum": ["critical", "potential", "suggested"]
}