{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "VnicAttachment", "type": "object", "properties": { "id": { "type": "string" }, "instanceId": { "type": "string" }, "compartmentId": { "type": "string" }, "availabilityDomain": { "type": "string" }, "displayName": { "type": "string" }, "vnicId": { "type": "string" }, "subnetId": { "type": "string" }, "nicIndex": { "type": "integer" }, "vlanTag": { "type": "integer" }, "vlanId": { "type": "string" }, "lifecycleState": { "type": "string" }, "timeCreated": { "type": "string" } } }