Unverified Commit 5b9b4141 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Delete Evidence.json

Showing with 0 additions and 30 deletions
+0 -30
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"Evidence": {
"$ref": "#/definitions/Evidence"
}
},
"required": [
"Evidence"
],
"title": "Evidence",
"definitions": {
"Evidence": {
"$id": "#/properties/Evidence",
"type": "object",
"title": "The Evidence Schema",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
}
}
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment