<?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-shahzad-scim-device-model-04" 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="April" day="17"/>

    
    
    <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 enpoint 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 send 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 vakue 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="appendix"><name>APPENDIX</name>

<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>


  </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'><organization/></author>
<author fullname='K. Grizzle' initials='K.' surname='Grizzle'><organization/></author>
<author fullname='E. Wahlstroem' initials='E.' surname='Wahlstroem'><organization/></author>
<author fullname='C. Mortimore' initials='C.' surname='Mortimore'><organization/></author>
<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'><organization/></author>
<author fullname='K. Grizzle' initials='K.' surname='Grizzle'><organization/></author>
<author fullname='M. Ansari' initials='M.' surname='Ansari'><organization/></author>
<author fullname='E. Wahlstroem' initials='E.' surname='Wahlstroem'><organization/></author>
<author fullname='C. Mortimore' initials='C.' surname='Mortimore'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='R. Droms' initials='R.' surname='Droms'><organization/></author>
<author fullname='D. Romascanu' initials='D.' surname='Romascanu'><organization/></author>
<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'><organization/></author>
<author fullname='M. Richardson' initials='M.' surname='Richardson'><organization/></author>
<author fullname='T. Eckert' initials='T.' surname='Eckert'><organization/></author>
<author fullname='M. Behringer' initials='M.' surname='Behringer'><organization/></author>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<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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
WrOJOp2KtNM8mYkwfO2tU45yMTtQN0KamVTgizSqdzUR3txrYO2O1nm9pYmu
MqmCrHG3qjSI7BxWHGOmrlFvb5a9C+l+dA4U+3//5/8+C+MYj1PcP9jbf/ZA
7lUS5l5A1GEkwfYmcBCmOhyLQwLcm33SW9/a7sI/GzubHMqT3tb6GsMw2Vnt
0sfb/PLa+qrO+JTXRrpT++hKd/4epm+vmx3kN1RYsZPNSWXucOegqPHD+Rxz
elNbnOtwNrWrMwn4KNhgA1bvbBsb21VevPpN7b707+VgdAQxX1f4flc8vQRs
TOD6iPK7Itdbt4SBLtvQCvDkwDCUqYHRr2jnyDaOVjTACqlmbD9Ja/crLUi4
MmmeslC7e3xAzPSSm5X2INTOj0ydrFJThAnLkaEPXln7lL/9+vNpF11+uCNZ
Hjyp44kGgx/BspyD/QgyOvadhQsS7xgveESdSJSNB4mwHS49Rrw1sCYDQe0a
cnJU8gt8+5BymB6KZkroWNlZe7i20l1ZW9t6uLG94kELmTNVGqDlm6+vka9P
rVlWh5/Nl2WuUFXw3J2vZp4v9O59a6awLuNnDjy3SS8tXEtB93cJjykMDfx8
JnjMDCWo5lX6+vBuva/PddrRBZx2LHbpRj47G04Q0iw0s95dxz83dtqZn6ZW
uDAMvPmEba+eaHfBLCm2b4/ZTQslSFnI3jH9FgaKtGRHZ0EZiR3P1GXE+fnU
TBxTfvwn9Fh4Udo52n97dXD192c/pf84/OP31b3dn/9+KL7v7/482j+82N1/
dfrH+0nhe7/4R3p4enjy+sf056NfVlf/9uw1NHB4+bds9svrF3+sHv8evz3c
/cHDD008mE/XfS+a4oINHjUT9E5y1cSLCFMEY0ebjx5tPn+2Ptxc3dw0criY
bPUt8Q37LJz4xuuxKcmixh4bmBrL8dgQo+XKhqs9Nuiy+Ud0MQzDG3pq+IFq
uygPES1b2VtuPXbjD9ap5Y05LMqhLXZWVLxlxpCaaRjnhbRXuGOkmX8wi7Y3
dVB7Qg9eHfa2N+n9A1mRSCjnhxIZ2QOJ5kqr/yaeGcNYITcz69eMGJ1K+9cT
rus3B6XJK7imHKJLRFR/hYm70V/1m7e1If3f7Lhl2XElbv+8dtyXFQNg6OGC
v6tVcfFAnTa+oDLOXCuNkwaaancJpkimaG+gf9/ZdnlJ9i+8Y27r02L0y94u
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
DBVAjbg7n+FeIurSfbo3AwMXFsMZC4yKeIx2VSug0Ua4h3sdFn7c3XT+SoVc
o65nzGhxEQYSIW6C+ETLTauZII5fnJttoBNhQFe+e6hl+0Mh2B/y1B3azbPC
3nOvKpnfTHpbq4b5Jit+bFwFNExyu559Ba9QEL2zycChTY+2OXpexWRmIIxU
zPkJDUZxq+ZWk1kTjZfD/LoKm+kVQx4OWsFjsqLDo5WTGC2jDJjssMlY7Cmb
uNBaNcsYYlm0FptNc+SopddyzfV25h7FYKegPFaL12tR6ZsI/AVtwLr8W8ns
Hk4wNRiNTWhAXqxUYwwg+s5D1SxTO9ZaROJHmuUtBuyfEF5UGC5KhYlhiCwi
PRB3NU5R2GCBYY7hvR7Wk503WHyQm+nwsD3mq0AsbHWkFzHWrivhzjjBqOlw
m2iapHnBanHCcu6iTDhJ6rA0htkfxTlnK3GcnuMYXQuz6ZiXbKxUMdhwPiOa
xZb9TQTMOx1Ta614Lt4qhe5NRlCn1tSkivFk2Kw0qj05N9tb1mbJyzmWdXPD
2hiFY10bd3wmtjdVpyRcO53NSdDZ2t5eMEGn9ZmXrXPJuo5v7Iv4Ghom0Lwt
e6vOerCJ6r+DQ5a48E9DA5HAwc2NCzPz10rTd+wEnSsKsptZNexFEx7bpLEI
XMvYlRnIROte3p6bi6wyFZn+tElKRlw2Myjo5zD/5HCIUWMG2jhrkyTVvyy3
y5fqbcLYf3Yyp9aIQZ5xtLX0m5dn9LYkl5HRsz3MC+Xx1J9GGT0r33ZTfVYk
96x8vz7pZy3gFek/b5lGTp7NZTpHagVWVRpOO+TJ/rRIyFnZBk/UOSc1ZzP2
UDk7vVk657BIZfZO1lg1+PWJPGlLF34zv4u7hveEPOLM9M0r980r980r980r
980r980rd0MMffPKWZ9vXrnleOVq8jf73XI1nja7Fu7SfG1P4tCJY5ljzCIc
+0YgUCCZ50vWsary6alWFnrbBKLO/aJwrLhgxXhTKbmaGcsvtNRt7SNxt2Zb
NUytXSnTmp2iq3rbSb/tptxuqXPOVcHUPfdIfFvds2m+69rloM0x+ao2Skfp
qh5scpL+1tAtc0q3D+HiKEWVtiYfNY8KrORQf2ZqEbtkRN7UYI9noC7T2pvj
ur6RZtmuq9pAcDER9rJJJW9osV+Rlbe1T65ZZulqnallmunqdnT64fkppytb
MXJR+/JP394Myt62llHNkz9XjrdFIuiqJuRMuSVr2k6efGvLZIsEy5WYmJts
+ZZQtFhW4ZYK0rHOMuzXjG4Cky+BaVPATpwmlg9dORNlS9hEA8uHzE7g1hIq
eHk+RL4tWltzNW64Wpdxy1jojav25BY36iw49ojBii117kYO1ZI9G42lKZuY
ibRt0wo/S9uDcXm6qeE3N5d0DW5g7SgjR6S1q8JOi3zRlVKzee7oqhZESunb
UZl8EwAgsugkBURDKs1JG7tkGjXIclyFWGT+2oTHnw/lKPkaovvFrOil5z3M
gOvDuK530xjj80UGgGek5K1G91J1ezPRbWs28ee4vS1QyylmWwNckV028OWX
rRQ+YuO/Mt/srWhsVfytf5mUrPBaViVibe20xFaW4LS8R7Qr8R4byv50KvSS
e56Zes83VRGWsT/x1L3yJL2nMGZ3bHbGzAPzMrcP7lkMYc5q+w7zY95zuKex
I9POEKabWeh1C4w69U7hXbsy71nsavoyHVJpZ2Ydzbw00PlxPWQQc/le1WRu
khz3nncysol1r3o63quZj/qeJ0HtspmpMlKgNpEtdZlPfZplta183Up3y1Pc
+hGsuWQZ+EU1qYzYudhqnmK2csBt8s1WNqLz0DbJPVvZjJGT9ja5uuQFXwDz
tVlhbRd35XB9OeEqH27iyL5NpJnZWG9VBjTJ2qoytVaiq3kK1+o2muZzrWxA
5HnVuV1vk0BmftX2HN0iuSodhpUjbpJo9faQoNZw/XDPWIDNq6bkldfb75HX
pC5trXCKjJ23onNyINuqnWJo9pb516hwlvJEttY5Sy00VjtN1DfXPL1vtVc+
nc302xTbNRvq/7Bz0dYI7RapaW9fQTAzxi6mIjRIGSvV+Wp9ti6DbDNtgWWW
vWOpa3OeJY9LyPXbvDWJljlD9auFspvltaF0bpL3dfGDhhShKQ+ILEPAOwNu
LynMpKyNZZv5kiHS9Lc56RAbzSodtxrXTrYmCfkE81UbIC0yJlZPWZm87zZF
lP5Wk9vw7vFbiZOW+Q8/C25rBZrJ6+b1OSxuPlpDKZew3unoWbLd5Zo51hdb
rOrT9bbGt+sfqWZlFDDtGDWaw6j+tLdOotsqFmuUANdIeVvVjqG/3Bry/Esv
8oB5ARAsmNu/Yv5/mLBekJcyAQA=

-->

</rfc>

