addedOutput schema / properties / location_used
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / message
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / query_understood
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / recommendations
Removed value: -{
- "items": {
- "properties": {
- "grade": {
- "type": "string"
- },
- "match_reasons": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "name": {
- "type": "string"
- },
- "relevance": {
- "type": "string"
- },
- "seemor_id": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / results
Added value: +{
+ "items": {
+ "properties": {
+ "distance_km": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "grade": {
+ "type": "string"
+ },
+ "match_reasons": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "relevance": {
+ "type": "string"
+ },
+ "seemor_id": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / status / enum
Added value: +[
+ "ok",
+ "error",
+ "no_coverage",
+ "location_required"
+]
addedOutput schema / properties / total_candidates
Added value: +{
+ "type": "number"
+}