Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sergey Kozlovskiy
Schema
Commits
5f643c9d
Unverified
Commit
5f643c9d
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
Add File properties "nonce" and "key"
parent
1e60c85b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
EdgeAndPropertyHierarchy/blake2b/blake2b.json
+0
-4
EdgeAndPropertyHierarchy/blake2b/blake2b.json
EdgeAndPropertyHierarchy/nonce/nonce.json
+4
-0
EdgeAndPropertyHierarchy/nonce/nonce.json
TypeHierarchy/Item/File/File.json
+4
-3
TypeHierarchy/Item/File/File.json
with
8 additions
and
7 deletions
+8
-7
EdgeAndPropertyHierarchy/blake2b/blake2b.json
deleted
100644 → 0
+
0
-
4
View file @
1e60c85b
{
"description"
:
"The blake2b hash of a resource."
,
"type"
:
"string"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
EdgeAndPropertyHierarchy/nonce/nonce.json
0 → 100644
+
4
-
0
View file @
5f643c9d
{
"description"
:
"A cryptographic nonce https://en.wikipedia.org/wiki/Cryptographic_nonce"
,
"type"
:
"string"
}
This diff is collapsed.
Click to expand it.
TypeHierarchy/Item/File/File.json
+
4
-
3
View file @
5f643c9d
{
"description"
:
"Any
type of
file that can be stored on disk."
,
"description"
:
"Any file that can be stored on disk."
,
"properties"
:
[
"blake2b"
,
"sha256"
,
"nonce"
,
"key"
,
"filename"
],
"relations"
:
{
...
...
@@ -17,4 +18,4 @@
},
"foregroundColor"
:
"#ffffff"
,
"backgroundColor"
:
"#93c47d"
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets