0.0.6 • Published 7 years ago

sno-person v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

SnoPerson

Install Documentation

A SnoPerson is someone who has helped the project progress. In simple terms this means people who make git commits.

This SnoPerson snobject will represent a single person, as they're recorded for the group. The standard AUTHORS file has name, email, and url, so SnoPerson supports all three.

Properties

TypeDescriptionRequired
versionSnobject.versionNo
licenseSnobject.licenseNo
getSchemaSnobject.getSchema:white_check_mark: Yes
addSchemaSnobject.addSchema:white_check_mark: Yes
validateSnobject.validate:white_check_mark: Yes
getDisplaySnobject.SnoPerson.getDisplay:white_check_mark: Yes
addSnobject.SnoPerson.add:white_check_mark: Yes
listSnobject.SnoPerson.list:white_check_mark: Yes
getSnobject.SnoPerson.get:white_check_mark: Yes
setSnobject.SnoPerson.set:white_check_mark: Yes
delSnobject.SnoPerson.del:white_check_mark: Yes

Additional properties are allowed.

SnoPerson.version

  • Type: Snobject.version
  • Required: No

SnoPerson.license

  • Type: Snobject.license
  • Required: No

SnoPerson.getSchema :white_check_mark:

  • Type: Snobject.getSchema
  • Required: Yes

SnoPerson.addSchema :white_check_mark:

  • Type: Snobject.addSchema
  • Required: Yes

SnoPerson.validate :white_check_mark:

  • Type: Snobject.validate
  • Required: Yes

SnoPerson.getDisplay :white_check_mark:

  • Type: Snobject.SnoPerson.getDisplay
  • Required: Yes

SnoPerson.add :white_check_mark:

  • Type: Snobject.SnoPerson.add
  • Required: Yes

SnoPerson.list :white_check_mark:

  • Type: Snobject.SnoPerson.list
  • Required: Yes

SnoPerson.get :white_check_mark:

  • Type: Snobject.SnoPerson.get
  • Required: Yes

SnoPerson.set :white_check_mark:

  • Type: Snobject.SnoPerson.set
  • Required: Yes

SnoPerson.del :white_check_mark:

  • Type: Snobject.SnoPerson.del
  • Required: Yes