atsid/circuits-js

View on GitHub
test/data/schema/responses/CaseResponse.js

Summary

Maintainability
A
0 mins
Test Coverage
define([], function () {
    
        return {
            
            "id": "Schema/responses/CaseResponse",
            "$schema": "http://json-schema.org/draft-03/schema",
            "extends": {
                "$ref": "Schema/responses/BaseResponse"
            },
            "description": "Return payload for a single Case.",
            "properties": {
                "case": {
                    "$ref": "Schema/models/Case"
                }
            }
        };
    });