Module: DecisionReview::Schemas
- Defined in:
- lib/decision_review/schemas.rb
Constant Summary collapse
- NOD_CREATE_REQUEST =
JSON.parse nod_create_request_schema_json_string
- NOD_SHOW_RESPONSE_200 =
JSON.parse nod_create_request_schema_json_string
- NOD_CREATE_RESPONSE_200 =
NOD_SHOW_RESPONSE_200
- NOD_CONTESTABLE_ISSUES_RESPONSE_200 =
JSON.parse File.read( Rails.root.join('lib', 'decision_review', 'schemas', 'NOD_contestable_issues_response_200_body_schema.json') )