From b4d24fe309d03ce23465d3357d600dd1ea47b1dd Mon Sep 17 00:00:00 2001
From: Karl Hudgell <karl.hudgell@bjss.com>
Date: Mon, 5 Dec 2016 10:20:27 +0000
Subject: [PATCH] Fix intent_schema.json to work with Alexa USA/UK

---
 interaction_model/intent_schema.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/interaction_model/intent_schema.json b/interaction_model/intent_schema.json
index a1e61d0..3fe0d46 100644
--- a/interaction_model/intent_schema.json
+++ b/interaction_model/intent_schema.json
@@ -5,11 +5,11 @@
       "slots": [
         {
           "name": "movieName",
-          "type": "AMAZON.LITERAL"
+          "type": "LITERAL"
         },
         {
           "name": "releaseDate",
-          "type": "AMAZON.DATE"
+          "type": "DATE"
         }
       ]
     },
@@ -18,11 +18,11 @@
       "slots": [
         {
           "name": "movieName",
-          "type": "AMAZON.LITERAL"
+          "type": "LITERAL"
         },
         {
           "name": "releaseDate",
-          "type": "AMAZON.DATE"
+          "type": "DATE"
         }
       ]
     },