Validation

Type: intangible
PROBLEM

Is 867-5309 a valid phone number?

SOLUTION
A rule-checking module that verifies input data meets required format, type, and constraint standards before it is accepted. If you so much as miss one period, your birthday is formatted wrong or you refresh the page, you fail the validation game and start over.
Inputs
Outputs
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "intangible_validation",
    "name": "Validation",
    "type": "intangible",
    "inputs": [],
    "outputs": [],
    "passthru": [],
    "children": [],
    "extends": null,
    "problem": "Is 867-5309 a valid phone number?",
    "description": "A rule-checking module that verifies input data meets required format, type, and constraint standards before it is accepted. If you so much as miss one period, your birthday is formatted wrong or you refresh the page, you fail the validation game and start over.",
    "template": "intangible"
}