User Tools

Site Tools


webssphh_restful_service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
webssphh_restful_service [2016/07/24 05:56] – [Special Types] 100.3.200.49webssphh_restful_service [2016/07/24 06:02] – [Project] 100.3.200.49
Line 56: Line 56:
   "name" : string, // Project Name   "name" : string, // Project Name
   "desc" : string, // Description   "desc" : string, // Description
-  "key1" : json,   // Property 1 +  "key1" : { "type" : string, "value" : json }, // Property 1 
-  "key2" : json,   // Property 2+  "key2" : { "type" : string, "value" : json }, // Property 2
   ...   ...
 } }
Line 68: Line 68:
   "id"   : number, // PK   "id"   : number, // PK
   "name" : string, // Name of Scene   "name" : string, // Name of Scene
-  "key1" : json,   // Property 1 +  "key1" : { "type" : string, "value" : json }, // Property 1 
-  "key2" : json,   // Property 2+  "key2" : { "type" : string, "value" : json }, // Property 2
   ...   ...
 } }
Line 91: Line 91:
   "name" : string, // Name of the object   "name" : string, // Name of the object
   "type" : string, // Type of the object   "type" : string, // Type of the object
-  "key1" : json,   // Property 1 +  "key1" : { "type" : string, "value" : json }, // Property 1 
-  "key2" : json,   // Property 2+  "key2" : { "type" : string, "value" : json }, // Property 2
   ...   ...
 } }
webssphh_restful_service.txt · Last modified: 2023/09/22 16:50 by microwerx

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki