<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-scim-device-model-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="SCIM Device Schema Extensions">Device Schema Extensions to the SCIM model</title>

    <author initials="M." surname="Shahzad" fullname="Muhammad Shahzad">
      <organization>North Carolina State University</organization>
      <address>
        <postal>
          <street>Department of Computer Science</street> <street>890 Oval Drive</street> <street>Campus Box 8206</street>
          <city>Raleigh, NC</city>
          <code>27695-8206</code>
          <country>USA</country>
        </postal>
        <email>mshahza@ncsu.edu</email>
      </address>
    </author>
    <author initials="H." surname="Iqbal" fullname="Hassan Iqbal">
      <organization>North Carolina State University</organization>
      <address>
        <postal>
          <street>Department of Computer Science</street> <street>890 Oval Drive</street> <street>Campus Box 8206</street>
          <city>Raleigh, NC</city>
          <code>27695-8206</code>
          <country>USA</country>
        </postal>
        <email>hiqbal@ncsu.edu</email>
      </address>
    </author>
    <author initials="E." surname="Lear" fullname="Eliot Lear">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Richtistrasse 7</street>
          <city>Wallisellen</city>
          <code>CH-8304</code>
          <country>Switzerland</country>
        </postal>
        <phone>+41 44 878 9200</phone>
        <email>lear@cisco.com</email>
      </address>
    </author>

    <date year="2023" month="August" day="22"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>The initial core schema for SCIM (System for Cross Identity
Management) was designed for provisioning users.  This memo specifies
schema extensions that enables provisioning of devices, using various
underlying bootstrapping systems, such as Wifi EasyConnect, RFC 8366
vouchers, and BLE passcodes.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>The Internet of Things presents a management challenge in many
dimensions.  One of them is the ability to onboard and manage large
number of devices.  There are many models for bootstrapping trust
between devices and network deployments.  Indeed it is expected that
different manufacturers will make use of different methods.</t>

<t>SCIM (System for Cross Identity Management) <xref target="RFC7643"/> <xref target="RFC7644"/>
defines a protocol and a schema for provisioning of users.  However,
it can easily be extended to provision devices.  The protocol and core
schema were designed to permit just such extensions.  Bulk operations
are supported.  This is good because often devices are procured in
bulk.</t>

<section anchor="why-scim-for-devices"><name>Why SCIM for devices?</name>
<t>Some might ask why SCIM is well suited for this purpose and not, for
example, NETCONF or RESTCONF with YANG.  After all, there are all sorts
of existing models available.  The answer is that the only information
being passed about the device is neither state nor device configuration
information, but only information necessary to bootstrap trust so that
the device may establish connectivity.</t>

</section>
<section anchor="protocol-participants"><name>Protocol Participants</name>

<t>In the normal SCIM model, it was presumed that large federated
deployments would be SCIM clients who provision and remove employees
and contractors as they are enter and depart those deployments, and
federated services such as sales, payment, or conferencing services
would be the servers.</t>

<t>In the device model, the roles are reversed, and may be somewhat more
varied.  A deployment network management system gateway (NMS gateway)
plays the role of the server, receiving information about devices that
are expected to be connected to its network.  That server will apply
appropriate local policies regarding whether/how the device should be
connected.</t>

<t>The client may be one of a number of entities:</t>

<t><list style="symbols">
  <t>A vendor who is authorized to add devices to a network as part of
a sales transaction.  This is similar to the sales integration
sometimes envisioned by Bootstrapping Remote Key Infrastructure
(BRSKI) <xref target="RFC8995"/>.</t>
  <t>A client application that administrators or employees use to add,
remove, or get information about devices.  An example might be an
tablet or phone app that scans Easyconnect QR codes.</t>
</list></t>

<figure title="Basic Architecture" anchor="arch"><artwork><![CDATA[

                            +-----------------------------------+
                            |                                   |
    +-----------+   Request |  +---------+                      |
    | onboarding|------------->|  SCIM   |                      |
    |    app    |<-------------| Server  |                      |
    +-----------+  Ctrl Endpt  +---------+                      |
                            |                                   |
    +-----------+           |  +------------+         +-------+ |
    |  Control  |...........|..|    ALG     |.........|device | |
    |    App    |           |  +------------+         +-------+ |
    +-----------+           |                                   |
                            |                                   |
                            +-----------------------------------+

]]></artwork></figure>

<t>In <xref target="arch"/>, the onboarding app provides the device particulars.  As
part of the response, the SCIM server might provide additional
information, especially in the case of non-IP devices, where an
application-layer gateway may need to be used to communicate with
the device.  The control endpoint is one among a number of objects
that may be returned.</t>

</section>
<section anchor="schema-description"><name>Schema Description</name>

<t>RFC 7643 does not prescribe a language to describe a schema. We
have chosen the JSON schema language <xref target="I-D.bhutton-json-schema"/> for
this purpose.  This implies that use of XML for this device extension
is not supported.</t>

<t>Several additional schemas specify specific onboarding mechanisms,
such as BLE and Wifi Easy Connect.</t>

</section>
<section anchor="schema-representation"><name>Schema Representation</name>

<t>Attributes defined in the device core schema and extensions comprise
characteristics and SCIM datatypes defined in Sections 2.2 and 2.3 of
the <xref target="RFC7643"/>. This RFC does not define new characteristics and
datatypes for the SCIM attributes.</t>

</section>
<section anchor="terminology"><name>Terminology</name>
<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="resourcetype-device"><name>ResourceType Device</name>
<t>This section defines a new resource type, 'Device'. The "ResourceType" 
schema specifies the metadata about a resource type (see section 6 of 
<xref target="RFC7643"/>). The resource "Devices" comprises a core device schema 
and several extension schemas. The core schema provides a minimal 
resource representation, whereas extension schemas extend the core 
schema depending on the device's capability. The JSON schema for Device
resource type is in <xref target="resource-schema"/>.</t>

<section anchor="common-attributes"><name>Common Attributes</name>

<t>The Device schema contains three common attributes as defined in the
<xref target="RFC7643"/>.</t>

<t>id</t>

<t>An id is a required and unique attribute of the device core schema
(see section 3.1 of <xref target="RFC7643"/>).</t>

<t>externalID</t>

<t>An externalID is an optional attribute (see section 3.1 of <xref target="RFC7643"/>).</t>

<t>meta</t>

<t>Meta is a complex attribute and is required (see section 3.1 of <xref target="RFC7643"/>).</t>

</section>
</section>
<section anchor="scim-core-device-schema"><name>SCIM Core Device Schema</name>

<t>The core device schema provides the minimal representation of a
resource "Device". It contains only those attributes that any device
may need. Not all attributes are optional.  The core schema for
"Device" is identified using the schema URI:
"urn:ietf:params:scim:schemas:core:2.0:Device". The following
attributes are defined in the device core schema.</t>

<section anchor="singular-attributes"><name>Singular Attributes</name>

<t>deviceDisplayName</t>

<t>This attribute is of type "string" and provides a human-readable name 
for a device. It is intended to be displayed to end-users and should be
suitable for that purpose. The attribute is not required, and is not 
case-sensitive. The attribute may be modified and should be returned 
by default. No uniqueness constraints are imposed on this attribute.</t>

<t>adminState</t>

<t>The "adminState" attribute is of type "boolean" and is a mutable 
attribute. If set to TRUE, the commands such as connect, disconnect, 
subscribe that control app sends to the controller for the devices 
will be processed by the controller. If set to FALSE, any command 
coming from the control app for the device will be rejected by the 
controller. This attribute is required and mutable. The attribute 
should be returned by default and there is uniqueness contraint 
on the attribute.</t>

<t>mudUrl</t>

<t>The mudUrl attribute represents the URL to the MUD file associated
with this device. This attribute is optional and mutable. The mudUrl
value is case sensitive and not unique. When present, this attribute
may be used as described in <xref target="RFC8520"/>. This attribute is case 
sensitive and returned by default.</t>

