package com.amazonaws.wafv2.regexpatternset; import org.json.JSONObject; import org.json.JSONTokener; class Configuration extends BaseConfiguration { public Configuration() { super("aws-wafv2-regexpatternset.json"); } public JSONObject resourceSchemaJSONObject() { return new JSONObject(new JSONTokener(this.getClass().getClassLoader().getResourceAsStream(schemaFilename))); } }