
rest.gui.patternExamples.RoomPattern.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest Show documentation
Show all versions of rest Show documentation
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