Hosted creation result.
application/json
{
"type": "object",
"properties": {
"ok": {
"const": true
},
"data": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"filingFeePending": {
"type": "boolean"
},
"feeChallenge": {
"type": "object",
"properties": {
"method": {
"type": "string"
},
"feeRecordId": {
"type": "string"
},
"amountUsd": {
"type": "number"
},
"deadlineAt": {
"type": "string"
},
"checkoutEndpoint": {
"type": "string"
}
}
},
"track": {
"type": "string"
},
"respondentPreDisputeConsentAccepted": {
"type": "boolean"
},
"noticeQueued": {
"type": "boolean"
},
"noticeAddressMasked": {
"type": "string"
},
"idempotencyReplayed": {
"type": "boolean"
},
"capabilitiesReturned": {
"type": "boolean"
},
"claimantToken": {
"type": "string"
},
"inviteToken": {
"type": "string"
},
"invitePath": {
"type": "string"
}
},
"required": [
"id",
"status"
]
}
},
"required": [
"ok",
"data"
]
}