< draft-ietf-regext-rdap-jscontact-09.txt   draft-ietf-regext-rdap-jscontact-10.txt >
Registration Protocols Extensions M. Loffredo Registration Protocols Extensions M. Loffredo
Internet-Draft IIT-CNR/Registro.it Internet-Draft IIT-CNR/Registro.it
Intended status: Standards Track G. Brown Intended status: Standards Track G. Brown
Expires: 8 September 2022 CentralNic Group plc Expires: 13 October 2022 CentralNic Group plc
7 March 2022 11 April 2022
Using JSContact in Registration Data Access Protocol (RDAP) JSON Using JSContact in Registration Data Access Protocol (RDAP) JSON
Responses Responses
draft-ietf-regext-rdap-jscontact-09 draft-ietf-regext-rdap-jscontact-10
Abstract Abstract
This document describes an RDAP extension which represents entity This document describes an RDAP extension which represents entity
contact information in JSON responses using JSContact. contact information in JSON responses using JSContact.
Status of This Memo Status of This Memo
This Internet-Draft is submitted in full conformance with the This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79. provisions of BCP 78 and BCP 79.
skipping to change at page 1, line 33 skipping to change at page 1, line 33
Internet-Drafts are working documents of the Internet Engineering Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet- working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/. Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress." material or to cite them other than as "work in progress."
This Internet-Draft will expire on 8 September 2022. This Internet-Draft will expire on 13 October 2022.
Copyright Notice Copyright Notice
Copyright (c) 2022 IETF Trust and the persons identified as the Copyright (c) 2022 IETF Trust and the persons identified as the
document authors. All rights reserved. document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents (https://trustee.ietf.org/ Provisions Relating to IETF Documents (https://trustee.ietf.org/
license-info) in effect on the date of publication of this document. license-info) in effect on the date of publication of this document.
Please review these documents carefully, as they describe your rights Please review these documents carefully, as they describe your rights
skipping to change at page 6, line 44 skipping to change at page 6, line 44
"rdap_level_0", "rdap_level_0",
"jscard_0" "jscard_0"
], ],
"objectClassName" : "entity", "objectClassName" : "entity",
"handle":"XXXX", "handle":"XXXX",
"jscard":{ "jscard":{
"@type": "Card", "@type": "Card",
"uid": "XXXX", "uid": "XXXX",
"fullName": "Joe User" , "fullName": "Joe User" ,
"name": { "name": {
"@type": "Name",
"components": [ "components": [
{ {
"@type": "NameComponent", "@type": "NameComponent",
"type": "surname", "type": "surname",
"value": "User" "value": "User"
}, },
{ {
"@type": "NameComponent", "@type": "NameComponent",
"type": "personal", "type": "personal",
"value": "Joe" "value": "Joe"
skipping to change at page 9, line 4 skipping to change at page 9, line 5
}, },
"pref": 1, "pref": 1,
"phone": "tel:+1-555-555-1234;ext=102" "phone": "tel:+1-555-555-1234;ext=102"
} }
}, },
"emails": { "emails": {
"email": { "email": {
"@type": "EmailAddress", "@type": "EmailAddress",
"contexts": { "contexts": {
"work": true "work": true
}, },
"email": "joe.user@example.com" "email": "joe.user@example.com"
} }
}, },
"online": { "online": {
"key": { "key": {
"@type" : "Resource", "@type" : "Resource",
"contexts": { "contexts": {
"work": true "work": true
}, },
"type": "uri", "type": "publicKey",
"label": "key",
"resource": "http://www.example.com/joe.user/joe.asc" "resource": "http://www.example.com/joe.user/joe.asc"
}, },
"url": { "url": {
"@type" : "Resource", "@type" : "Resource",
"contexts": { "contexts": {
"private": true "private": true
}, },
"type": "uri", "type": "uri",
"label": "url",
"resource": "http://example.org" "resource": "http://example.org"
} }
} }
}, },
"roles":[ "registrar" ], "roles":[ "registrar" ],
"publicIds":[ "publicIds":[
{ {
"type":"IANA Registrar ID", "type":"IANA Registrar ID",
"identifier":"1" "identifier":"1"
} }
 End of changes. 7 change blocks. 
8 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/