@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
34 lines • 569 B
JSON
{
"maxResults": 1000,
"startAt": 0,
"total": 2,
"isLast": true,
"values": [
{
"id": "10000",
"fieldContextId": "10010"
},
{
"id": "10001",
"fieldContextId": "10011",
"configuration": {
"minValue": 0,
"maxValue": 10000
},
"schema": {
"properties": {
"amount": {
"type": "number"
},
"currency": {
"type": "string"
}
},
"required": [
"amount",
"currency"
]
}
}
]
}