<figure title="Characteristics of device schema attributes. (Req = Required,
T = True, F = False, RW = ReadWrite, and Def = Default)" anchor="tabDevice"><artwork><![CDATA[
+===================+=======+=====+======+=========+========+========+
| Attribute         | Multi | Req | Case | Mutable | Return | Unique |
|                   | Value |     | Exact|         |        |        |
+===================+=======+=====+======+=========+========+========+
| deviceDisplayName |   F   |  F  |  F   |   RW    |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
| adminState        |   F   |  T  |  F   |   RW    |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
| mudUrl            |   F   |  F  |  T   |   RW    |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
]]></artwork></figure>

<t>An example of a device SCIM object is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
        "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device"],
        "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
        "deviceDisplayName": "BLE Heart Monitor",
        "adminState": true,
        "meta": {
          "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
          "lastModified": "2022-05-13T04:42:34Z",
          "version": "W\/\"a330bc54f0671c9\"",
          "location": "https://example.com/v2/Device/e9e30dba-f08f
             -4109-8486-d5c6a3316111"
        }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the device is presented in JSON format in Section
<xref target="device-schema-json"/>, while the openAPI representation is provided in 
Section <xref target="device-schema-openapi-representation"/>.</t>

</section>
</section>
<section anchor="device-groups"><name>Device Groups</name>

<t>Device groups are created using the SCIM groups as defined in
<xref target="RFC7643"/> Section 4.2.</t>

</section>
<section anchor="resource-type-endpointapp"><name>Resource Type EndpointApp</name>
<t>This section defines a new resource type, 'EndpointApp'. The 
"ResourceType" schema specifies the metadata about a resource type 
(see section 6 of <xref target="RFC7643"/>). The resource "EndpointApp" represents
partner applications that can control and/or receive data from the
devices. The JSON schema for EndpointApp resource type is in <xref target="resource-schema"/>.
The attributes comprising EndpointsApp are listed in <xref target="endpointapp-schema"/>.
The "EndpointApp" are included in the endpoint applications extension 
("endpointAppsExt") <xref target="endpointsappext-schema"/>.</t>

</section>
<section anchor="endpointapp-schema"><name>SCIM EndpointApp Schema</name>
<t>The schema for "EndpointApp" is identified using the schema URI:
"urn:ietf:params:scim:schemas:core:2.0:EndpointApp". The following
attributes are defined in this schema.</t>

<section anchor="common-attributes-1"><name>Common Attributes</name>

<t>The EndpointApp schema contains three common attributes as defined in the
<xref target="RFC7643"/>.</t>

</section>
<section anchor="singular-attributes-1"><name>Singular Attributes</name>

<t>applicationType</t>

<t>This attribute is of type "string" and represents the type of 
application. It will only contain two values; 'deviceControl' 
or 'telemetry'. 'deviceControl' is the application that sends commands
to control the device. 'telemetry' is the application that receives
data from the device. The attribute is required, and is not 
case-sensitive. The is attribute readOnly and should be returned 
by default. No uniqueness constraints are imposed on this attribute.</t>

<t>applicationName</t>

<t>The "applicationName" attribute is of type "string" and represents a
human readable name for the application. This attribute is required and
mutable. The attribute should be returned by default and there is no 
uniqueness contraint on the attribute.</t>

<t>client-token</t>

<t>This attribute type string contains a token that the client will use 
to authenticate itself.  Each token may be a string up to 500 
characters in length. It is mutable, required, case sensitive 
and returned by default if exists.</t>

</section>
<section anchor="complex-attribute"><name>Complex Attribute</name>

<t>certificateInfo</t>

<t>It is the complex attribute that Contains x509 certificate's subject
name and root CA information associated with the device control or 
telemetry app. It further has three attributes that are described 
below.</t>

<t>rootCN</t>

<t>It is the root certificate common name. This attribute is required,
read only, singular and case sensitive.</t>

<t>subjectName</t>

<t>Also known as the Common Name (CN), the Subject Name is a field in the
X.509 certificate that identifies the primary domain or IP address for
which the certificate is issued. This attribute is not required,
read only, singular and case sensitive.</t>

<t>subjectAlternativeName</t>

<t>This attribute allows for the inclusion of multiple domain names and
IP addresses in a single certificate. This enables the certificate to
be used for multiple related domains or IPs without the need for 
separate certificates for each. This attribute is not required,
read only, multivalued and case sensitive.</t>

<figure title="Characteristics of EndpointApp schema attributes. (Req = Required,
T = True, F = False, R = ReadOnly, RW = ReadWrite, Manuf = Manufactirer
and Def = Default)" anchor="tabEndpointApp"><artwork><![CDATA[
+===================+=======+=====+======+=========+========+========+
| Attribute         | Multi | Req | Case | Mutable | Return | Unique |
|                   | Value |     | Exact|         |        |        |
+===================+=======+=====+======+=========+========+========+
| applicationType   |   F   |  T  |  F   |   R     |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
| applicationName   |   F   |  T  |  F   |   RW    |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
| client-token      |   F   |  T  |  T   |   RW    |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
| certificateInfo   |   F   |  F  |  F   |   R     |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
| rootCN            |   F   |  T  |  T   |   R     |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
| subjectName       |   F   |  F  |  T   |   R     |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+
| subjectAltName    |   T   |  F  |  T   |   R     |  Def   |  None  |
+-------------------+-------+-----+------+---------+--------+--------+

]]></artwork></figure>

<t>Note that attributes client-token and certificateInfo are used for the
authentication of the application. Both SHALL NOT exist together in the
SCIM object. Either client-token or certificateInfo SHALL be present
in the SCIM object.</t>

<t>An example of a endpointApp SCIM object is as follows. Note that since
certificateInfo is present in the example, client-token attribute is 
NULL.</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:EndpointApp"],
  "id": "e9e30dba-f08f-4109-8486-d5c6a3316212",
  "applicationType": "deviceControl",
  "applicationName": "Device Control App 1",
  "certificateInfo": {
      "rootCN": "DigiCert Global Root CA",
      "subjectName": "wwww.example.com",
      "subjectAlternativeName": ["xyz.example.com",
          "abc.example.com"]
  },
  "client-token": null,
  "meta": {
    "resourceType": "EndpointApp",
    "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/EndpointApp/e9e30dba-f08f
       -4109-8486-d5c6a3316212"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the endpointApp is presented in JSON format in Section
<xref target="endpointapp-schema-json"/>, while the openAPI representation is provided in 
Section <xref target="endpointapp-schema-openapi-representation"/>.</t>

</section>
</section>
<section anchor="scim-device-extensions"><name>SCIM Device Extensions</name>

<t>SCIM provides various extension schemas, their attributes,
JSON representation, and example object. These schemas extend the core
device schema based on the device's capability (communication stack).
This RFC presents an additional hierarchical level by introducing
extensions within an extension.  See below for more details.</t>

<t>[[ DISCUSS: Is this okay with the working group? ]]</t>

<section anchor="ble-extension"><name>BLE Extension</name>

<t>This schema extends the device schema to represent the devices
supporting BLE. The extension is identified using the following 
schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:ble:2.0:Device</t>

<t>The attributes are as follows:</t>

<section anchor="singular-attributes-2"><name>Singular Attributes</name>

<t>deviceMacAddress</t>

<t>A string value that represent a public MAC address assigned by the 
manufacturer. It is a unique  48-bit value. Ir is required, case 
insensitive, and it is mutable and return as default. The regex 
pattern is the following:</t>

<figure><artwork><![CDATA[
^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}
]]></artwork></figure>

<t>isRandom</t>

<t>A boolean flag taken from the BLE core specification, 5.3. If FALSE, the
device is using a public MAC address. If TRUE, the device uses a
Random address resolved using IRK. This attribute is not required, it is 
mutable, and returned by default.  Its default value is FALSE.</t>

<t>separateBroadcastaddress</t>

<t>When present, this address is used for broadcasts/advertisements.
This value MUST NOT be set when an IRK is provided.  Its form is the
same as deviceMacAddress.  It is not required, multivalued, mutable,
and returned by default.</t>

<t>irk</t>

<t>A string value, Identity resolving key, which is unique for every 
device. It is used to resolve the random address. It is required when 
addressType is TRUE. It is mutable and return by default.</t>

</section>
<section anchor="multivalued-attributes"><name>Multivalued Attributes</name>

<t>versionSupport</t>

