Input URI
{base url} + db/CRGR |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"CRGR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"GROUPS": {
"description": "SetofCurrentReactionGroup",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
"CRGR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"GROUPS": {
"description": "SetofCurrentReactionGroup",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
Examples
Concurrent Reaction Group
{
"Assign": {
"1": {
"GROUPS": [
"Main3",
"Main4",
"Main5"
]
}
}
}
"Assign": {
"1": {
"GROUPS": [
"Main3",
"Main4",
"Main5"
]
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Structure Group Names |
"GROUPS" |
Array |
- |
Required |