0.1.0 • Published 7 years ago

schema-person v0.1.0

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

schema-person JavaScript Style Guide Build Status NPM version

Install example

A Person is a project contributor inspired by the standard AUTHORS file format of name, email, and url.

This schema package comes with tests, nodeJS packaging, eslint, and gulp.

Properties

TypeDescriptionRequired
namestringThe name of the person.Yes
emailstringThe public email address of the person.No
urlstringThe optional website of the person.No

Additional properties are allowed.

Person.name

The name of the person.

  • Type: string
  • Required: Yes

    Person.email

The public email address of the person.

  • Type: string
  • Required: No

    Person.url

The optional website of the person.

  • Type: string
  • Required: No