<t>A multivalued attribute that provides all the BLE versions supported by the
device in the form of an array. For example, 
[4.1, 4.2, 5.0, 5.1, 5.2, 5.3]. It is required, mutable, and 
return as default.</t>

<t>pairingMethods</t>

<t>An array of pairing methods associated with the BLE
device. The pairing methods may require sub-attributes, such as
key/password, for the device pairing process. To enable the
scalability of pairing methods in the future, they are represented as
extensions to incorporate various attributes that are part of the
respective pairing process. Pairing method extensions are nested
inside the BLE extension. It is required, case sensitive, mutable, and 
returned by deafult.</t>

</section>
<section anchor="ble-pairing-method-extensions"><name>BLE Pairing Method Extensions</name>

<t>The details on pairing methods and their associated attributes are in
section 2.3 of <xref target="BLE53"/>.  This memo defines extensions for four
pairing methods that are nested insided the BLE extension schema. Each 
extension contains the common attributes <xref target="common-attributes"></xref>. These 
extension are are as follows.</t>

<t>(i) pairingNull extension is identified using the following schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:pairingNull:2.0:Device</t>

<t>pairingNull does not have any attribute. It allows pairing for BLE
devices that do not require a pairing method.</t>

<t>(ii) pairingJustWorks extension is identified using the following 
schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0:Device</t>

<t>Just works pairing method does not require a key to pair devices. For
completeness, the key attribute is included and is set to 'null'. Key 
attribute is required, immutable, and return by default.</t>

<t>(iii) pairingPassKey extension is identified using the following 
schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0:Device</t>

<t>The pass key pairing method requires a 6-digit key to pair devices.
This extension has one singular integer attribute, "key", which is 
required, mutable and returned by default. The key pattern is
as follows:</t>

<figure><artwork><![CDATA[
^[0-9]{6}$
]]></artwork></figure>

<t>(iv) pairingOOB extension is identified using the following 
schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:pairingOOB:2.0:Device</t>

<t>The out-of-band pairing method includes three singular attributes,
i.e., key, randomNumber, and confirmationNumber.</t>

<t>key  The key is string value, required and received from out-of-bond 
sources such as NFC. It is case sensitive, mutable, and returned 
by default.</t>

<t>randomNumber  It represents a nounce added to the key. It is and 
integer value that is required attribute. It is mutable and 
returned by default.</t>

<t>confirmationNumber  An integer which some solutions require in RESTful
message exchange. It is not required. It is mutable and returned by 
default if it exists.</t>

<figure title="Characteristics of BLE extension schema attributes. 
sepBroadcastAdd is short for separateBroadcastaddress. (Req = Required,
T = True, F = False, RW = ReadWrite, Def = Default, and 
Manuf = Manufacturer)." anchor="tabBLE"><artwork><![CDATA[
+====================+=======+=====+======+=========+========+========+
| Attribute          | Multi | Req | Case | Mutable | Return | Unique |
|                    | Value |     | Exact|         |        |        |
+====================+=======+=====+======+=========+========+========+
| deviceMacAddress   |   F   |  T  |  F   |   RW    |  Def   | Manuf  |
+--------------------+-------+-----+------+---------+--------+--------+
| isRandom           |   F   |  T  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| sepBroadcastAdd    |   F   |  T  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| irk                |   F   |  F  |  F   |   RW    |  Def   | Manuf  |
+--------------------+-------+-----+------+---------+--------+--------+
| versionSupport     |   T   |  T  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| pairingMethods     |   T   |  T  |  T   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
]]></artwork></figure>

<t>An example of a device object with BLE extension is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:ble:2.0:Device"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "deviceDisplayName": "BLE Heart Monitor",
  "adminState": true,
  "urn:ietf:params:scim:schemas:extension:ble:2.0:Device" : {
    "versionSupport": ["5.3"],
    "deviceMacAddress": "2C:54:91:88:C9:E2",
    "isRandom": false,
    "separateBroadcastAddress": ["AA:BB:88:77:22:11", "AA:BB:88:77
       :22:12"],
    "pairingMethods": ["urn:ietf:params:scim:schemas:extension
       :pairingNull:2.0:Device",
        "urn:ietf:params:scim:schemas:extension:pairingJustWorks
           :2.0:Device",
        "urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
           :Device",
        "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0
           :Device"],
    "urn:ietf:params:scim:schemas:extension:pairingNull:2.0:Device"
       : null,
    "urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0
       :Device": {
      "key": null
    },
    "urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
       :Device" : {
      "key": 123456
    },
    "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0:Device":
        {
      "key": "TheKeyvalueRetrievedFromOOB",
      "randNumber": 238796813516896
    }
  },
  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the BLE extension is presented in JSON format in Section 
<xref target="ble-extension-schema-json"></xref>, while the openAPI representation is provided in 
Section <xref target="ble-extension-schema-openapi-representation"></xref>.</t>

</section>
</section>
<section anchor="dpp-easyconnect-extension"><name>DPP EasyConnect Extension</name>

<t>A schema that extends the device schema to enable WiFi EasyConnect
(otherwise known as Device Provisioning Protocol). The extension is 
identified using the following schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:dpp:2.0:Device</t>

<t>The attributes in this extension are adopted from <xref target="DPP2"/>. The 
attributes are as follows:</t>

<section anchor="singular-attributes-3"><name>Singular Attributes</name>

<t>dppVersion</t>

<t>An integer that represents the version of DPP the device supports. 
This attribute is required, case insensitive, mutable, and 
returned by default.</t>

<t>bootstrapKey</t>

<t>A string value representing Elliptic-Curve Diffie–Hellman (ECDH) public 
key. The base64 encoded lengths for P-256, P-384, and P-521 are 
80, 96, and 120 characters. This attribute is required, case-sensitive,
mutable, and returned by default.</t>

<t>deviceMacAddress</t>

<t>The manufacturer assigns the MAC address stored as string. It is a 
unique 48-bit value. This attribute is optional, case insensitive, 
mutable, and returned by default. The regex pattern is as follows:</t>

<figure><artwork><![CDATA[
^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.
]]></artwork></figure>

<t>serialNumber</t>

<t>An alphanumeric serial number, stored as string, may also be passed 
as bootstrapping information. This attribute is optional, case 
insensitive, mutable, and returned by default.</t>

</section>
<section anchor="multivalued-attributes-1"><name>Multivalued Attributes</name>

<t>bootstrappingMethod</t>

<t>It is the array of strings of all the bootstrapping methods available 
on the enrollee device. For example, [QR, NFC]. This attribute is 
optional, case insensitive, mutable, and returned by default.</t>

<t>classChannel</t>

<t>This attribute is an array of strings of global operating class and 
channel shared as bootstrapping information. It is formatted as 
class/channel. For example, ['81/1','115/36']. This attribute 
is optional, case insensitive, mutable, and returned by default.</t>

<figure title="Characteristics of DPP extension schema attributes. 
(Req = Required, T = True, F = False, RW = ReadWrite, Def = Default,
and Manuf = Manufacturer)." anchor="tabDPP"><artwork><![CDATA[
+====================+=======+=====+======+=========+========+========+
| Attribute          | Multi | Req | Case | Mutable | Return | Unique |
|                    | Value |     | Exact|         |        |        |
+====================+=======+=====+======+=========+========+========+
| dppVersion         |   F   |  T  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| bootstrapKey       |   F   |  T  |  T   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| deviceMacAddress   |   F   |  F  |  F   |   RW    |  Def   | Manuf  |
+--------------------+-------+-----+------+---------+--------+--------+
| serialNumber       |   F   |  F  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| bootstrappingMethod|   T   |  F  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| classChannel       |   T   |  F  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
]]></artwork></figure>

