JSON Responses for the Registration Data Access Protocol (RDAP)
draft-ietf-weirds-json-response-02
Network Working Group A. Newton
Internet-Draft ARIN
Intended status: Standards Track S. Hollenbeck
Expires: July 7, 2013 Verisign Labs
January 3, 2013
JSON Responses for the Registration Data Access Protocol (RDAP)
draft-ietf-weirds-json-response-02
Abstract
This document describes JSON data structures representing
registration information maintained by Regional Internet Registries
(RIRs) and Domain Name Registries (DNRs). These data structures are
used to form Registration Data Access Protocol (RDAP) query
responses.
Status of this Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on July 7, 2013.
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
Newton & Hollenbeck Expires July 7, 2013 [Page 1]
Internet-Draft RDAP JSON RESPONSES January 2013
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 4
2. Terminology and Definitions . . . . . . . . . . . . . . . . . 5
3. Common Data Types . . . . . . . . . . . . . . . . . . . . . . 6
4. Use of JSON . . . . . . . . . . . . . . . . . . . . . . . . . 8
4.1. Signaling . . . . . . . . . . . . . . . . . . . . . . . . 8
4.2. Naming . . . . . . . . . . . . . . . . . . . . . . . . . . 8
5. Common Data Structures . . . . . . . . . . . . . . . . . . . . 10
5.1. RDAP Conformance . . . . . . . . . . . . . . . . . . . . . 10
5.2. Notices . . . . . . . . . . . . . . . . . . . . . . . . . 10
5.3. Language Identifier . . . . . . . . . . . . . . . . . . . 11
5.4. An Example . . . . . . . . . . . . . . . . . . . . . . . . 12
6. Object Class Links . . . . . . . . . . . . . . . . . . . . . . 13
7. The Entity Object Class . . . . . . . . . . . . . . . . . . . 14
7.1. The RIR Entity Object Class . . . . . . . . . . . . . . . 15
7.2. The DNR Entity Object Class . . . . . . . . . . . . . . . 16
8. The Nameserver Object Class . . . . . . . . . . . . . . . . . 19
9. The Domain Object Class . . . . . . . . . . . . . . . . . . . 21
9.1. The RIR Domain Object Class . . . . . . . . . . . . . . . 21
9.2. The DNR Domain Object Class . . . . . . . . . . . . . . . 24
10. The IP Network Object Class . . . . . . . . . . . . . . . . . 29
11. Autonomous System Number Entity Object Class . . . . . . . . . 32
12. Error Response Body . . . . . . . . . . . . . . . . . . . . . 35
13. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 36
14. Internationalization Considerations . . . . . . . . . . . . . 37
14.1. Character Encoding . . . . . . . . . . . . . . . . . . . . 37
14.2. URIs and IRIs . . . . . . . . . . . . . . . . . . . . . . 37
14.3. Language Tags . . . . . . . . . . . . . . . . . . . . . . 37
14.4. Internationalized Domain Names . . . . . . . . . . . . . . 37
15. Contributing Authors and Acknowledgements . . . . . . . . . . 38
16. References . . . . . . . . . . . . . . . . . . . . . . . . . . 39
16.1. Normative References . . . . . . . . . . . . . . . . . . . 39
16.2. Informative References . . . . . . . . . . . . . . . . . . 40
Appendix A. Suggested Values . . . . . . . . . . . . . . . . . . 41
A.1. Status . . . . . . . . . . . . . . . . . . . . . . . . . . 41
A.2. Roles . . . . . . . . . . . . . . . . . . . . . . . . . . 41
A.3. Variant Relations . . . . . . . . . . . . . . . . . . . . 42
Appendix B. Suggested Data Modeling with the Entity Object
Show full document text