Author: rmarroquin
Date: Sun Mar 30 18:03:50 2014
New Revision: 1583169

URL: http://svn.apache.org/r1583169
Log:
GORA-312. Avro JSON schema for WebPage should reflect data bean being used.

Modified:
    gora/branches/GORA_94/gora-core/src/examples/avro/webpage.json

Modified: gora/branches/GORA_94/gora-core/src/examples/avro/webpage.json
URL: 
http://svn.apache.org/viewvc/gora/branches/GORA_94/gora-core/src/examples/avro/webpage.json?rev=1583169&r1=1583168&r2=1583169&view=diff
==============================================================================
--- gora/branches/GORA_94/gora-core/src/examples/avro/webpage.json (original)
+++ gora/branches/GORA_94/gora-core/src/examples/avro/webpage.json Sun Mar 30 
18:03:50 2014
@@ -7,6 +7,7 @@
     {"name": "content", "type": ["null","bytes"],"default":null},
     {"name": "parsedContent", "type": {"type":"array", "items": "string"}, 
"default":null},
     {"name": "outlinks", "type": {"type":"map", "values":"string"}, 
"default":{}},
+    {"name": 
"headers","type":["null",{"type":"map","values":["null","string"]}],"default":null},
     {"name": "metadata", "default":null, "type": {
       "name": "Metadata",
       "type": "record",
@@ -17,4 +18,4 @@
       ]
     }}
   ]
-}
+}
\ No newline at end of file


Reply via email to