{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-schema/networking-create-internet-gateway-details-schema.json", "title": "CreateInternetGatewayDetails", "description": "CreateInternetGatewayDetails schema from oracle-cloud-networking-openapi.yaml", "type": "object", "required": [ "compartmentId", "vcnId", "isEnabled" ], "properties": { "compartmentId": { "type": "string", "example": "ocid1.resource.oc1.iad.abcdefg123456" }, "vcnId": { "type": "string", "example": "ocid1.resource.oc1.iad.abcdefg123456" }, "isEnabled": { "type": "boolean", "example": true, "default": true }, "displayName": { "type": "string", "example": "my-resource" } } }