Link to retrieve the schema.

SchemaLinkLink

interface SchemaLinkLink {
    resource: string;
    verb: "GET";
}

Properties

Properties

resource: string

URI resource for the link.

SchemaLinkLink

verb: "GET"

HTTP method for the link operation.

SchemaLinkLink