<t>An example of a device object with DPP extension is below:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
        "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
                 "urn:ietf:params:scim:schemas:extension:dpp:2.0
                    :Device"],

        "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
        "displayName": "WiFi Heart Monitor",
        "adminState": true,
        "urn:ietf:params:scim:schemas:extension:dpp:2.0:Device" : {
                "dppVersion": 2,
                "bootstrappingMethod": ["QR"],
                "bootstrapKey":
                    "MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgADURzxmt
                   tZoIRIPWGoQMV00XHWCAQIhXruVWOz0NjlkIA=",
                "deviceMacAddress": "2C:54:91:88:C9:F2",
                "classChannel": ["81/1", "115/36"],
                "serialNumber": "4774LH2b4044"
        },

        "meta": {
          "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
          "lastModified": "2022-05-13T04:42:34Z",
          "version": "W\/\"a330bc54f0671c9\"",
          "location": "https://example.com/v2/Device/e9e30dba-f08f
             -4109-8486-d5c6a3316111"
        }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the DPP extension is presented in JSON format in Section 
<xref target="dpp-extension-schema-json"></xref>, while the openAPI representation is provided 
in Section <xref target="dpp-extension-schema-openapi-representation"></xref>.</t>

</section>
</section>
<section anchor="zigbee-extension"><name>Zigbee Extension</name>

<t>A schema that extends the device schema to enable the provisioning of 
Zigbee devices. The extension is identified using the following 
schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device</t>

<t>It has one singular attribute and one multivalued 
attribute. The attributes are as follows:</t>

<section anchor="singular-attribute"><name>Singular Attribute</name>

<t>deviceEui64Address</t>

<t>An EUI-64 (Extended Unique Identifier) device address stored as string.
This attribute is required, case insensitive, mutable, and returned by
default. The regex pattern is as follows:</t>

<figure><artwork><![CDATA[
^[0-9A-Fa-f]{16}$
]]></artwork></figure>

</section>
<section anchor="multivalued-attribute"><name>Multivalued Attribute</name>

<t>versionSupport</t>

<t>An array of strings of all the Zigbee versions supported
by the device. For example, [3.0]. This attribute is required, case 
insensitive, mutable, and returned by default.</t>

<figure title="Characteristics of Zigbee extension schema attributes.
(Req = Required, T = True, F = False, RW = ReadWrite, and 
Def = Default)" anchor="tabZigbee"><artwork><![CDATA[
+====================+=======+=====+======+=========+========+========+
| Attribute          | Multi | Req | Case | Mutable | Return | Unique |
|                    | Value |     | Exact|         |        |        |
+====================+=======+=====+======+=========+========+========+
| deviceEui64Address |   F   |  T  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| versionSupport     |   T   |  T  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
]]></artwork></figure>

<t>An example of a device object with Zigbee extension is shown below:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "Zigbee Heart Monitor",
  "adminState": true,
  "urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device" : {
    "versionSupport": ["3.0"],
    "deviceEui64Address": "50325FFFFEE76728"
  },

  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the Zigbee extension is presented in JSON format in 
Section <xref target="zigbee-extension-schema-json"></xref>, while the openAPI 
representation is provided in Section <xref target="zigbee-extension-schema-openapi-representation"></xref>.</t>

</section>
</section>
<section anchor="endpointsappext-schema"><name>The Endpoint Applications Extension Schema</name>

<t>Sometimes non-IP devices such as those using BLE or Zigbee require an
application gateway interface to manage them. SCIM clients MUST NOT
specify this to describe native IP-based devices.</t>

<t>endpointAppsExt provides the list application that connect to 
enterprise gateway. The endpointAppsExt has one multivalued attribute 
and two singular attributes. The extension is identified using the
following schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:endpointAppsExt:2.0:Device</t>

<section anchor="singular-attributes-4"><name>Singular Attributes</name>

<t>DeviceControlEnterpriseEndpoint</t>

<t>Device control apps use this URL of the enterprise endpoint to reach
the enterprise gateway. When the enterprise receives the SCIM object from
the onboarding app, it adds this attribute to it and sends it back as
a response to the onboarding app. This attribute is required,
case-sensitive, mutable, and returned by default. The uniqueness is
enforced by the enterprise.</t>

<t>telemetryEnterpriseEndpoint</t>

<t>Telemetry apps use this URL of the enterprise endpoint to reach
the enterprise gateway. When the enterprise receives the SCIM object from
the onboarding app, it adds this attribute to it and sends it back as
a response to the onboarding app. This attribute is required,
case-sensitive, mutable, and returned by default. The uniqueness is
enforced by the enterprise.</t>

</section>
<section anchor="multivalued-attribute-1"><name>Multivalued Attribute</name>

<t>applications</t>

<t>This is a complex multivalued attribute. It represents a list of 
endpoint applications i.e., deviceControl and telemetry. Each entry in
the list comprises two attributes including "value" and "$ref".</t>

<t>value</t>

<t>It is the identifier of the endpoint application formated as UUID. It
is same as the common attribute "$id" of the resource "endpointApp".
It is readOnly, required, case insensitive and returned by default.</t>

<t>$ref</t>

<t>It is the reference to the respective endpointApp resource object 
stored in the SCIM server. It is readOnly, required, case sensitive
and returned by default.</t>

<figure title="Characteristics of EndpointAppsExt extension schema 
attributes. DevContEntEndpoint represents attribute 
DeviceControlEnterpriseEndpoint and telEntEndpoint represents 
telemetryEnterpriseEndpoint. (Req = Required, T = True, F = False, 
R = ReadOnly, RW = ReadWrite, Ent = Enterprise, and Def = Default)." anchor="tabEndpointAppsExt"><artwork><![CDATA[
+====================+=======+=====+======+=========+========+========+
| Attribute          | Multi | Req | Case | Mutable | Return | Unique |
|                    | Value |     | Exact|         |        |        |
+====================+=======+=====+======+=========+========+========+
| DevContEntEndpoint |   F   |  T  |  T   |   RW    |  Def   | Ent    |
+--------------------+-------+-----+------+---------+--------+--------+
| telEntEndpoint     |   F   |  T  |  T   |   RW    |  Def   | Ent    |
+--------------------+-------+-----+------+---------+--------+--------+
| applications       |   T   |  T  |  F   |   RW    |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| value              |   F   |  T  |  F   |   R     |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
| $ref               |   F   |  T  |  F   |   R     |  Def   | None   |
+--------------------+-------+-----+------+---------+--------+--------+
]]></artwork></figure>

<t>An example of a device object with endpointAppsExt extension is below:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:ble:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:endpointAppsExt:2.0
        :Device"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "BLE Heart Monitor",
  "adminState": true,
    "urn:ietf:params:scim:schemas:extension:ble:2.0:Device" :
    {          "versionSupport": ["5.3"],
    "deviceMacAddress": "2C:54:91:88:C9:E2",
    "addressType": false,
      "pairingMethods": [
        "urn:ietf:params:scim:schemas:extension:pairingNull:2.0
           :Device",
        "urn:ietf:params:scim:schemas:extension:pairingJustWorks
           :2.0:Device",
        "urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
           :Device",
        "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0
           :Device"],
    "urn:ietf:params:scim:schemas:extension:pairingNull:2.0:Device"
       : null,
    "urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0
       :Device": {
      "key": null
    },
    "urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
       :Device" : {
      "key": 123456
    },
    "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0:Device":
        {
      "key": "TheKeyvalueRetrievedFromOOB",
      "randNumber": 238796813516896
    }
  },

  "urn:ietf:params:scim:schemas:extension:endpointAppsExt:2.0
     :Device": {

    "applications": [
      {
        "value" : "e9e30dba-f08f-4109-8486-d5c6a3316212",
        "$ref" : "https://example.com/v2/EndpointApp/e9e30dba-f08f
           -4109-8486-d5c6a3316212"
      },
      {
        "value" : "e9e30dba-f08f-4109-8486-d5c6a3316333",
        "$ref" : "https://example.com/v2/EndpointApp/e9e30dba-f08f
           -4109-8486-d5c6a3316333"
      }
    ],
    "DeviceControlEnterpriseEndpoint":
        "https//enterprise.com/device_control_app_endpoint/",
    "telemetryEnterpriseEndpoint":
        "https//enterprise.com/telemetry_app_endpoint/"

  },


  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the endpointAppsExt extension along with BLE extension is 
presented in JSON format in Section <xref target="endpointappsext-extension-schema-json"/>, while 
the openAPI representation is provided in Section <xref target="endpointappsext-extension-schema-openapi-representation"/>.</t>

</section>
</section>
</section>
<section anchor="schema-json-representation"><name>Schema JSON Representation</name>

