Skip to content

Instantly share code, notes, and snippets.

@dq-hustlecoding
Created December 2, 2021 07:00
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 dq-hustlecoding/af22f9016e40afebeaf83044ecc0b3d9 to your computer and use it in GitHub Desktop.
Save dq-hustlecoding/af22f9016e40afebeaf83044ecc0b3d9 to your computer and use it in GitHub Desktop.
user schema for AWS personalize
{
"type": "record",
"name": "Users",
"namespace": "your.namespace.schema",
"fields": [
{
"name": "user_id",
"type": "string"
}, {
"name": "os_device",
"type": "string"
}, {
"name": "age",
"type": "int"
}
],
"version": "1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment