Skip to content

Instantly share code, notes, and snippets.

@aleph-v
Created October 5, 2018 19:23
Show Gist options
  • Save aleph-v/534e09dba8a7f6b497cc1f5de17d8561 to your computer and use it in GitHub Desktop.
Save aleph-v/534e09dba8a7f6b497cc1f5de17d8561 to your computer and use it in GitHub Desktop.
auth:
type: "object"
required:
- "hash"
- "v"
- "r"
- "s"
properties:
hash:
type: "string"
minLength: 64
maxLength: 64
v:
type: "string"
minLength: 4
maxLength: 4
r:
type: "string"
minLength: 64
maxLength: 64
s:
type: "string"
minLength: 64
maxLength: 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment