Using wp-openapi I turned my basic version of wordpress website to a webapi and used it's description to generate swagger code for java, and that code is generated with a syntax error like this below.
public static final String JSON_PROPERTY_CONTENT = "content";
private WpTemplateContent content = ;
public static final String JSON_PROPERTY_TITLE = "title";
private WpTemplateTitle title = ;
can you please help?