All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.openapiparser.model.v31.Link Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2021 https://github.com/openapi-processor/openapi-parser
 * PDX-License-Identifier: Apache-2.0
 */

package io.openapiparser.model.v31;

import io.openapiparser.Context;
import io.openapiparser.Properties;
import io.openapiprocessor.jsonschema.schema.Bucket;

import java.util.Map;

/**
 * the Link object.
 *
 * 

See specification: * 4.8.20 Link Object */ public class Link extends Properties implements Extensions { public Link (Context context, Bucket bucket) { super (context, bucket); } @Override public Map getExtensions () { return super.getExtensions (); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy