10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"type": "object",
|
|
"properties" : {
|
|
"source_id": { "type": "integer" },
|
|
"source_name": { "type": "string" },
|
|
"source_type": { "type": "string" },
|
|
"access_level": { "type": "integer" }
|
|
},
|
|
"additionalProperties": false
|
|
}
|