{ "id":"/axapi/v3/sessions", "type":"object", "node-type":"scalar", "title":"sessions", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "ext":{ "type":"object", "$ref":"/axapi/v3/sessions/ext", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "smp":{ "type":"object", "$ref":"/axapi/v3/sessions/smp", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "smp-table":{ "type":"object", "$ref":"/axapi/v3/sessions/smp-table", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }