Created
November 22, 2013 04:47
-
-
Save toshiyukihina/7594989 to your computer and use it in GitHub Desktop.
typical model descriptor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"MyModel" : { | |
"array" : true, | |
"shared" : false, | |
"attributes" : { | |
"my16bitIntField" : {"type" : "int16"}, | |
"my32BitIntField" : {"type" : "int32"}, | |
"my64BitIntField" : { | |
"type" : "int64", | |
}, | |
"myBooleanField" : {"type" : "boolean"}, | |
"mySingleFloatField" : {"type" : "float"}, | |
"myDoubleFloatField" : {"type" : "double"}, | |
"myStringField" : {"type" : "string"}, | |
"myBinaryField" : {"type" : "binary"}, | |
"myResourceField" : {"type" : "resource"}, | |
}, | |
"commands" : { | |
"myCommandName" : {"paramType" : "string"} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment