Abbreviation

Validate against: http://json-schema.org/schema#

Description

A human-readable abbreviation, containing on letters a-z, A-Z, and numbers 0-9 (no spaces allowed).

Type: string

Regular expression pattern: ^[(a-z)|(A-Z)|(0-9)]+$