de.sonallux.spotify.generator.openapi.validation.Schema Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api-generator-open-api Show documentation
Show all versions of spotify-web-api-generator-open-api Show documentation
A generator to generate an OpenApi definition for the Spotify Web API
package de.sonallux.spotify.generator.openapi.validation;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class Schema {
private String loadingURI;
private String pointer;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy