| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| validity | String | The xlink validity time of the specified address. |
require 'openapi_client'
instance = OpenapiClient::OutputXlinkValid.new(
schema: null,
validity: null
)