Skip to content

Commit

Permalink
feat(json-schema): add links on Person, implements #144
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Dec 11, 2024
1 parent f8e486a commit dc3b37f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions validator/json/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,21 @@
"id": {
"type": "integer",
"description": "deprecated integer person id, use guid with uuid5(NS_URL, 'acct:[email protected]') instead"
},
"url": {
"type": "string",
"format": "uri"
},
"links": {
"type": "array",
"items": {
"$ref": "#/definitions/Reference"
}
},
"public_name": {
"type": "string",
"deprecated": true,
"$comment": "use name instead"
}
},
"oneOf": [
Expand Down

0 comments on commit dc3b37f

Please sign in to comment.