All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest.gui.patternExamples.RoomPattern.json Maven / Gradle / Ivy

Go to download

Reference implementation of the OGEMA 2.0 REST interface by Fraunhofer Society.

The newest version!
{ 
    "@type": "Pattern",
    "modelClass": "org.ogema.model.locations.Room",
    "resourceFields" : [{
             "field": {
                 "name": "name",
                 "relativePath": "name",
                 "type": "org.ogema.core.model.simple.StringResource",
                 "optional": false,
                 "accessMode": "READ_ONLY"
            }   
        },
       {
             "field": {
                 "name": "roomType",
                 "relativePath": "type",
                 "type": "org.ogema.core.model.simple.IntegerResource",
                 "optional": true,
                 "accessMode": "READ_ONLY"
            }   
        }
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy