Skip to content

Instantly share code, notes, and snippets.

View stevejameskent's full-sized avatar

Stephen Kent stevejameskent

View GitHub Profile
@stevejameskent
stevejameskent / gate1.md
Last active August 29, 2015 14:17
Gate 1
layout title list
doc
Pilot Gate 1
true

February 5, 2015

HMDA Operations Pilot

@stevejameskent
stevejameskent / error-internal-spec.json
Last active August 29, 2015 14:11
Hmda rule engine internal error spec
"error": {
"identifier": "...", //S100, etc
"explanation": "...",
"description": "...",
"fields": {
"field": "value"
},
"lar_id": "...", //If applicable
"line_number": "...", //If applicable
"message": "..." //Optional flat text output for console logs
@stevejameskent
stevejameskent / error-return-spec.json
Last active August 29, 2015 14:11
Hmda rule engine error return schema
{
"syntactical": {
"identifier": { //S100, etc
"explanation": "...",
"description": "...",
"errors": [
{
"properties": {
"property": "value"
},