1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-10-19 09:48:26 +00:00
Files
senpy/senpy/schemas/definitions.json
2016-12-26 18:49:53 +01:00

46 lines
734 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"Results": {
"$ref": "results.json"
},
"Context": {
"$ref": "context.json"
},
"Analysis": {
"$ref": "analysis.json"
},
"Entry": {
"$ref": "entry.json"
},
"Sentiment": {
"$ref": "sentiment.json"
},
"EmotionSet": {
"$ref": "emotionSet.json"
},
"Emotion": {
"$ref": "emotion.json"
},
"EmotionModel": {
"$ref": "emotionModel.json"
},
"Entity": {
"$ref": "entity.json"
},
"Topic": {
"$ref": "topic.json"
},
"Suggestion": {
"$ref": "suggestion.json"
},
"Plugins": {
"$ref": "plugin.json"
},
"Plugin": {
"$ref": "plugin.json"
},
"Response": {
"$ref": "response.json"
}
}