java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic JMakiAccordionDataModel (15 - 30 May 2008 - Main.carlavmott)
Line: 1 to 1
 Main data model discussion page

jMaki Accordion Data Model

Line: 53 to 53
 
{
       "description" : "jMaki Accordion",
Deleted:
<
<
"type":"object",
"properties"
{ "items" : {
  "type" : "array", "items" : { "type" : "object",
Line: 75 to 72
  } } }
Deleted:
<
<
} }
 

 <<O>>  Difference Topic JMakiAccordionDataModel (14 - 29 May 2008 - Main.carlavmott)
Line: 1 to 1
 Main data model discussion page

jMaki Accordion Data Model

Line: 55 to 55
  "description" : "jMaki Accordion", "type":"object",
"properties"
{
Changed:
<
<
"items" : {"type" : "object"},
>
>
"items" : { "type" : "array", "items" : { "type" : "object", "properties" : { "id" : {"type": "string", "optional":true,},
  "label" : {"type": "string"},
Changed:
<
<
"content" : {"type": "string"},
>
>
"content" : {"type": "string", "optional":true,},
  "include" : {"type": "string","optional":true}, "lazyload" : {"type": "boolean","optional":true, "default":false}, "selected" : {"type": "boolean","optional":true, "default":false}, "iframe" : {"type": "boolean","optional":true, "default":false},
Changed:
<
<
"action" : {"type" : "object",
>
>
"action" : {"type" : "object","optional":true,
 
"properties"
{
"topic"
{"type" : "string", "optional" : true},
Changed:
<
<
"message": {"type" : "object", "optional" : true}
>
>
"message": {"type" : "string", "optional" : true} } }
  } } } }
Added:
>
>
}

 

(2.2) Property Descriptions


 <<O>>  Difference Topic JMakiAccordionDataModel (13 - 29 May 2008 - Main.carlavmott)
Line: 1 to 1
 Main data model discussion page

jMaki Accordion Data Model

Line: 48 to 48
 
Added:
>
>
JSON schema format is:

{
        "description" : "jMaki Accordion",
         "type":"object",
         "properties": { 
          "items" : {"type" : "object"}, 
            "label" : {"type": "string"},
            "content" : {"type": "string"},
            "include" : {"type": "string","optional":true},
            "lazyload" : {"type": "boolean","optional":true, "default":false},
            "selected" : {"type": "boolean","optional":true, "default":false},
            "iframe" : {"type": "boolean","optional":true, "default":false},
            "action" :  {"type" : "object",
               "properties": {
                  "topic": {"type" : "string", "optional" : true},
                   "message": {"type" : "object", "optional" : true}
                }
             }
         }       
  }
 

(2.2) Property Descriptions


 <<O>>  Difference Topic JMakiAccordionDataModel (12 - 28 Dec 2007 - Main.gmurray71)
Line: 1 to 1
 Main data model discussion page

jMaki Accordion Data Model

Line: 34 to 34
 
    items ::= "{"  {<label> } "}"
Changed:
<
<
label ::= "{" "label:" , [ | | ] [] [] "},"
>
>
label ::= "{" "label:" , [ | | ] [] [] [