Skip to content
Snippets Groups Projects
Verified Commit 44bfd8b2 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Support URL on retribution means

parent a31e78fc
No related branches found
No related tags found
No related merge requests found
Pipeline #3941 passed with stage
in 28 seconds
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
"id": "freetips", "id": "freetips",
"name": "Tip me on freetips", "name": "Tip me on freetips",
"weight": 2, "weight": 2,
"url": "https://freetips.com/@Alice",
"summary": "This is the best place to tip me" "summary": "This is the best place to tip me"
} }
] ]
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
}, },
"definitions": { "definitions": {
"mean": { "mean": {
"description": "A single retribution mean", "description": "A single retribution mean. The type and id must form a unique combination",
"type": "object", "type": "object",
"required": ["provider", "id", "weight"], "required": ["provider", "id", "weight"],
"minItems": 1, "minItems": 1,
...@@ -68,6 +68,9 @@ ...@@ -68,6 +68,9 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"url": {
"type": "string"
},
"summary": { "summary": {
"type": "string" "type": "string"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment