{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ImpliedApy", "type": "object", "properties": { "before": { "type": "number" }, "after": { "type": "number" } }, "required": [ "before", "after" ] }