<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd"
[
  <!ENTITY RFC2119 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'>
  <!ENTITY RFC3339 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3339.xml'>
  <!ENTITY RFC5733 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5733.xml'>
  <!ENTITY RFC6350 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.6350.xml'>
  <!ENTITY RFC7095 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.7095.xml'>
  <!ENTITY RFC9082 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.9082.xml'>
  <!ENTITY RFC9083 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.9083.xml'>
  <!ENTITY RFC7942 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.7942.xml'>
  <!ENTITY RFC8174 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.8174.xml'>
  <!ENTITY RFC8288 PUBLIC ''
   'http://xml.resource.org/public/rfc/bibxml/reference.RFC.8288.xml'>
  <!ENTITY I-D.ietf-calext-jscontact PUBLIC ''
   'https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-ietf-calext-jscontact.xml'>
  <!ENTITY I-D.ietf-calext-jscontact-vcard PUBLIC ''
   'https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-ietf-calext-jscontact-vcard.xml'>
  <!ENTITY I-D.ietf-regext-rdap-redacted PUBLIC ''
   'https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-ietf-regext-rdap-redacted'>
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt"?>

<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="4"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc iprnotified="no"?>

<rfc category="std" docName="draft-ietf-regext-rdap-jscontact-10" ipr="trust200902">
  <front>
    <title abbrev="Using JSContact in RDAP">Using JSContact in Registration Data Access Protocol
    (RDAP) JSON Responses</title>
       
    <author fullname="Mario Loffredo" initials="M." surname="Loffredo">
      <organization>IIT-CNR/Registro.it</organization>
      <address>
        <postal>
          <street>Via Moruzzi,1</street>
          <city>Pisa</city>
          <country>IT</country>
          <code>56124</code>
        </postal>
        <email>mario.loffredo@iit.cnr.it</email>
        <uri>http://www.iit.cnr.it</uri>
      </address>
    </author>

    <author fullname="Gavin Brown" initials="G" surname="Brown">
      <organization>CentralNic Group plc</organization>
      <address>
        <postal>
        <street>Saddlers House, 44 Gutter Lane</street>
        <city>London</city>
        <region>England</region>
        <code>EC2V 6BR</code>
        <country>GB</country>
        </postal>
        <phone>+44 20 33 88 0600</phone>
        <email>gavin.brown@centralnic.com</email>
        <uri>https://www.centralnic.com</uri>
      </address>
    </author>

    <date/>
    <area>Applications and Real-Time</area>
    <workgroup>Registration Protocols Extensions</workgroup>
    <keyword>RDAP</keyword>
    <keyword>jCard</keyword>
    <keyword>JSContact</keyword>
    
    <abstract>
      <t>This document describes an RDAP extension which represents entity contact information in
      JSON responses using JSContact.</t>
    </abstract>
  </front>

  <middle>
    <section title="Introduction">
      <t>This document specifies an extension to the Registration Data Access Protocol (RDAP)
      that allows RDAP servers to use JSContact <xref target="I-D.ietf-calext-jscontact"/>
      to represent the contact information associated with entities in RDAP responses, instead
      of jCard <xref target="RFC7095"/>.  It also describes the process by which an RDAP server
      can transition from jCard to JSContact.  RDAP query and response extensions are defined to
      facilitate the transition process.</t>

      <section anchor="Rationale" title="Rationale">
        <t>According to the feedback from RDAP Pilot Working Group <xref target="RDAP-PILOT-WG"/>,
        a group of RDAP server implementers representing registries and registrars of generic
        TLDs, the most commonly raised implementation concern, for both servers and client
        implementers, related to the use of jCard <xref target="RFC7095"/> to represent the
        contact information associated with entities.  Working Group members reported jCard to be
        unintuitive, complicated to implement for both clients and servers, and incompatible
        with best practices for RESTful APIs.</t>

        <t>JSContact <xref target="I-D.ietf-calext-jscontact"/> provides a simpler and more
        efficient representation for contact information with regard to time and effort saved in processing it.  In addition, similarly to jCard, it provides a means to
        represent internationalised and unstructured contact information.  Support for internationalised contact information has been
        recognised being necessary to facilitate the future internationalisation of registration
        data directory services.</t>
      </section>

      <section title="Conventions Used in This Document">
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
    </section>
      
    <section anchor="JSContact" title="JSContact">
      <t>The JSContact specification defines a data model and JSON representation of contact
        information that can be used for data storage and exchange in address book or directory
        applications.  It aims to be an alternative to the vCard data format <xref target="RFC6350"/>
        and to be unambiguous, extendable and simple to process.  In contrast with jCard, it is
        not a direct mapping from the vCard data model and expands semantics where appropriate.</t>

      <t>The JSContact specification declares two main object types: &quot;Card&quot;, which
        represents a single contact card, and &quot;CardGroup&quot; which represents a
        collection of Card objects.  For the purpose of this document, only Card objects are
        considered.  To avoid confusion, in the following of this document, the term &quot;JSCard&quot; is used to refer to &quot;JSContact Card&quot;.</t>

      <t>JSCard differs from jCard in that it:</t>

      <t><list style="symbols">
        <t>follows an object-oriented rather than array-oriented approach;</t>
        <t>is simple to process;</t>
        <t>requires no extra work in serialization/deserialization from/to a data model;</t>
        <t>includes no &quot;jagged&quot; arrays;</t>
        <t>prefers maps rather than arrays to implement collections.</t>
      </list></t>

      <t><xref target="I-D.ietf-calext-jscontact-vcard"/> provides informational guidance on the conversion of jCard into JSCard, and vice versa.</t>

    </section>

    <section anchor="using-jscontact" title="Using JSCard objects in RDAP Responses">
      <t>Entity objects in RDAP responses MAY include a &quot;jscard&quot; property whose value is a JSCard object instead of the &quot;vCardArray&quot; property defined in <xref target="RFC9083"/>.</t>
      <t>Servers returning the &quot;jscard&quot; property in their response MUST include &quot;jscard_0&quot; in the &quot;rdapConformance&quot; array.</t>
      <t>The JSCard &quot;uid&quot; property SHOULD contain the same value as the RDAP &quot;handle&quot; property.</t>
      <t>Since most of the JSCard collections are represented as maps, map keys must be defined.  To aid interoperability, RDAP providers are RECOMMENDED to use as map keys the following string values and labels defined in <xref target="RFC5733"/>:
        <list style="symbols">
          <t>&quot;org&quot; in the &quot;organizations&quot; map when there is a single &lt;contact:org&gt; element. If both internationalised and localized forms exist, the key MUST be used for the internationalised form;</t>
          <t>&quot;addr&quot; in the &quot;addresses&quot; map when there is a single &lt;contact:addr&gt; element. If both internationalised and localized forms exist, the key MUST be used for the internationalised form;</t>
          <t>&quot;email&quot; in the &quot;emails&quot; map for the &lt;contact:email&gt; element;</t>
          <t>&quot;voice&quot; in the &quot;phones&quot; map for the &lt;contact:voice&gt; element;</t>
          <t>&quot;fax&quot; in the &quot;phones&quot; map for the &lt;contact:fax&gt; element.</t>
        </list>
      </t>
      <t>If present, the localized versions of name, organization and postal address MUST be inserted into the &quot;localizations&quot; map.  The following is an elided example of an RDAP entity lookup response including a JSCard object that presents the &quot;localizations&quot; map (See PDF for non-ASCII character string).</t>

<figure anchor="localizations-example" title="Example of handling localizations in JSContact"><artwork xml:space="preserve">
...
"jscard": {
  "@type" : "Card",
  "uid" : "7e0636f5-e48f-4a32-ab96-b57e9c07c7aa",
  "fullName" : "Vasya Pupkin",
  "organizations" : {
    "org" : {
      "@type" : "Organization",
      "name" : "My Company"
    }
  },
  "addresses" : {
    "addr" : {
      "@type" : "Address",
      "street" : [ {
        "@type" : "StreetComponent",
        "type" : "name",
        "value" : "1 Street"
      }, {
        "@type" : "StreetComponent",
        "type" : "postOfficeBox",
        "value" : "01001"
      } ],
      "locality" : "Kyiv",
      "countryCode" : "UA"
    }
  },
  "localizations" : {
    "ua" : {
      "/jscard/addresses/addr" : {
        "@type" : "Address",
        "street" : [ {
          "@type" : "StreetComponent",
          "type" : "name",
          "value" : "1, Улица"
        }, {
          "@type" : "StreetComponent",
          "type" : "postOfficeBox",
          "value" : "01001"
        } ],
        "locality" : "Киев",
        "countryCode" : "UA"
      },
      "/jscard/fullName" : "Вася Пупкин",
      "/jscard/organizations/org" : {
        "@type" : "Organization",
        "name" : "Моя Компания"
      }
    }
  }
}
...
</artwork></figure>


      <t>Implementers MAY use different mapping schemes to define keys for additional entries of the aforementioned maps or others.  For example, a mapping scheme may consist in using a trivial sequential number (e.g. &quot;url-1&quot;, &quot;url-2&quot;, etc.)</t>
      <t>The following is an example of an RDAP entity including a JSCard object that has been converted from the example in section 5.1 of <xref target="RFC9083"/>.</t>

<figure anchor="jscard-example" title="Example of using JSContact in RDAP response"><artwork xml:space="preserve">
   {
      "rdapConformance": [
         "rdap_level_0",
         "jscard_0"
      ],
      "objectClassName" : "entity",
      "handle":"XXXX",
      "jscard":{
        "@type": "Card",
        "uid": "XXXX",
        "fullName": "Joe User" ,
        "name": {
          "@type": "Name",
          "components": [
            {
              "@type": "NameComponent",
              "type": "surname",
              "value": "User"
            },
            {
              "@type": "NameComponent",
              "type": "personal",
              "value": "Joe"
            },
            {
              "@type": "NameComponent",
              "type": "suffix",
              "value": "ing. jr"
            },
            {
              "@type": "NameComponent",
              "type": "suffix",
              "value": "M.Sc."
            }
          ]
        },
        "kind": "individual",
        "preferredContactLanguages": {
          "fr": {
            "@type": "ContactLanguage",
            "pref": 1
          },
          "en": {
            "@type": "ContactLanguage",
            "pref": 2
          }
        },
        "organizations": {
          "org": {
            "@type": "Organization",
            "name": "Example"
          }
        },
        "titles": {
          "title": {
            "@type": "Title",
            "title": "Research Scientist"
          },
          "role": {
            "@type": "Title",
            "title": "Project Lead"
          }
        },
        "addresses": {
          "addr": {
            "@type": "Address",
            "contexts": {
              "work": true
            },
            "street": [
              {
                "@type": "StreetComponent",
                "type": "name",
                "value": "4321 Rue Somewhere"
              },
              {
                "@type": "StreetComponent",
                "type": "extension",
                "value": "Suite 1234"
              }
            ],
            "locality": "Quebec",
            "region": "QC",
            "postcode": "G1V 2M2",
            "country": "Canada",
            "coordinates": "geo:46.772673,-71.282945",
            "timeZone": "Etc/GMT+5"
          },
          "home": {
            "@type": "Address",
            "contexts": {
              "private": true
            },
            "fullAddress": "123 Maple Ave\nSuite 90001\nVancouver\nBC\n1239\n"
          }
        },
        "phones": {
          "voice" : {
            "@type": "Phone",
            "contexts": {
              "work": true
            },
            "features": {
               "voice": true,
               "cell": true,
               "video": true,
               "text": true
            },
            "pref": 1,
            "phone": "tel:+1-555-555-1234;ext=102"
          }
        },
        "emails": {
          "email": {
            "@type": "EmailAddress",
            "contexts": {
              "work": true
            },
            "email": "joe.user@example.com"
          }
        },
        "online": {
          "key": {
            "@type" : "Resource",
            "contexts": {
              "work": true
            },
            "type": "publicKey",
            "resource": "http://www.example.com/joe.user/joe.asc"
          },
          "url": {
            "@type" : "Resource",
            "contexts": {
              "private": true
            },
            "type": "uri",
            "resource": "http://example.org"
          }
        }
      },
      "roles":[ "registrar" ],
      "publicIds":[
        {
          "type":"IANA Registrar ID",
          "identifier":"1"
        }
      ],
      "remarks":[
        {
          "description":[
            "She sells sea shells down by the sea shore.",
            "Originally written by Terry Sullivan."
          ]
        }
      ],
      "links":[
        {
          "value":"http://example.com/entity/XXXX",
          "rel":"self",
          "href":"http://example.com/entity/XXXX",
          "type" : "application/rdap+json"
        }
      ],
      "events":[
        {
          "eventAction":"registration",
          "eventDate":"1990-12-31T23:59:59Z"
        }
      ],
      "asEventActor":[
        {
          "eventAction":"last changed",
          "eventDate":"1991-12-31T23:59:59Z"
        }
      ]
   }
</artwork></figure>

    <section anchor="rdap-query-parameters-specification" title="RDAP Query Parameters">

      <t>Two new query parameters are defined for the purpose of this document.</t>

      <t>The query parameters are OPTIONAL extensions of path segments defined in <xref
        target="RFC9082"/>.  They are as follows:</t>

      <t><list style="symbols">
        <t>&quot;jscard&quot;: a boolean value that allows a client to request the
          &quot;jscard&quot; property in the RDAP response;</t>
        <t>&quot;jcard&quot;: a boolean value that allows a client to request the
          &quot;vcardArray&quot; property in the RDAP response.</t>
      </list></t>

      <t>These parameters are furtherly explained in <xref target="transition"/>.</t>
    </section>

    </section>

    <section anchor="transition" title="Transition Considerations">

      <section anchor="rdap-features-supporting-transition" title="RDAP Features Supporting a Transition Process">
        <section title="Notices and Link Relationships">
          <t>RDAP allows servers to communicate service information to clients through notices.
          According to Section 4.3 of <xref target="RFC9083"/>, an RDAP response may contain one or more notice objects. Each notice may include a set of link objects, which can be used to provide clients
          with references and documentation.  These link objects may have a "rel" property which defines
          the relationship type, as described in <xref target="RFC8288"/>, Section 4.  The transition
          process outlined in this document uses two link relation types, namely &quot;related&quot; and &quot;alternate&quot;, described in <xref target="RFC8288"/>.</t>
        </section>

        <section title="rdapConformance Property">
          <t>The information about the specifications used in the construction of the response is
            also described by the strings which appear in the "rdapConformance" property of the RDAP
            response.</t>
        </section>

        <section title="Query Parameters">
          <t>Clients can ask servers to use the query parameters defined in <xref target="rdap-query-parameters-specification"/> in accordance with <xref target="RFC9082" />.</t>
        </section>
      </section>

      <section anchor="jcard-transition-procedure" title="Transition Procedure">

        <t>The principles of the procedure for jCard to JSCard transition are based on the best practices in <xref
                target="API-DEPRECATION"/>.</t>

        <t>The procedure consists of four contiguous stages.
          During the procedure, the presence of &quot;jscard_0&quot; tag in the rdapConformance array
          indicates that JSCard is returned instead of jCard.  The date and time format used to notify
          clients about the stages of this procedure is defined in <xref target="RFC3339" />.</t>

        <section anchor="jcard-deprecation-procedure-goals" title="Goals">
          <t>The procedure described in this document aims to achieve the following goals:</t>
          <t><list style="symbols">
            <t>only one contact representation would be included in the response;</t>
            <t>the response would always be compliant to <xref target="RFC9083"/> because:
              <list style="symbols">
                <t>being the &quot;jscard&quot; property a response extension, its presence would be signaled by the &quot;jscard_0&quot; conformance tag;</t>
                <t>being &quot;vcardArray&quot; property optional in a response, its absence would be allowed;</t>
              </list>
            </t>
            <t>clients would be informed about the transition timeline;</t>
            <t>the backward compatibility would be guaranteed throughout the transition;</t>
            <t>servers and clients could execute their transitions independently.</t>
          </list></t>
        </section>

        <section anchor="jcard-deprecation-procedure-stages" title="Transition Stages">

            <section anchor="stage1" title="Stage 1: only jCard provided">
              <t>This stage corresponds to providing jCard as the default contact card <xref
                target="RFC9083" />.  The RDAP server is not able to provide an alternate contact
                card.  The rdapConformance array MUST NOT contain the &quot;jscard_0&quot; tag.</t>
            </section>

            <section anchor="stage2" title="Stage 2: jCard sunset">
              <t>During this stage, the server uses jCard by default, but the RDAP server will
                return JSCard if the client sets the query parameter &quot;jscard&quot; to 1/true/yes.
                The rdapConformance array MUST contain the &quot;jscard_0&quot; tag if JSCard is
                returned.</t>

              <t>From this stage on, the RDAP server MUST include the &quot;jscard_0&quot; tag in the rdapConformance array of the help response to signal clients that JSCard can be returned instead of jCard.</t>

              <t>The RDAP server SHOULD include a notice titled &quot;jCard sunset end&quot;.  Such
                a notice includes a description reporting the jCard sunset end date and time and two
                OPTIONAL links:</t>

              <t><list style="symbols">
                <t>&quot;related&quot;: a link to a URI-identified resource documenting the transition procedure;</t>
                <t>&quot;alternate&quot;: if JSCard is not requested, a link to an alternate result view identified
                   by the current query string plus the parameter &quot;jscard&quot;
                  set to 1/true/yes (<xref target="stage2-example1" />); otherwise, only the
                  &quot;related&quot; link can be provided (<xref target="stage2-example2" />).</t>
              </list></t>

             <figure anchor="stage2-example1" title="jCard sunset - JSCard not requested"><artwork xml:space="preserve">
"notices": [
  {
    "title": "jCard sunset end",
    "description": ["2022-07-01T00:00:00Z"],
    "links": [{
        "value": "http://example.net/entity/XXXX",
        "rel": "related",
        "type": "text/html",
        "href": "http://www.example.com/jcard_deprecation.html"
      },
      {
        "value": "http://example.net/entity/XXXX",
        "rel": "alternate",
        "type": "application/rdap+json",
        "href": " http://example.net/entity/XXXX?jscard=1"
      }
    ]
  }
]
</artwork></figure>
             <figure anchor="stage2-example2" title="jCard sunset - JSCard requested"><artwork xml:space="preserve">
"notices": [
  {
    "title": "jCard sunset end",
    "description": ["2022-07-01T00:00:00Z"],
    "links": [
      {
        "value": "http://example.net/entity/XXXX?jscard=1",
        "rel": "related",
        "type": "text/html",
        "href": "http://www.example.com/jcard_deprecation.html"
      }
    ]
  }
]
</artwork></figure>
          </section>

          <section anchor="stage3" title="Stage 3: jCard deprecation">
            <t>This stage corresponds to the provisioning of JSCard by default, but
              the RDAP will return jCard if the client sets the query parameter &quot;jcard&quot; to 1/true/yes.  The rdapConformance array contains the &quot;jscard_0&quot; tag unless
              jCard is returned.  The &quot;jscard&quot; query parameter MUST be ignored.</t>

            <t>The RDAP server SHOULD return a notice titled &quot;jCard deprecation end&quot;.
              Such a notice includes a description reporting the jCard deprecation end
              date and time and two OPTIONAL links:</t>

            <t><list style="symbols">
              <t>&quot;related&quot;: a link to a URI-identified resource documenting the transition procedure;</t>
              <t>&quot;alternate&quot;: if jCard is not requested, a link to an alternate result view identified by the current query string plus the parameter &quot;jcard&quot;
                set to 1/true/yes (<xref target="stage3-example1" />); otherwise, a link to
                the result view identified by the current query string
                without the parameter &quot;jcard&quot; (<xref target="stage3-example2" />).</t>
            </list></t>

            <figure anchor="stage3-example1" title="jCard deprecation - jCard not requested"><artwork xml:space="preserve">
"notices": [
  {
    "title": "jCard deprecation end",
    "description": ["2022-12-31T23:59:59Z"],
    "links": [
      {
        "value": "http://example.net/entity/XXXX",
        "rel": "related",
        "type": "text/html",
        "href": "http://www.example.com/jcard_deprecation.html"
      },
      {
        "value": "http://example.net/entity/XXXX",
        "rel": "alternate",
        "type": "application/rdap+json",
        "href": " http://example.net/entity/XXXX?jcard=1"
      }
    ]
  }
]
</artwork></figure>
          <figure anchor="stage3-example2" title="jCard deprecation - jCard requested"><artwork xml:space="preserve">
"notices": [
  {
    "title": "jCard deprecation end",
    "description": ["2022-12-31T23:59:59Z"],
    "links": [
      {
        "value": "http://example.net/entity/XXXX?jcard=1",
        "rel": "related",
        "type": "text/html",
        "href": "http://www.example.com/jcard_deprecation.html"
      },
      {
        "value": "http://example.net/entity/XXXX?jcard=1",
        "rel": "alternate",
        "type": "application/rdap+json",
        "href": " http://example.net/entity/XXXX"
      }
    ]
  }
]
</artwork></figure>
        </section>

        <section anchor="stage4" title="Stage 4: jCard deprecated">
          <t>This stage corresponds to providing JSCard as default contact card.  The RDAP
            server is not able to provide an alternate contact card.  The rdapConformance
            array always contains &quot;jscard_0&quot; tag.  The RDAP server doesn't include any
            notice about the jCard deprecation process.  Both &quot;jscard&quot; and &quot;jcard&quot; query
            parameters MUST be ignored.</t>
        </section>

        <section anchor="jcard-deprecation-procedure-length" title="Length">
          <t>The length of both jCard sunset and jCard deprecation periods are not fixed by this
            specification.  Best practices in REST API deprecation suggest that, depending on the
            deprecated API's reach, user base and service offering, a convenient time could be
            anywhere between 3 - 8 months.  Anyway, RDAP providers are RECOMMENDED to monitor the
            server log to figure out whether declared times need to be changed to meet client
            requirements.</t>
        </section>

      </section>
    </section>
  </section>

    <section anchor="impl-status" title="Implementation Status">
      <t>NOTE: Please remove this section and the reference to RFC 7942 prior to publication as
        an RFC.</t>
      
      <t>This section records the status of known implementations of the protocol defined by
        this specification at the time of posting of this Internet-Draft, and is based on a
        proposal described in RFC 7942 <xref target="RFC7942"/>.  The description of
        implementations in this section is intended to assist the IETF in its decision processes
        in progressing drafts to RFCs.  Please note that the listing of any individual
        implementation here does not imply endorsement by the IETF.  Furthermore, no effort has
        been spent to verify the information presented here that was supplied by IETF
        contributors.  This is not intended as, and must not be construed to be, a catalog of
        available implementations or their features.  Readers are advised to note that other
        implementations may exist.</t>
      
      <t>According to RFC 7942, &quot;this will allow reviewers and working groups to assign due
        consideration to documents that have the benefit of running code, which may serve as
        evidence of valuable experimentation and feedback that have made the implemented
        protocols more mature.  It is up to the individual working groups to use this information
        as they see fit&quot;.</t>
      
      <section anchor="registro-it-rdap-server" title="IIT-CNR/Registro.it RDAP Server">
        <t><list style="none">
    	  <t>Responsible Organization: Institute of Informatics and Telematics of National
          Research Council (IIT-CNR)/Registro.it</t>
    	  <t>Location: https://rdap.pubtest.nic.it/</t>
    	  <t>Description: This implementation includes support for RDAP queries using data from
          the public test environment of .it ccTLD.</t>
    	  <t>Level of Maturity: This is an &quot;alpha&quot; test implementation.</t>
    	  <t>Coverage: This implementation includes all of the features described in this
          specification.</t>
    	  <t>Contact Information: Mario Loffredo, mario.loffredo@iit.cnr.it</t>
    	</list></t>
      </section>

      <section anchor="registro-it-rdap-client" title="IIT-CNR/Registro.it RDAP Client">
        <t><list style="none">
          <t>Responsible Organization: Institute of Informatics and Telematics of National
            Research Council (IIT-CNR)/Registro.it</t>
          <t>Location: https://web-rdap.pubtest.nic.it/</t>
          <t>Description: This is a Javascript web-based RDAP client. RDAP responses are
            retrieved from RDAP servers by the browser, parsed into an HTML representation, and displayed in a format improving the user experience.
            RDAP responses containing JSCard objects are handled identically to those containing
            jCard objects.  Raw versions of RDAP responses including either jCard or JSCard objects are provided.</t>
          <t>Level of Maturity: This is an &quot;alpha&quot; test implementation.</t>
          <t>Coverage: This implementation includes all of the features described in this
            specification.</t>
          <t>Contact Information: Francesco Donini, francesco.donini@iit.cnr.it</t>
        </list></t>
      </section>

      <section anchor="client-rdap-org" title="client.rdap.org">
        <t><list style="none">
    	  <t>Location: https://client.rdap.org/</t>
    	  <t>Description: This is a web-based &quot;single page&quot; RDAP client. RDAP responses are
          retrieved from RDAP servers by the browser, and parsed into an HTML representation.
          RDAP responses containing JSCard objects are handled identically to those containing
          jCard objects.</t>
    	  <t>Level of Maturity: This is an &quot;alpha&quot; test implementation.</t>
    	  <t>Coverage: This implementation implements client support for parsing JSCard objects
          in RDAP responses.</t>
    	  <t>Contact Information: Gavin Brown, feedback@rdap.org</t>
    	</list></t>
      </section>

      <section anchor="cnic" title="CentralNic Registry">
        <t><list style="none">
    	  <t>Responsible Organization: CentralNic Group PLC</t>
    	  <t>Location: https://rdap.centralnic.com/{tld}</t>
    	  <t>Description: This server is the product RDAP service for all top-level domains on the
          CentralNic registry platform.</t>
    	  <t>Level of Maturity: Production quality.</t>
    	  <t>Coverage: This implementation includes all of the features described in this
          specification.</t>
    	  <t>Contact Information: support@centralnic.com</t>
    	</list></t>
      </section>

    </section>

   <section anchor="IANA-considerations" title="IANA Considerations">
     <t>IANA is requested to register the following values in the RDAP Extensions Registry:</t>

     <t><list style="none">
       <t>Extension identifier: jscard_0</t>
       <t>Registry operator: Any</t>
       <t>Published specification: This document.</t>
       <t>Contact: IETF &lt;iesg@ietf.org&gt;</t>
       <t>Intended usage: This extension represents a contact card provided in an RDAP response
         according to the JSContact specification <xref target="I-D.ietf-calext-jscontact"/>.</t>
     </list></t>

   </section>

   <section anchor="security-considerations" title="Security Considerations">
  	<t>Unlike jCard, the formatted name as well as any other personally identifiable information
      is not required in JSCard.  The only mandatory property, namely &quot;uid&quot;, is not a sensitive information as it happens, instead, for the &quot;fn&quot; property in jCard.  Therefore, redacted properties can be merely excluded without using
      placeholder values. This means that, with reference to what is described in <xref target="I-D.ietf-regext-rdap-redacted"/>, only the &quot;Removal&quot; method can be used for redacting JSContact properties whereas the &quot;Empty Value&quot; is also used for redacting jCard.</t>
   </section>

    <section anchor="Acknowledgements" title="Acknowledgements">
      <t>The authors would like to acknowledge the following individuals for their contributions to this document: Jasdip Singh and Francesco Donini.</t>
    </section>


  </middle>

  <back>
    <references title="Normative References">
      &I-D.ietf-calext-jscontact;
      &I-D.ietf-calext-jscontact-vcard;
      &RFC2119;
      &RFC3339;
      &RFC5733;
      &RFC6350;
      &RFC7095;
      &RFC9082;
      &RFC9083;
      &RFC7942;
      &RFC8174;
      &RFC8288;
    </references>

    <references title="Informative References">
      &I-D.ietf-regext-rdap-redacted;
      <reference anchor='RDAP-PILOT-WG'
        target='https://www.icann.org/en/system/files/files/rdap-pilot-report-25apr19-en.pdf'>
        <front>
          <title>RDAP Pilot Report</title>
          <author>
            <organization>ICANN RDAP Pilot WG</organization>
          </author>
          <date year='2019' month='April' />
        </front>
      </reference>
      <reference anchor='API-DEPRECATION'
        target='https://web.archive.org/web/20200417084255/https://nordicapis.com/how-to-smartly-sunset-and-deprecate-apis/'>
        <front>
          <title>How to Smartly Sunset and Deprecate APIs</title>
          <author initials="K." surname="Sandoval" fullname="Kristopher Sandoval" />
          <date year='2019' month='August' />
        </front>
      </reference>
    </references>

    <section title="Change Log">

      <section title="Change from 00 to 01">
        <t><list style="numbers">
          <t>Changed category from &quot;Best Current Practice&quot; to &quot;Standards
            Track&quot;</t>
          <t>Replaced the example of <xref target="jscard-example"/></t>
          <t>Changed the title of the &quot;Migration from JCard to JSCard&quot; section to
            &quot;Transition Considerations&quot;</t>
          <t>Added <xref target="rdap-query-parameters-specification"/></t>
          <t>Updated <xref target="IANA-considerations"/></t>
          <t>Updated <xref target="security-considerations"/></t>
          <t>Rearranged the description of stage 1 in <xref target="jcard-deprecation-procedure-stages"/></t>
          <t>Changed the names of the transition stages 1 and 2</t>
          <t>Corrected <xref target="stage2-example1"/>, <xref target="stage3-example1"/>,
          <xref target="stage3-example2"/></t>
          <t>Changed the rdapConformance tag &quot;jscard_level_0&quot; to &quot;jscard&quot;</t>
          <t>Removed the &quot;Best Practices for deprecating a REST API features&quot; section,
            but added a useful reference.</t>
        </list></t>
      </section>
      <section title="Change from 01 to 02">
        <t><list style="numbers">
          <t>Removed the sentence &quot;which cannot be represented using jCard&quot; in <xref target="Rationale"/>.</t>
        </list></t>
      </section>
      <section title="Change from 02 to 03">
        <t><list style="numbers">
          <t>Updated section &quot;Conventions Used in This Document&quot;.</t>
          <t>Updated the contact in &quot;IANA Considerations&quot; section.</t>
          <t>Changed the reference draft-loffredo-calext-jscontact-vcard to draft-ietf-calext-jscontact-vcard.</t>
          <t>Added reference to RFC8174.</t>
          <t>Other minor edits.</t>
        </list></t>
      </section>
      <section title="Change from 03 to 04">
        <t><list style="numbers">
          <t>Updated the reference draft-dalal-deprecation-header to draft-ietf-httpapi-deprecation-header.</t>
        </list></t>
      </section>
      <section title="Initial WG version">
      <t><list style="numbers">
        <t>Ported from draft-loffredo-regext-rdap-jcard-deprecation-04 renamed to draft-ietf-regext-rdap-jscontact-00.</t>
      </list></t>
      </section>
      <section title="Change from 00 to 01">
        <t><list style="numbers">
          <t>Updated <xref target="using-jscontact"/> and <xref target="jscard-example"/>.</t>
        </list></t>
      </section>
      <section title="Change from 01 to 02">
        <t><list style="numbers">
          <t>Updated <xref target="JSContact"/> and <xref target="jscard-example"/>.</t>
        </list></t>
      </section>
      <section title="Change from 02 to 03">
        <t><list style="numbers">
          <t>Replaced references to obsolete RFC7482 and RFC7483 with RFC9082 and RFC9083.</t>
          <t>Updated <xref target="using-jscontact"/> and <xref target="jscard-example"/>.</t>
        </list></t>
      </section>
      <section title="Change from 03 to 04">
        <t><list style="numbers">
          <t>Changed the references to Internet Drafts.</t>
          <t>Added an example showing how localizations are treated in JSContact.</t>
          <t>Changed the position of section &quot;Goals&quot; in <xref target="jcard-transition-procedure"/>.</t>
          <t>Added three more implementations to <xref target="impl-status"/>.</t>
          <t>Changed the rdapConformance tag &quot;jscard&quot; to &quot;jscard_0&quot;</t>
          <t>Added clarifications addressing the feedback provided by Jasdip Singh about version -03.</t>
          <t>Added <xref target="Acknowledgements"/>.</t>
          <t>Other minor edits.</t>
        </list></t>
      </section>
      <section title="Change from 04 to 05">
        <t><list style="numbers">
          <t>Updated <xref target="jscard-example"/> to make it compliant with draft-ietf-calext-jscontact-09.</t>
        </list></t>
      </section>
      <section title="Change from 05 to 06">
        <t><list style="numbers">
          <t>Reviewed the notices presented in <xref target="stage2"/> and <xref target="stage3"/>.</t>
        </list></t>
      </section>
      <section title="Change from 06 to 07">
        <t><list style="numbers">
          <t>Corrected the JSON Pointer expressions in <xref target="localizations-example"/>.</t>
          <t>Other minor edits.</t>
        </list></t>
      </section>
      <section title="Change from 07 to 08">
        <t><list style="numbers">
          <t>Corrected a nit in <xref target="localizations-example"/>.</t>
          <t>Removed the reference to draft-ietf-httpapi-deprecation-header.</t>
          <t>Replaced the &quot;deprecation&quot; link relation type with &quot;related&quot;.</t>
          <t>Moved the references to JSContact drafts to the &quot;Normative References&quot; section.</t>
        </list></t>
      </section>
      <section title="Change from 08 to 09">
        <t><list style="numbers">
          <t>Updated the references to JSContact drafts due to the transfer from JMAP to CalExt.</t>
        </list></t>
      </section>
    </section>
  </back>
</rfc>
