You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by rm...@apache.org on 2014/03/30 20:03:51 UTC

svn commit: r1583169 - /gora/branches/GORA_94/gora-core/src/examples/avro/webpage.json

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