public void validateJsonSchema(ObjectNode jsonSchema, ObjectNode json) throws InvalidRequestException { if (json == null) { return; }.
確定! 回上一頁