Created
June 30, 2016 17:49
-
-
Save afshinm/325384624c411d0278209e12ea2bb6fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rating_value_fs": { | |
"type": "number" | |
}, | |
"language_ss": { | |
"type": "string" | |
}, | |
"review_text_en_s": { | |
"type": "string" | |
}, | |
"review_type_ss": { | |
"values": ["restaurants", "cars", "hotels", "electronics", "airlines"], | |
"type": "string" | |
}, | |
"best_rating_fs": { | |
"values": ["5.0", "10.0"], | |
"type": "number" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment