Skip to content

Commit

Permalink
Fix aeweb schema, add hashFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Aug 1, 2023
1 parent 97a37a7 commit b1be671
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions priv/json-schemas/aeweb.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
"exclusiveMinimum": 0,
"description": "AEWeb's version"
},
"hashFunction": {
"type": "string",
"enum": [
"md5",
"sha1",
"sha256",
"sha512"
]
},
"publicationStatus": {
"type": "string",
"enum": [
Expand Down

0 comments on commit b1be671

Please sign in to comment.