Skip to content

Instantly share code, notes, and snippets.

@NikStoyanov
Created May 6, 2020 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NikStoyanov/a5c0b6f34a09e8a8826822a71c7f9acd to your computer and use it in GitHub Desktop.
Save NikStoyanov/a5c0b6f34a09e8a8826822a71c7f9acd to your computer and use it in GitHub Desktop.
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"description": "imgschema",
"self": {
"vendor": "com.nik",
"name": "img_nik",
"format": "jsonschema",
"version": "1-0-0"
},
"type": "object",
"properties": {
"label": {
"type": "string"
},
"probability": {
"type": "number"
}
},
"required": ["label", "probability"],
"additionalProperties": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment