{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ServiceRole",
"type": "object",
"properties": {
"created_on": {
"type": "string",
"description": "Date and time when the service role was created"
},
"name": {
"type": "string",
"description": "Service role name"
},
"comment": {
"type": "string",
"description": "Comment, if any, for the service role"
}
}
}