Skip to content

Instantly share code, notes, and snippets.

@dq-hustlecoding
Created December 2, 2021 07:12
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/a0b5202a8f8441134480f9f6156a7d7d to your computer and use it in GitHub Desktop.
Save dq-hustlecoding/a0b5202a8f8441134480f9f6156a7d7d to your computer and use it in GitHub Desktop.
item schema for AWS personalize
{
"type": "record",
"name": "Items",
"namespace": "your.namespace.schema",
"fields": [
{
"name": "item_id",
"type": "string"
},
{
"name": "category_id",
"type": "string"
},
{
"name": "price",
"type": "float"
}
],
"version": "1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment