Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page is for json schema properties of type "string" who may (or may not) need a regular expression to help define allowed instances.

Page will be organized into json schemas, and will list all "string" type properties, logical rules for defining those properties, if they need a pattern, and a suggested regular expression for the properties that do need a pattern.

Entity.json

name

Logical Rules

  • Is a word or an email address
  • no whitespace
  • only one word

Needs Pattern = yes

Suggested Regular Expression =

description

Logical Rules

  • is a string

Needs Pattern = no

id