@akamai/openapi-ts
    Preparing search index...

    Variable putDomainResponseSchemaConst

    putDomainResponseSchema: ZodObject<
        {
            axfr_ips: ZodArray<ZodString>;
            description: ZodUnion<readonly [ZodString, ZodNull]>;
            domain: ZodString;
            expire_sec: ZodDefault<ZodInt>;
            group: ZodUnion<readonly [ZodString, ZodNull]>;
            id: ZodReadonly<ZodInt>;
            master_ips: ZodArray<ZodString>;
            refresh_sec: ZodDefault<ZodInt>;
            retry_sec: ZodDefault<ZodInt>;
            soa_email: ZodEmail;
            status: ZodEnum<{ active: "active"; disabled: "disabled" }>;
            tags: ZodArray<ZodString>;
            ttl_sec: ZodDefault<ZodInt>;
            type: ZodEnum<{ master: "master"; slave: "slave" }>;
        },
        $strip,
    > = ...

    Domain

    A domain zonefile in our DNS system. You must own the domain name and tell your registrar to use Linode's nameservers in order for a domain in our system to be treated as authoritative.