<section anchor="resource-schema"><name>Resource Schema</name>

<figure><artwork><![CDATA[
<CODE BEGINS>
[
  {
    "schemas": ["urn:ietf:params:scim:schemas:core:2.0
       :ResourceType"],
    "id": "Device",
    "name": "Device",
    "endpoint": "/Device",
    "description": "Device Account",
    "schema": "urn:ietf:params:scim:schemas:core:2.0:Device",
    "schemaExtensions": [
      {
        "schema": "urn:ietf:params:scim:schemas:extension:ble:2.0
           :Device",
        "required": false
      },
      {
        "schema": "urn:ietf:params:scim:schemas:extension:dpp:2.0
           :Device",
        "required": false
      },
      {
        "schema": "urn:ietf:params:scim:schemas:extension:zigbee
           :2.0:Device",
        "required": false
      },
      {
        "schema": "urn:ietf:params:scim:schemas:extension
           :endpointApps:2.0:Device",
        "required": false
      },
      {
        "schema": "urn:ietf:params:scim:schemas:extension
           :pairingNull:2.0:Device",
        "required": false
      },
      {
        "schema": "urn:ietf:params:scim:schemas:extension
           :pairingJustWorks:2.0:Device",
        "required": false
      },
      {
        "schema": "urn:ietf:params:scim:schemas:extension
           :pairingPassKey:2.0:Device",
        "required": false
      },
      {
        "schema": "urn:ietf:params:scim:schemas:extension
           :pairingOOB:2.0:Device",
        "required": false
      }
    ],
    "meta": {
      "location": "https://example.com/v2/ResourceTypes/Device",
      "resourceType": "ResourceType"
    }
  },
  {
    "schemas": ["urn:ietf:params:scim:schemas:core:2.0
       :ResourceType"],
    "id": "EndpointApp",
    "name": "EndpointApp",
    "endpoint": "/EndpointApp",
    "description": "Endpoint application such as device control and
        telemetry.",
    "schema": "urn:ietf:params:scim:schemas:core:2.0:EndpointApp",
    "meta": {
      "location": "https
         ://example.com/v2/ResourceTypes/EndpointApp",
      "resourceType": "ResourceType"
    }
  }
]
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="device-schema-json"><name>Device Core Schema JSON</name>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "id": "urn:ietf:params:scim:schemas:core:2.0:Device",
  "name": "Device",
  "description": "Device account",
  "attributes" : [
    {
      "name": "deviceDisplayName",
      "type": "string",
      "description": "Human readable name of the device, suitable
          for displaying to end-users. For example, 'BLE Heart
          Monitor' etc.",
      "multivalues": false,
      "required": false,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "adminState",
      "type": "boolean",
      "description": "A mutable boolean value indicating the device
          administrative status. If set TRUE, the commands (such as
          connect, disconnect, subscribe) that control app sends to
          the controller for the devices will be processeed by the
          controller. If set FALSE, any command comming from the
          control app for the device will be rejected by the
          controller.",
      "multivalues": false,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "mudUrl",
      "type": "reference",
      "description": "A URL to MUD file of the device (RFC 8520).",
      "multivalues": false,
      "required": false,
      "caseExact": true,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" :
      "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Device"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="endpointapp-schema-json"><name>EndpointApp Schema JSON</name>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "id": "urn:ietf:params:scim:schemas:core:2.0:EndpointApp",
  "name": "EndpointApp",
  "description": "Endpoint application and their credentials",
  "attributes" : [
    {
      "name": "applicationType",
      "type": "string",
      "description": "This attribute will only contain two values;
          'deviceControl' or 'telemetry'.",
      "multivalues": false,
      "required": true,
      "caseExact": false,
      "mutability": "readOnly",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "applicationName",
      "type": "string",
      "description": "Human readable name of the application.",
      "multivalues": false,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "certificateInfo",
      "type": "complex",
      "description": "Contains x509 certificate's subject name and
          root CA information associated with the device control or
          telemetry app.",
      "multivalues": false,
      "required": false,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none",
      "subAttributes" : [
        {
          "name" : "rootCN",
          "type" : "string",
          "description" : "A root certificate common name.",
          "multiValued" : false,
          "required" : true,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "subjectName",
          "type" : "string",
          "description" : "Also known as the Common Name (CN), the
              Subject Name is a field in the X.509 certificate that
              identifies the primary domain or IP address for which
              the certificate is issued.",
          "multiValued" : false,
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "subjectAlternativeName",
          "type" : "string",
          "description" : "This attribute allows for the inclusion
              of multiple domain names and IP addresses in a single
              certificate. This enables the certificate to be used
              for multiple related domains or IPs without the need
              for separate certificates for each.",
          "multiValued" : true,
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        }
      ]
    },
    {
      "name": "client-token",
      "type": "string",
      "description": "This attribute contains a token that the
          client will use to authenticate itself.  Each token may
          be a string up to 500 characters in length.",
      "multivalues": false,
      "required": false,
      "caseExact": true,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" :
      "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Device"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="ble-extension-schema-json"><name>BLE Extension Schema JSON</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
[
  {
    "id": "urn:ietf:params:scim:schemas:extension:ble:2.0:Device",
    "name": "bleExtension",
    "description": "Ble extension for device account",
    "attributes" : [
      {
        "name": "versionSupport",
        "type": "string",
        "description": "Provides a list of all the BLE versions
            supported by the device. For example, [4.1, 4.2, 5.0,
            5.1, 5.2, 5.3].",
        "multivalues": true,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "deviceMacAddress",
        "type": "string",
        "description": "It is the public MAC address assigned by
            the manufacturer. It is unique 48 bit value. The regex
            pattern is ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.",
        "multivalues": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "Manufacturer"
      },
      {
        "name": "isRandom",
        "type": "boolean",
          "description": "The isRandom flag is taken from the BLE
              core specifications 5.3. If TRUE, device is using
              Random address which is resolved using IRK.  If not
              present, the value is FALSE.",
        "multivalues": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "separateBroadcastAddress",
        "type": "string",
        "description": "When present, this address is used for
            broadcasts/advertisements.  This value MUST NOT be set
            when an IRK is provided.  Its form is the same as
            deviceMa`cAddress.",
        "multivalues": true,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "irk",
        "type": "string",
        "description": "Identity resolving key, which is unique for
            every device. It is used to resolve random address. 
            This value MUST NOT be set when
            separateBroadcastAddress is set.",
        "multivalues": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "Manufacturer"
      },
      {
        "name": "pairingMethods",
        "type": "string",
        "description": "List of pairing methods associated with the
            ble device, stored as schema URI.",
        "multivalues": true,
        "required": true,
        "caseExact": true,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      }
    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:ble:2.0:Device"
    }
  },
  {
    "id": "urn:ietf:params:scim:schemas:extension:pairingNull:2.0
       :Device",
    "name": "nullPairing",
    "description": "Null pairing method for ble. It is included for
        the devices that do not have a pairing method.",
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:pairingNull:2.0:Device"
    }
  },
  {
    "id": "urn:ietf:params:scim:schemas:extension:pairingJustWorks
       :2.0:Device",
    "name": "pairingJustWorks",
    "description": "Just works pairing method for ble.",
    "attributes" : [
      {
        "name": "key",
        "type": "integer",
        "description": "Just works does not have any key value. For
            completeness, it is added with a key value 'null'.",
        "multivalues": false,
        "required": true,
        "caseExact": false,
        "mutability": "immutable",
        "returned": "default",
        "uniqueness": "none"
      }
    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:pairingJustWorks:2.0:Device"
    }
  },
  {
    "id": "urn:ietf:params:scim:schemas:extension:pairingPassKey
       :2.0:Device",
    "name": "pairingPassKey",
    "description": "Pass key pairing method for ble.",
    "attributes" : [
      {
        "name": "key",
        "type": "integer",
        "description": "A six digit passkey for ble device. The
            pattern of key is ^[0-9]{6}$.",
        "multivalues": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      }
    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:pairingPassKey:2.0:Device"
    }
  },
  {
    "id": "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0
       :Device",
    "name": "pairingOOB",
    "description": "Pass key pairing method for ble.",
    "attributes" : [
      {
        "name": "key",
        "type": "string",
        "description": "A key value retrieved from out of band
            source such as NFC.",
        "multivalues": false,
        "required": true,
        "caseExact": true,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "randomNumber",
        "type": "integer",
        "description": "Nonce added to the key.",
        "multivalues": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "confirmationNumber",
        "type": "integer",
        "description": "Some solutions require confirmation number
            in RESTful message exchange.",
        "multivalues": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      }
    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:pairingOOB:2.0:Device"
    }
  }
]
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="dpp-extension-schema-json"><name>DPP Extension Schema JSON</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
{
    "id": "urn:ietf:params:scim:schemas:extension:dpp:2.0:Device",
    "name": "dppExtension",
    "description": "Device extension schema for DPP",
    "attributes" : [
      {
        "name": "dppVersion",
        "type": "integer",
        "description": "Version of DPP this device supports.",
        "multivalues": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "bootstrappingMethod",
        "type": "string",
        "description": "The list of all the bootstrapping methods
            available on the enrollee device. For example, [QR,
            NFC].",
        "multivalues": true,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "bootstrapKey",
        "type": "string",
        "description": "This key is Elliptic-Curve Diffie–Hellman 
           (ECDH) public key. The base64 encoded length for P-256,
            P-384, and P-521 is 80, 96, and 120 characters.",
        "multivalues": false,
        "required": true,
        "caseExact": true,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "deviceMacAddress",
        "type": "string",
        "description": "The MAC address assigned by the
            manufacturer. It is unique 48 bit value. The regex
            pattern is ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.",
        "multivalues": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "Manufacturer"
      },
      {
        "name": "classChannel",
        "type": "string",
        "description": "A list of global operating class and
            channel shared as bootstrapping information. It is
            formatted as class/channel. For example, '81/1',
            '115/36'.",
        "multivalues": true,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "serialNumber",
        "type": "string",
        "description": "An alphanumeric serial number that may also
            be passed as bootstrapping information.",
        "multivalues": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      }

    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:dpp:2.0:Device"
    }
  }
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="zigbee-extension-schema-json"><name>Zigbee Extension Schema JSON</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "id": "urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device",
  "name": "zigbeeExtension",
  "description": "Device extension schema for zigbee.",
  "attributes" : [
    {
      "name": "versionSupport",
      "type": "string",
      "description": "Provides a list of all the zigbee versions
          supported by the device. For example, [3.0].",
      "multivalues": true,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "deviceEui64Address",
      "type": "string",
      "description": "The EUI-64 (Extended Unique Identifier)
          device address. The regex pattern is ^[0-9A-Fa-f]{16}$.",
      "multivalues": false,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
       :extension:zigbee:2.0:Device"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="endpointappsext-extension-schema-json"><name>EndpointAppsExt JSON Extension Schema</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "id": "urn:ietf:params:scim:schemas:extension:endpointAppsExt:2.0
     :Device",
  "name": "endpointAppsExt",
  "description": "Extension for partner endpoint applications that
      can onboard, control, and communicate with the device.",
  "attributes" : [
    {
      "name": "applications",
      "type": "complex",
      "description": "Includes references to two types of
          application that connect with entrprise, i.e.,
          deviceControl and telemetry.",
      "multivalues": false,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none",
      "subAttributes" : [
        {
          "name" : "value",
          "type" : "string",
          "description" : "The identifier of the endpointApp.",
          "multiValued" : false,
          "required" : true,
          "caseExact" : false,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "$ref",
          "type" : "reference",
          "referenceTypes" : "EndpointApps",
          "description" : "The URI of the corresponding
              'EndpointApp' resource which will control or obtain
              data from the device.",
          "multiValued" : false,
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        }
      ]
    },
    {
      "name": "DeviceControlEnterpriseEndpoint",
      "type": "reference",
      "description": "The URL of the enterprise endpoint which
          device control apps use to reach enterprise network
          gateway.",
      "multivalues": false,
      "required": true,
      "caseExact": true,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "Enterprise"
    },
    {
      "name": "telemetryEnterpriseEndpoint",
      "type": "reference",
      "description": "The URL of the enterprise endpoint which
          telemetry apps use to reach enterprise network gateway.",
      "multivalues": false,
      "required": true,
      "caseExact": true,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "Enterprise"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
       :extension:endpointAppsExt:2.0:Device"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The following sections provide representations of schemas for both
   SCIM resources and service provider schemas.  Note that the JSON
   representation has been modified for readability and to fit the
   specification format.</t>

<t>8.7.1.  Resource Schema Representation</t>

<t>The following is intended as an example of the SCIM schema
   representation in JSON format for SCIM resources.  Where permitted,
   individual values and schema MAY change.  This example includes
   schema representations for "User", "Group", and "EnterpriseUser";
   other schema representations are possible.</t>

</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Because provisioning operations are senstive, each client must be
appropriately authenticated.  Certain objects may be read-only or
not visible based on who is connected.</t>

<t>[ More to be added here. ]</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>TBD</t>

</section>
<section anchor="changes-from-earlier-versions"><name>Changes from Earlier Versions</name>

<t>Draft -01:</t>

<t><list style="symbols">
  <t>Doh! We forgot the core device schemea!</t>
</list></t>

<t>Draft -00:</t>

<t><list style="symbols">
  <t>Initial revision</t>
</list></t>

</section>
<section anchor="openapi-representation"><name>OpenAPI representation</name>

<t>The following sections are provided for informational purposes.</t>

<section anchor="device-schema-openapi-representation"><name>Device Core Schema OpenAPI Representation</name>

<t>OpenAPI representation of device core schema is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    Device:
      title: Device
      description: Device account
      type: object
      properties:
        deviceDisplayName:
          type: string
          description: "Human readable name of the device, suitable
                        for displaying to end-users. For example,
                       'BLE Heart Monitor' etc."
          nullable: true
          readOnly: false
          writeOnly: false
        adminState:
          type: boolean
          description: A mutable boolean value indicating the device
                       administrative status. If set TRUE, the
                       commands (such as connect, disconnect,
                       subscribe) that control app sends to the
                       controller for the devices will be processeed
                       by the controller.  If set FALSE, any command
                       comming from the control app for the device
                       will be rejected by the controller.
          nullable: false
          readOnly: false
          writeOnly: false
        mudUrl:
          type: string
          format: uri
          description: A URL to MUD file of the device (RFC 8520). It
                       is added for future use. Current usage is not 
                       defined yet.
          nullable: true
          readOnly: false
          writeOnly: false
      required:
        - adminState
      additionalProperties: false
      allOf:
        - $ref: '#/components/schemas/CommonAttributes'
    CommonAttributes:
      type: object
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:core:2.0:Device
          description: The list of schemas that define the resource.
          nullable: false
        id:
          type: string
          format: uri
          description: The unique identifier for a resource.
          nullable: false
          readOnly: true
          writeOnly: false
        externalId:
          type: string
          description: An identifier for the resource that is defined
                       by the provisioning client.
          nullable: true
          readOnly: false
          writeOnly: false
        meta:
          type: object
          readOnly: true
          properties:
            resourceType:
              type: string
              description: The name of the resource type of the 
                           resource.
              nullable: false
              readOnly: true
              writeOnly: false
            location:
              type: string
              format: uri
              description: The URI of the resource being returned.
              nullable: false
              readOnly: true
              writeOnly: false
            created:
              type: string
              format: date-time
              description: The date and time the resource was added
                           to the service provider.
              nullable: false
              readOnly: true
              writeOnly: false
            lastModified:
              type: string
              format: date-time
              description: The most recent date and time that the 
                           details of this resource were updated at
                           the service provider.
              nullable: false
              readOnly: true
              writeOnly: false
            version:
              type: string
              description: The version of the resource. 
              nullable: true
              readOnly: true
              writeOnly: false
          additionalProperties: false
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="endpointapp-schema-openapi-representation"><name>EndpointApp Schema OpenAPI Representation</name>
<t>OpenAPI representation of endpointApp schema is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    EndpointApp:
      title: EndpointApp
      description: Endpoint application resource
      type: object
      properties:
        applicationType:
          type: string
          description: "This attribute will only contain two values;
                       'deviceControl' or 'telemetry'."
          nullable: false
          readOnly: true
          writeOnly: false

        applicationName:
          type: string
          description: Human readable name of the application.
          nullable: false
          readOnly: false
          writeOnly: false
        
      required:
        - applicationType
        - applicationName

      additionalProperties: true
      oneOf:
        - $ref: '#/components/schemas/client-token'
        - $ref: '#/components/schemas/certificateInfo'

      allOf:
        - $ref: '#/components/schemas/CommonAttributes'

    client-token:
      type: string
      description: "This attribute contains a token that the client
                    will use to authenticate itself. Each token may
                    be a string up to 500 characters in length."
      nullable: true
      readOnly: false
      writeOnly: false

    certificateInfo:
      type: object
      description: "Contains x509 certificate's subject name and 
                    root CA information associated with the device
                    control or telemetry app."
      properties:
        rootCN:
          type: string
          description: "A root certificate common name."
          nullable: false
          readOnly: true
          writeOnly: false

        subjectName:
          type: string
          description: "Also known as the Common Name (CN), the
                        Subject Name is a field in the X.509 
                        certificate that identifies the primary
                        domain or IP address for which the
                        certificate is issued."
          nullable: false
          readOnly: true
          writeOnly: false

        subjectAlternativeName:
          type: array
          items:
            type: string
          description: "This attribute allows for the inclusion of
                        multiple domain names and IP addresses in a
                        single certificate. This enables the 
                        certificate to be used for multiple related
                        domains or IPs without the need for 
                        separate certificates for each. "
          nullable: true
          readOnly: true
          writeOnly: false
      required:
      - rootCN

    CommonAttributes:
      type: object
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:core:2.0:Device
          description: The list of schemas that define the resource.
          nullable: false
        id:
          type: string
          format: uri
          description: The unique identifier for a resource.
          nullable: false
          readOnly: true
          writeOnly: false
        externalId:
          type: string
          description: An identifier for the resource that is defined
                       by the provisioning client.
          nullable: true
          readOnly: false
          writeOnly: false
        meta:
          type: object
          readOnly: true
          properties:
            resourceType:
              type: string
              description: The name of the resource type of the 
                           resource.
              nullable: false
              readOnly: true
              writeOnly: false
            location:
              type: string
              format: uri
              description: The URI of the resource being returned.
              nullable: false
              readOnly: true
              writeOnly: false
            created:
              type: string
              format: date-time
              description: The date and time the resource was added
                           to the service provider.
              nullable: false
              readOnly: true
              writeOnly: false
            lastModified:
              type: string
              format: date-time
              description: The most recent date and time that the 
                           details of this resource were updated at
                           the service provider.
              nullable: false
              readOnly: true
              writeOnly: false
            version:
              type: string
              description: The version of the resource. 
              nullable: true
              readOnly: true
              writeOnly: false
          additionalProperties: false
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="ble-extension-schema-openapi-representation"><name>BLE Extension Schema OpenAPI Representation</name>
<t>OpenAPI representation of BLE extension schema is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    BleDevice:
      type: object
      description: BLE Device schema.
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:extension:ble:2.0:Device
        urn:ietf:params:scim:schemas:extension:ble:2.0:Device:
          $ref: '#/components/schemas/BleDeviceExtension'
          required: true
    BleDeviceExtension:
      type: object
      properties:
        versionSupport:
          type: array
          items:
            type: string
          description: Provides a list of all the BLE versions 
                       supported by the device. For example, 
                       [4.1, 4.2, 5.0, 5.1, 5.2, 5.3].
          nullable: false
          readOnly: false
          writeOnly: false

        deviceMacAddress:
          type: string
          description: It is the public MAC address assigned by the 
                       manufacturer. It is unique 48 bit value. The
                       regex pattern is 
                       ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.
          nullable: false
          readOnly: false
          writeOnly: false

        isRandom:
          type: boolean
          description: AddressType flag is taken from the BLE core 
                       specifications 5.3. If FALSE, the device is 
                       using public MAC address. If TRUE, device is 
                       using Random address which is resolved using
                       the IRK.
          nullable: false
          readOnly: false
          writeOnly: false
        
        separateBroadcastAddress:
          type: string
          description: "When present, this address is used for 
                        broadcasts/advertisements.  This value MUST NOT
                        be set when an IRK is provided.  Its form is 
                        the same as deviceMa`cAddress."
          nullable: false
          readOnly: false
          writeOnly: false

        irk:
          type: string
          description: Identity resolving key, which is unique for 
                       every device. It is used to resolve random 
                       address.
          nullable: true
          readOnly: false
          writeOnly: false
        pairingMethods:
          type: array
          items:
            type: string
          description: List of pairing methods associated with the 
                       ble device, stored as schema URI.
          nullable: true
          readOnly: false
          writeOnly: false
        urn:ietf:params:scim:schemas:extension:pairingNull:2.0:Device:
          $ref: '#/components/schemas/NullPairing'
          required: false
        urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0:Device:
          $ref: '#/components/schemas/PairingJustWorks'
          required: false
        urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0:Device:
          $ref: '#/components/schemas/PairingPassKey'
          required: false
        urn:ietf:params:scim:schemas:extension:pairingOOB:2.0:Device:
          $ref: '#/components/schemas/PairingOOB'
          required: false
      required:
        - versionSupport
        - deviceMacAddress
        - AddressType
        - pairingMethods
      additionalProperties: false

    NullPairing:
      type: object
      properties:
        id:
          type: string
          description: The id of the null pairing schema.
          nullable: false
          readOnly: true
          writeOnly: false

    PairingJustWorks:
      type: object
      description: Just works pairing method for ble
      properties:
        key:
          type: integer
          description: Just works does not have any key value. For 
                       completeness, it is added with a key value
                       'null'.
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - key

    PairingPassKey:
      type: object
      description: Pass key pairing method for ble
      properties:
        key:
          type: integer
          description: A six digit passkey for ble device.
                       The pattern of key is ^[0-9]{6}$.
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - key

    PairingOOB:
      type: object
      description: Out-of-band pairing method for BLE
      properties:
        key:
          type: string
          description: The OOB key value for ble device.
          nullable: false
          readOnly: false
          writeOnly: false
        randomNumber:
          type: integer
          description: Nonce added to the key
          nullable: false
          readOnly: false
          writeOnly: false
        confirmationNumber:
          type: integer
          description: Some solutions require a confirmation number 
                       in the RESTful message exchange.
          nullable: true
          readOnly: false
          writeOnly: false
      required:
        - key
        - randomNumber
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="dpp-extension-schema-openapi-representation"><name>DPP Extension Schema OpenAPI Representation</name>
<t>OpenAPI representation of DPP extension schema is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    DppDevice:
      type: object
      description: DPP device extension schema
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:extension:dpp:2.0:Device
        urn:ietf:params:scim:schemas:extension:dpp:2.0:Device:
          $ref: '#/components/schemas/DppDeviceExtension'
          required: true
    DppDeviceExtension:
      type: object
      properties:
        dppVersion:
          type: integer
          description: Version of DPP this device supports.
          nullable: false
          readOnly: false
          writeOnly: false
        bootstrappingMethod:
          type: array
          items:
            type: string
          description: The list of all the bootstrapping methods 
                       available on the enrollee device. For 
                       example, [QR, NFC].
          nullable: true
          readOnly: false
          writeOnly: false
        bootstrapKey:
          type: string
          description: This key is Elliptic-Curve Diffie–Hellman 
                       (ECDH) public key. The base64 encoded length
                       for P-256, P-384, and P-521 is 80, 96, and 120
                       characters.
          nullable: false
          readOnly: false
          writeOnly: false
        deviceMacAddress:
          type: string
          description: The MAC address assigned by the manufacturer.
                       The regex pattern is
                       ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.
          nullable: false
          readOnly: false
          writeOnly: false
        classChannel:
          type: array
          items:
            type: string
          description: A list of global operating class and channel 
                       shared as bootstrapping information. It is 
                       formatted as class/channel. For example,
                       '81/1', '115/36'.
          nullable: false
          readOnly: false
          writeOnly: false
        serialNumber:
          type: string
          description: An alphanumeric serial number that may also be
                       passed as bootstrapping information.
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - dppVersion
        - bootstrapKey
      additionalProperties: false
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="zigbee-extension-schema-openapi-representation"><name>Zigbee Extension Schema OpenAPI Representation</name>
<t>OpenAPI representation of zigbee extension schema is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    ZigbeeDevice:
      type: object
      description: Zigbee Device schema.
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device
        urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device:
          $ref: '#/components/schemas/ZigbeeDeviceExtension'
          required: true
    ZigbeeDeviceExtension:
      type: object
      properties:
        versionSupport:
          type: array
          items:
            type: string
          description: Provides a list of all the Zigbee versions 
                       supported by the device. For example, [3.0].
          nullable: false
          readOnly: false
          writeOnly: false
        deviceEui64Address:
          type: string
          description: The EUI-64 (Extended Unique Identifier) device 
                       address. The regex pattern is
                       ^[0-9A-Fa-f]{16}$.
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - versionSupport
        - deviceEui64Address
      description: Device extension schema for Zigbee.
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="endpointappsext-extension-schema-openapi-representation"><name>EndpointAppsExt Extension Schema OpenAPI Representation</name>
<t>OpenAPI representation of endpoint Apps extension schema 
is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    EndpointAppsExt:
      type: object
      properties:
        applications:
          $ref: '#/components/schemas/applications'
        
        DeviceControlEnterpriseEndpoint:
          type: string
          format: url
          description: The URL of the enterprise endpoint which device
                       control apps use to reach enterprise network 
                       gateway.
          nullable: false
          readOnly: false
          writeOnly: false
        
        telemetryEnterpriseEndpoint:
          type: string
          format: url
          description: The URL of the enterprise endpoint which 
                       telemetry apps use to reach enterprise network 
                       gateway.
          nullable: false
          readOnly: false
          writeOnly: false

      required:
        - applications
        - DeviceControlEnterpriseEndpoint
        - telemetryEnterpriseEndpoint
        
    applications:
      type: array
      items:
        value:
          type: string
          description: The identifier of the endpointApp.
          nullable: false
          readOnly: true
          writeOnly: false
        ref:
          type: string
          format: uri
          description: The URI of the corresponding 'EndpointApp' 
                      resource which will control or obtain data from 
                      the device.
          nullable: false
          readOnly: true
          writeOnly: false
      required:
        - value
        - ref

   
<CODE ENDS>
]]></artwork></figure>

</section>
</section>
<section anchor="changes"><name>Changes</name>

<t><list style="symbols">
  <t>04 openapi model and narrative clarified.</t>
  <t>05 typos</t>
</list></t>

</section>
<section anchor="tbd"><name>TBD</name>

<t>Fido</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>

<reference anchor="BLE53" >
  <front>
    <title>Bluetooth Core Specification, Version 5.3</title>
    <author >
      <organization>Bluetooth SIG</organization>
    </author>
    <date year="2021"/>
  </front>
</reference>
<reference anchor="DPP2" >
  <front>
    <title>Wi-Fi Easy Connect Specification, Version 2.0</title>
    <author >
      <organization>Wi-Fi Alliance</organization>
    </author>
    <date year="2020"/>
  </front>
</reference>


<reference anchor='RFC7643' target='https://www.rfc-editor.org/info/rfc7643'>
  <front>
    <title>System for Cross-domain Identity Management: Core Schema</title>
    <author fullname='P. Hunt' initials='P.' role='editor' surname='Hunt'/>
    <author fullname='K. Grizzle' initials='K.' surname='Grizzle'/>
    <author fullname='E. Wahlstroem' initials='E.' surname='Wahlstroem'/>
    <author fullname='C. Mortimore' initials='C.' surname='Mortimore'/>
    <date month='September' year='2015'/>
    <abstract>
      <t>The System for Cross-domain Identity Management (SCIM) specifications are designed to make identity management in cloud-based applications and services easier. The specification suite builds upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. Its intent is to reduce the cost and complexity of user management operations by providing a common user schema and extension model as well as binding documents to provide patterns for exchanging this schema using HTTP.</t>
      <t>This document provides a platform-neutral schema and extension model for representing users and groups and other resource types in JSON format. This schema is intended for exchange and use with cloud service providers.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7643'/>
  <seriesInfo name='DOI' value='10.17487/RFC7643'/>
</reference>

<reference anchor='RFC7644' target='https://www.rfc-editor.org/info/rfc7644'>
  <front>
    <title>System for Cross-domain Identity Management: Protocol</title>
    <author fullname='P. Hunt' initials='P.' role='editor' surname='Hunt'/>
    <author fullname='K. Grizzle' initials='K.' surname='Grizzle'/>
    <author fullname='M. Ansari' initials='M.' surname='Ansari'/>
    <author fullname='E. Wahlstroem' initials='E.' surname='Wahlstroem'/>
    <author fullname='C. Mortimore' initials='C.' surname='Mortimore'/>
    <date month='September' year='2015'/>
    <abstract>
      <t>The System for Cross-domain Identity Management (SCIM) specification is an HTTP-based protocol that makes managing identities in multi-domain scenarios easier to support via a standardized service. Examples include, but are not limited to, enterprise-to-cloud service providers and inter-cloud scenarios. The specification suite seeks to build upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. SCIM's intent is to reduce the cost and complexity of user management operations by providing a common user schema, an extension model, and a service protocol defined by this document.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7644'/>
  <seriesInfo name='DOI' value='10.17487/RFC7644'/>
</reference>


<reference anchor='I-D.bhutton-json-schema' target='https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-01'>
   <front>
      <title>JSON Schema: A Media Type for Describing JSON Documents</title>
      <author fullname='Austin Wright' initials='A.' surname='Wright'>
         </author>
      <author fullname='Henry Andrews' initials='H.' surname='Andrews'>
         </author>
      <author fullname='Ben Hutton' initials='B.' surname='Hutton'>
         <organization>Postman</organization>
      </author>
      <author fullname='Greg Dennis' initials='G.' surname='Dennis'>
         </author>
      <date day='10' month='June' year='2022'/>
      <abstract>
	 <t>   JSON Schema defines the media type &quot;application/schema+json&quot;, a JSON-
   based format for describing the structure of JSON data.  JSON Schema
   asserts what a JSON document must look like, ways to extract
   information from it, and how to interact with it.  The &quot;application/
   schema-instance+json&quot; media type provides additional feature-rich
   integration with &quot;application/schema+json&quot; beyond what can be offered
   for &quot;application/json&quot; documents.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-bhutton-json-schema-01'/>
   
</reference>

<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname='S. Bradner' initials='S.' surname='Bradner'/>
    <date month='March' year='1997'/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='2119'/>
  <seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>

<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname='B. Leiba' initials='B.' surname='Leiba'/>
    <date month='May' year='2017'/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='8174'/>
  <seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>

<reference anchor='RFC8520' target='https://www.rfc-editor.org/info/rfc8520'>
  <front>
    <title>Manufacturer Usage Description Specification</title>
    <author fullname='E. Lear' initials='E.' surname='Lear'/>
    <author fullname='R. Droms' initials='R.' surname='Droms'/>
    <author fullname='D. Romascanu' initials='D.' surname='Romascanu'/>
    <date month='March' year='2019'/>
    <abstract>
      <t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs). The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function. The initial focus is on access control. Later work can delve into other aspects.</t>
      <t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8520'/>
  <seriesInfo name='DOI' value='10.17487/RFC8520'/>
</reference>




    </references>

    <references title='Informative References'>



<reference anchor='RFC8995' target='https://www.rfc-editor.org/info/rfc8995'>
  <front>
    <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
    <author fullname='M. Pritikin' initials='M.' surname='Pritikin'/>
    <author fullname='M. Richardson' initials='M.' surname='Richardson'/>
    <author fullname='T. Eckert' initials='T.' surname='Eckert'/>
    <author fullname='M. Behringer' initials='M.' surname='Behringer'/>
    <author fullname='K. Watsen' initials='K.' surname='Watsen'/>
    <date month='May' year='2021'/>
    <abstract>
      <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8995'/>
  <seriesInfo name='DOI' value='10.17487/RFC8995'/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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

-->

</rfc>

