2017-02-14 10:19:20 +01:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/schema#",
|
2017-07-25 17:39:06 +02:00
|
|
|
"title": "Validator for misp-galaxies - Galaxies",
|
|
|
|
"id": "https://www.github.com/MISP/misp-galaxies/schema_galaxies.json",
|
2017-02-14 10:19:20 +01:00
|
|
|
"type": "object",
|
|
|
|
"additionalProperties": false,
|
|
|
|
"properties": {
|
|
|
|
"description": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"version": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2017-09-28 11:39:34 +02:00
|
|
|
"icon": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2017-02-14 10:19:20 +01:00
|
|
|
"uuid": {
|
|
|
|
"type": "string"
|
2018-05-18 16:34:41 +02:00
|
|
|
},
|
|
|
|
"namespace": {
|
|
|
|
"type": "string"
|
2017-02-14 10:19:20 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"description",
|
|
|
|
"type",
|
|
|
|
"version",
|
|
|
|
"name",
|
|
|
|
"uuid"
|
|
|
|
]
|
|
|
|
}
|