Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

JSON::Schema for data validation #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

JSON::Schema for data validation #156

wants to merge 1 commit into from

Commits on May 8, 2012

  1. Try at using JSON::Schema to validate config

    - ModelSEED::Configuration is essentially an
      unstructured JSON file. This can be dangerous
      since it will allow us to store arbitrary config
      data in it.
    
    - JSON::Schema will validate a JSON document against
      a defined schema. Using this, we can define an
      explicit schema for our configuration data and
      prevent the addition of arbitrary entries in the
      configuration files of users.
    devoid committed May 8, 2012
    Configuration menu
    Copy the full SHA
    ac58dd6 View commit details
    Browse the repository at this point in the history