pluginprojects.sta1.model.Role.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of FROST-Server.Plugin.Projects Show documentation
Show all versions of FROST-Server.Plugin.Projects Show documentation
A Projects Plugin for the SensorThings API
{
"conformance": [],
"simplePropertyTypes": [],
"entityTypes": [
{
"name": "Role",
"plural": "Roles",
"adminOnly": false,
"table": "ROLES",
"orderByDflt": [],
"entityProperties": [
{
"name": "rolename",
"type": "Id",
"handlers": [
{
"@class": "de.fraunhofer.iosb.ilt.frostserver.persistence.pgjooq.utils.fieldmapper.FieldMapperId",
"field": "ROLE_NAME"
}
],
"annotations": []
},
{
"name": "description",
"type": "Edm.String",
"handlers": [
{
"@class": "de.fraunhofer.iosb.ilt.frostserver.persistence.pgjooq.utils.fieldmapper.FieldMapperString",
"field": "DESCRIPTION"
}
],
"annotations": []
},
{
"name": "properties",
"type": "Object",
"handlers": [
{
"@class": "de.fraunhofer.iosb.ilt.frostserver.persistence.pgjooq.utils.fieldmapper.FieldMapperJson",
"field": "PROPERTIES",
"isMap": true
}
],
"annotations": []
}
],
"navigationProperties": [],
"annotations": []
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy