Skip to content

Commit

Permalink
Merge pull request #5 from verida/develop
Browse files Browse the repository at this point in the history
Update `main` with `develop`
  • Loading branch information
aurelticot authored Apr 5, 2023
2 parents 0afef75 + 4176b47 commit 5b60ac3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion inbox/type/dataRequest/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,29 @@
"description": "Limit the number of data records the user can return. Limit is optional.",
"type": "integer"
},
"fallbackAction": {
"title": "Fallback Action",
"description": "An action suggested to the user if they don't have the requested data",
"type": "object",
"properties": {
"label": {
"title": "Label",
"description": "Label of the action",
"type": "string"
},
"url": {
"title": "URL",
"description": "The user will be redirected to this URL if they decide to use this suggested fallback action",
"type": "string"
}
},
"required": ["label", "url"]
},
"status": {
"title": "Status",
"type": "string",
"enum": ["accept", "reject"]
}
},
"required": ["requestSchema"]
}
}

0 comments on commit 5b60ac3

Please sign in to comment.