
schemas.common.apiUserSession.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "apiUserSession.json",
"type": "object",
"title": "The user session schema",
"description": "Details of a user session",
"properties": {
"userName": {
"type": "string",
"description": "Unique username"
},
"sessionId": {
"type": "string",
"description": "The users session id"
}
},
"additionalProperties": false,
"required": ["userName", "sessionId"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy