<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dsmullen-ppd-protocol-00" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="PPDProt">Privacy Preference Declaration Protocol Specification</title>
    <seriesInfo name="Internet-Draft" value="draft-dsmullen-ppd-protocol-00"/>
    <author fullname="Daniel Smullen">
      <organization>CableLabs</organization>
      <address>
        <email>d.smullen@cablelabs.com</email>
      </address>
    </author>
    <author fullname="Brian Scriber">
      <organization>CableLabs</organization>
      <address>
        <email>brian.scriber@computer.org</email>
      </address>
    </author>
    <date year="2026" month="May" day="18"/>
    <keyword>privacy preferences</keyword>
    <keyword>home networks</keyword>
    <keyword>internet of things</keyword>
    <keyword>device signaling</keyword>
    <abstract>
      <?line 31?>

<t>This document specifies a participant-facing protocol for Privacy Preference
Declarations (PPDs) in home networks.  The protocol is between a home-side PPD
service endpoint and a device-side actor, formally the <tt>PPD participant</tt>, which
is a device or a service acting on behalf of a device.  It defines baseline
operations for endpoint metadata confirmation, participant registration,
optional participant declaration, effective-policy retrieval, policy
acknowledgment, renewal, and reassociation.  This document complements the PPD
architecture and taxonomy documents by defining the message and sequencing
behavior needed for interoperable policy signaling.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://drspangle.github.io/draft-dsmullen-ppd-protocol/draft-dsmullen-ppd-protocol.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-dsmullen-ppd-protocol/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/drspangle/draft-dsmullen-ppd-protocol"/>.</t>
    </note>
  </front>
  <middle>
    <?line 43?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="I-D.draft-dsmullen-ppd-architecture"/> defines the architectural roles,
trust boundaries, and lifecycle meaning for Privacy Preference Declarations
(PPDs) in home-network environments.
<xref target="I-D.draft-dsmullen-ppd-taxonomy"/> defines the vocabulary used to express
privacy rules and participant declarations.
This document specifies the participant-facing protocol behavior that sits
between those two companion documents.
The broader relationship between PPD and earlier work such as DNT, P3P, MUD,
and privacy-vocabulary or policy-expression efforts is discussed in
<xref target="I-D.draft-dsmullen-ppd-architecture"/>.
This document does not restate that comparison except where needed to explain
protocol behavior.</t>
      <t>The protocol defined here is intentionally narrow.
It is designed to ensure that a device-side actor can discover or be
provisioned with candidate home-side PPD service endpoints, confirm the
selected endpoint, register, optionally describe itself, retrieve the current
effective household policy that applies to it, and provide a protected receipt
acknowledgment for that exact policy instance.
The protocol also defines how the home-side service and the device-side actor
keep association current over time, including renewal and reassociation
behavior.</t>
      <t>In the formal architecture terminology reused here, the device-side actor is
the <tt>PPD participant</tt>.
That term can be easy to misread, so this document makes the intended boundary
explicit:
the protocol-side participant is a device or a service acting for a device, not
the homeowner, household member, or operator who set or review household
policy.</t>
      <t>This protocol does not define local dashboards, operator workflow, household
policy authoring, device-behavior enforcement, or internal protocols between a
PPD service endpoint and a distinct policy authority.
Those functions can exist in deployments, but they are outside the baseline
interoperable contract defined here.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>
      <?line -18?>

<t>This document reuses the terminology defined in
<xref target="I-D.draft-dsmullen-ppd-architecture"/>.
In particular, it relies on the meanings of <tt>PPD participant</tt>,
<tt>PPD service endpoint</tt>, <tt>policy authority</tt>, <tt>effective policy</tt>,
<tt>association</tt>, <tt>current association</tt>, <tt>stale association</tt>, and
<tt>needs reassociation</tt>.</t>
      <t>For clarity in this document, <tt>PPD participant</tt> always means a device or a
service acting on behalf of a device.
It does not refer to a homeowner, household member, or other human actor on
the household side of the system.</t>
    </section>
    <section anchor="scope">
      <name>Scope</name>
      <t>This document specifies:</t>
      <ul spacing="normal">
        <li>
          <t>the participant-facing transport and serialization baseline;</t>
        </li>
        <li>
          <t>metadata confirmation for discovered candidate service endpoints;</t>
        </li>
        <li>
          <t>the baseline operation set for participant registration, optional
declaration, policy retrieval, policy acknowledgment, and renewal;</t>
        </li>
        <li>
          <t>message-object expectations for those operations;</t>
        </li>
        <li>
          <t>reassociation behavior when current association can no longer be confirmed;
and</t>
        </li>
        <li>
          <t>protocol-visible error and security behavior.</t>
        </li>
      </ul>
      <t>This document does not specify:</t>
      <ul spacing="normal">
        <li>
          <t>operator-only status, dashboard, or diagnostics surfaces;</t>
        </li>
        <li>
          <t>household policy authoring interfaces;</t>
        </li>
        <li>
          <t>internal service-to-authority protocols;</t>
        </li>
        <li>
          <t>automated enforcement behavior; or</t>
        </li>
        <li>
          <t>non-HTTP transport profiles.</t>
        </li>
      </ul>
    </section>
    <section anchor="protocol-model">
      <name>Protocol Model</name>
      <section anchor="roles">
        <name>Roles</name>
        <t>This protocol defines a participant-facing contract between:</t>
        <ul spacing="normal">
          <li>
            <t>a home-side <tt>PPD service endpoint</tt>, which presents effective policy
instances and records protected policy acknowledgments; and</t>
          </li>
          <li>
            <t>a device-side <tt>PPD participant</tt>, which is a device or backend service acting
on behalf of a device.</t>
          </li>
        </ul>
        <t>A <tt>policy authority</tt> may exist behind the PPD service endpoint, but this
protocol does not require participants to discover or address that authority
directly.
When the service endpoint and policy authority are distinct, the deployment
<bcp14>MUST</bcp14> preserve the authenticity and integrity of the policy information presented
through the participant-facing endpoint.</t>
        <t>The baseline end-to-end story is therefore:</t>
        <ol spacing="normal" type="1"><li>
            <t>the device-side participant learns or is provisioned with a home-side PPD
service endpoint;</t>
          </li>
          <li>
            <t>it confirms the endpoint and the applicable trust profile;</t>
          </li>
          <li>
            <t>it registers and may optionally submit declaration data;</t>
          </li>
          <li>
            <t>the home-side service endpoint returns the current effective policy for that
participant;</t>
          </li>
          <li>
            <t>the device-side participant acknowledges receipt of that exact policy
instance; and</t>
          </li>
          <li>
            <t>both sides use freshness and lifecycle state to determine whether
association remains current or must be renewed or replayed.</t>
          </li>
        </ol>
      </section>
      <section anchor="transport-and-serialization">
        <name>Transport and Serialization</name>
        <t>The baseline participant-facing protocol uses:</t>
        <ul spacing="normal">
          <li>
            <t>HTTP over IP;</t>
          </li>
          <li>
            <t>the path prefix <tt>/ppd/v1</tt>; and</t>
          </li>
          <li>
            <t>JSON request and response bodies using <tt>application/json</tt>.</t>
          </li>
        </ul>
        <t>This document treats JSON as the baseline interoperable encoding.
More compact encodings <bcp14>MAY</bcp14> be defined by future deployment profiles where
resource constraints justify them, but such profiles need to preserve the same
message semantics.</t>
      </section>
      <section anchor="security-profiles">
        <name>Security Profiles</name>
        <t>This protocol defines explicit participant-facing security profiles.
The metadata <tt>security_profile</tt> value identifies which profile a participant-facing
service endpoint expects.</t>
        <t>The following profile identifiers are defined:</t>
        <ul spacing="normal">
          <li>
            <t><tt>direct-constrained</tt>:
authenticated direct-device participation for devices that can meet the
minimum authenticated direct-participant bar without full certificate
lifecycle expectations;</t>
          </li>
          <li>
            <t><tt>direct-certificate</tt>:
authenticated direct-device participation for devices that can support
stronger certificate-capable deployments; and</t>
          </li>
          <li>
            <t><tt>backend-mediated</tt>:
authenticated participation by a service acting on behalf of a device.</t>
          </li>
        </ul>
        <t>The baseline interoperable profile set for this document consists of
<tt>direct-constrained</tt> and <tt>direct-certificate</tt>.
<tt>backend-mediated</tt> is an extension profile.</t>
        <t>This document does not define an unauthenticated direct-participation profile.
Extremely constrained devices that cannot satisfy the minimum authenticated
direct-participant bar are expected to participate indirectly through a trusted
intermediary, or remain non-participating.</t>
        <t>Authenticated participation, regardless of mechanism family, <bcp14>MUST</bcp14> provide:</t>
        <ul spacing="normal">
          <li>
            <t>endpoint authentication sufficient for the participant to authenticate the
selected PPD service endpoint;</t>
          </li>
          <li>
            <t>participant authentication sufficient to bind registration and acknowledgment
state to the same participant identity;</t>
          </li>
          <li>
            <t>confidentiality and integrity protection for participant-facing exchanges;</t>
          </li>
          <li>
            <t>policy-instance integrity sufficient to identify the acknowledged policy
instance unambiguously; and</t>
          </li>
          <li>
            <t>freshness protection sufficient to prevent replay of old acknowledgments as
evidence of current association.</t>
          </li>
        </ul>
        <t>This document does not require one universal credential mechanism across all
participant classes.
It is specific about required security properties first, while leaving room for
deployment profiles to realize those properties differently for constrained
direct devices, certificate-capable direct devices, and backend-mediated
extensions.</t>
      </section>
      <section anchor="candidate-discovery-and-metadata-confirmation">
        <name>Candidate Discovery and Metadata Confirmation</name>
        <t>Every participant <bcp14>MUST</bcp14> support a configured or provisioned participant-facing
PPD service endpoint.
That is the minimum interoperable discovery floor.</t>
        <t>This protocol does not standardize one universal automatic discovery mechanism.
Participants <bcp14>MAY</bcp14> additionally learn candidate PPD service endpoints through
local naming, DHCP-delivered hints, multicast service discovery,
default-gateway probing, Wi-Fi onboarding hints, or comparable local-network
mechanisms.
Such mechanisms are optional discovery profiles unless a deployment profile
requires them.
Discovery yields candidate endpoints only; it does not establish authority.</t>
        <t>A participant that learns a candidate endpoint through any discovery method
<bcp14>MUST</bcp14> confirm that the endpoint supports this protocol before deeper
interaction.
For that purpose, the baseline protocol defines:</t>
        <ul spacing="normal">
          <li>
            <t><tt>GET /ppd/v1/meta</tt></t>
          </li>
        </ul>
        <t>The metadata response is expected to identify at least:</t>
        <ul spacing="normal">
          <li>
            <t>the participant-facing service URI;</t>
          </li>
          <li>
            <t>the protocol version or profile identifier;</t>
          </li>
          <li>
            <t>the taxonomy version or versions understood by the service;</t>
          </li>
          <li>
            <t>whether participant declarations are supported;</t>
          </li>
          <li>
            <t>whether protected acknowledgments are supported; and</t>
          </li>
          <li>
            <t>the expected security mode or trust profile.</t>
          </li>
        </ul>
        <t>The metadata response <bcp14>MUST NOT</bcp14> expose household policy contents, participant
inventory, or acknowledgment history before the normal participant-facing trust
checks succeed.
The participant-facing discovery target is the PPD service endpoint itself, not
an internal repository or policy-authority endpoint.</t>
      </section>
    </section>
    <section anchor="participant-lifecycle">
      <name>Participant Lifecycle</name>
      <section anchor="initial-association">
        <name>Initial Association</name>
        <t>The baseline participant lifecycle is:</t>
        <ol spacing="normal" type="1"><li>
            <t>obtain one or more candidate PPD service endpoints;</t>
          </li>
          <li>
            <t>confirm a selected endpoint using <tt>GET /ppd/v1/meta</tt>;</t>
          </li>
          <li>
            <t>authenticate the selected endpoint according to the deployment's trust
profile;</t>
          </li>
          <li>
            <t>register participant identity and metadata;</t>
          </li>
          <li>
            <t>optionally submit a participant declaration;</t>
          </li>
          <li>
            <t>retrieve the current applicable effective policy instance; and</t>
          </li>
          <li>
            <t>acknowledge receipt of that specific policy instance.</t>
          </li>
        </ol>
        <t>Association is established only when the current applicable effective policy
instance has been delivered and acknowledged.
Acknowledgment is a receipt signal; it is not a claim of compatibility or
compliance.</t>
      </section>
      <section anchor="renewal-and-stale-association">
        <name>Renewal and Stale Association</name>
        <t>Current association is freshness-bound.
A participant <bcp14>MUST</bcp14> renew association often enough that the PPD service endpoint
does not treat the participant as stale.
The participant-facing protocol therefore needs a way to communicate renewal
expectations.</t>
        <t>The baseline effective-policy response and acknowledgment response <bcp14>MUST</bcp14> convey
one of the following:</t>
        <ul spacing="normal">
          <li>
            <t>an absolute renewal deadline; or</t>
          </li>
          <li>
            <t>a bounded renewal interval from the time of response.</t>
          </li>
        </ul>
        <t>For baseline interoperability, the minimum renewal procedure is:</t>
        <ol spacing="normal" type="1"><li>
            <t>the participant retrieves the current applicable effective policy instance
using <tt>GET /ppd/v1/policy/effective/{device_id}</tt>;</t>
          </li>
          <li>
            <t>if the returned <tt>policy_id</tt> and <tt>policy_hash</tt> still identify the same policy
instance the participant currently treats as associated, the participant
renews by sending a fresh Policy Acknowledgment Object for that instance; and</t>
          </li>
          <li>
            <t>if the returned policy instance differs, or if the service indicates
<tt>reassociation-required</tt>, the participant <bcp14>MUST</bcp14> treat the renewal attempt as
escalated to reassociation.</t>
          </li>
        </ol>
        <t>If the applicable effective policy instance remains unchanged but the
participant does not complete that retrieval-and-acknowledgment renewal
procedure before the conveyed freshness limit, the participant enters stale
association.
The participant no longer has current association until it successfully
completes the minimum renewal procedure or, when required by the service,
reassociation.</t>
      </section>
      <section anchor="reassociation-triggers">
        <name>Reassociation Triggers</name>
        <t>A participant enters <tt>needs reassociation</tt> when current association can no
longer be confirmed because:</t>
        <ul spacing="normal">
          <li>
            <t>the applicable effective policy instance changed;</t>
          </li>
          <li>
            <t>participant state relevant to effective-policy derivation changed;</t>
          </li>
          <li>
            <t>enough state was lost that the previous association can no longer be trusted;
or</t>
          </li>
          <li>
            <t>another invalidating event defined by the applicable deployment profile
occurred.</t>
          </li>
        </ul>
        <t>When reassociation is required, the participant <bcp14>MUST</bcp14> retrieve and acknowledge
the current applicable effective policy instance again before current
association is restored.</t>
      </section>
      <section anchor="non-participating-devices">
        <name>Non-Participating Devices</name>
        <t>This protocol does not require every device on a home network to participate in
PPD.
Devices that do not participate remain outside the active message exchange.
Their presence may influence local management or enforcement decisions, but
such decisions are out of scope for this protocol.
Extremely constrained devices that cannot satisfy the minimum authenticated
direct-participant bar <bcp14>MAY</bcp14> instead be represented indirectly by a trusted
intermediary that participates on their behalf.</t>
      </section>
      <section anchor="comparison-outcome-categories">
        <name>Comparison Outcome Categories</name>
        <t>This protocol does not define a universal conflict-resolution procedure between
participant-supplied descriptive material and household policy.
That depends on household intent, participant capability, and deployment logic.</t>
        <t>When a deployment compares participant-side descriptive or policy-related
inputs against household policy and needs to expose the result at the protocol
boundary in the baseline participant-facing protocol, it <bcp14>SHOULD</bcp14> return a
Comparison Outcome Object on the declaration path and classify the result
using one of the following coarse outcome categories:</t>
        <ul spacing="normal">
          <li>
            <t><tt>compatible</tt>:
the compared inputs can coexist without further action;</t>
          </li>
          <li>
            <t><tt>conditionally_satisfiable</tt>:
the compared inputs can coexist if an allowed exception, alternate mode, or
bounded refinement is applied;</t>
          </li>
          <li>
            <t><tt>decision_required</tt>:
household or operator choice is required before a compatible outcome can be
determined;</t>
          </li>
          <li>
            <t><tt>unsatisfiable</tt>:
the compared inputs cannot be satisfied together under the currently known
conditions; or</t>
          </li>
          <li>
            <t><tt>indeterminate</tt>:
the service cannot currently determine a reliable outcome.</t>
          </li>
        </ul>
        <t>This document defines the categories only.
It does not define a universal resolution procedure.</t>
      </section>
    </section>
    <section anchor="protocol-operations">
      <name>Protocol Operations</name>
      <section anchor="overview">
        <name>Overview</name>
        <t>The baseline participant-facing operation set is:</t>
        <ol spacing="normal" type="1"><li>
            <t><tt>GET /ppd/v1/meta</tt></t>
          </li>
          <li>
            <t><tt>POST /ppd/v1/device/register</tt></t>
          </li>
          <li>
            <t><tt>POST /ppd/v1/device/declaration</tt> (optional)</t>
          </li>
          <li>
            <t><tt>GET /ppd/v1/policy/effective/{device_id}</tt></t>
          </li>
          <li>
            <t><tt>POST /ppd/v1/device/ack</tt></t>
          </li>
        </ol>
        <t>These operations form a narrow control path.
They let a device-side participant confirm the home-side service, identify
itself, optionally describe itself, retrieve the current effective household
policy that applies to it, and acknowledge receipt of that specific policy
instance.
They do not define household policy authoring, repository-facing workflows,
compliance attestation, or conflict-resolution procedure.</t>
        <t>When the effective policy changes, when freshness expires, or when other
invalidating events occur, the same narrow operation set is replayed as needed
to restore current association.</t>
        <t>A deployment <bcp14>MAY</bcp14> expose additional readback or manageability operations, but
those are not required for baseline interoperability.
This document also does not define internal repository-facing operations or
operator-only status endpoints.</t>
      </section>
      <section anchor="metadata-confirmation">
        <name>Metadata Confirmation</name>
        <section anchor="get-ppdv1meta">
          <name><tt>GET /ppd/v1/meta</tt></name>
          <t>Purpose:</t>
          <ul spacing="normal">
            <li>
              <t>confirm that a candidate endpoint supports the expected PPD protocol profile;</t>
            </li>
            <li>
              <t>advertise baseline feature support; and</t>
            </li>
            <li>
              <t>communicate security expectations before registration or policy retrieval.</t>
            </li>
          </ul>
          <t>A successful response <bcp14>MUST</bcp14> be a Service Metadata Object.</t>
        </section>
      </section>
      <section anchor="registration">
        <name>Registration</name>
        <section anchor="post-ppdv1deviceregister">
          <name><tt>POST /ppd/v1/device/register</tt></name>
          <t>Purpose:</t>
          <ul spacing="normal">
            <li>
              <t>create or refresh the service endpoint's stored registration for a
participant; and</t>
            </li>
            <li>
              <t>bind the participant's current protocol identity to the registration state.</t>
            </li>
          </ul>
          <t>The request body <bcp14>MUST</bcp14> be a Device Registration Object.</t>
          <t>The request body <bcp14>SHOULD</bcp14> include, when available and appropriate for the
deployment:</t>
          <ul spacing="normal">
            <li>
              <t><tt>manufacturer</tt></t>
            </li>
            <li>
              <t><tt>model</tt></t>
            </li>
            <li>
              <t><tt>firmware_version</tt></t>
            </li>
            <li>
              <t><tt>hostname</tt></t>
            </li>
          </ul>
          <t>The following fields <bcp14>MAY</bcp14> be included when the deployment profile permits them:</t>
          <ul spacing="normal">
            <li>
              <t><tt>mac_address</tt></t>
            </li>
            <li>
              <t><tt>ip_address</tt></t>
            </li>
          </ul>
          <t>A successful response <bcp14>MUST</bcp14> be a Registration Result Object.
Registration success returns the canonical participant identity established or
confirmed by the service.
It <bcp14>MUST NOT</bcp14> repeat metadata-confirmation fields such as the participant-facing
service URI, supported feature flags, or security profile.</t>
        </section>
      </section>
      <section anchor="declaration">
        <name>Declaration</name>
        <section anchor="post-ppdv1devicedeclaration">
          <name><tt>POST /ppd/v1/device/declaration</tt></name>
          <t>Purpose:</t>
          <ul spacing="normal">
            <li>
              <t>provide optional participant-side declaration data that can inform effective
policy derivation or later operator review.</t>
            </li>
          </ul>
          <t>Declarations are optional.
A participant that does not submit a declaration can still establish
association if it can retrieve and acknowledge the applicable policy instance.</t>
          <t>The request body <bcp14>MUST</bcp14> be a Device Declaration Object.</t>
          <t>A declaration carries one or more descriptive statements that use the taxonomy
dimensions defined in <xref target="I-D.draft-dsmullen-ppd-taxonomy"/>, such as data type,
purpose, action, source, and destination.
The taxonomy document defines the meaning and composition of those dimensions.</t>
          <t>A successful declaration response without comparison detail <bcp14>SHOULD</bcp14> use
<tt>204 No Content</tt>.
When the service chooses to expose the result of comparing the declaration
against household policy or effective-policy constraints at this boundary, a
successful response <bcp14>MUST</bcp14> be <tt>200 OK</tt> with a Comparison Outcome Object.
Services are not required to compute or return such an outcome synchronously.
This document does not define a participant-controlled request flag for
comparison outcomes, and this declaration path <bcp14>MUST NOT</bcp14> be treated as a
baseline negotiation or homeowner-prompt channel.</t>
        </section>
      </section>
      <section anchor="effective-policy-retrieval">
        <name>Effective Policy Retrieval</name>
        <section anchor="get-ppdv1policyeffectivedeviceid">
          <name><tt>GET /ppd/v1/policy/effective/{device_id}</tt></name>
          <t>Purpose:</t>
          <ul spacing="normal">
            <li>
              <t>return the effective policy instance currently applicable to the participant;</t>
            </li>
            <li>
              <t>return enough policy-instance provenance information to identify what was
acknowledged; and</t>
            </li>
            <li>
              <t>communicate the association-freshness limit for current association.</t>
            </li>
          </ul>
          <t>A successful response <bcp14>MUST</bcp14> be an Effective Policy Object.</t>
          <t>A successful response <bcp14>SHOULD</bcp14> include policy-instance provenance fields that let later
inspection distinguish the household baseline from any more specific inputs,
such as:</t>
          <ul spacing="normal">
            <li>
              <t><tt>base_policy_id</tt></t>
            </li>
            <li>
              <t><tt>applied_policy_id</tt> when a more specific policy layer was applied</t>
            </li>
            <li>
              <t><tt>computed_at</tt></t>
            </li>
          </ul>
          <t>These fields describe the provenance of the returned policy instance itself.
They do not describe the provenance of data later collected, transformed, or
derived by participant devices or services.</t>
          <t>This operation returns the policy instance the participant is expected to
acknowledge.
It is not required to expose the internal policy-authority topology or the
full derivation algorithm.</t>
        </section>
      </section>
      <section anchor="policy-acknowledgment">
        <name>Policy Acknowledgment</name>
        <section anchor="post-ppdv1deviceack">
          <name><tt>POST /ppd/v1/device/ack</tt></name>
          <t>Purpose:</t>
          <ul spacing="normal">
            <li>
              <t>record a protected acknowledgment that a participant received a specific
policy instance.</t>
            </li>
          </ul>
          <t>The request body <bcp14>MUST</bcp14> be a Policy Acknowledgment Object.</t>
          <t>The acknowledgment payload is a receipt signal only.
It <bcp14>MUST NOT</bcp14> be interpreted as a claim that the participant can satisfy every
policy rule.
If deployments need richer participant-side compatibility or status reporting,
that behavior <bcp14>MUST</bcp14> be defined separately from the baseline acknowledgment.</t>
          <t>A successful acknowledgment response <bcp14>MUST</bcp14> be an Acknowledgment Result Object.
It returns the resulting association state and the next freshness value to be
used for maintaining current association.</t>
          <t>An acknowledgment that refers to a non-current or mismatched policy instance
<bcp14>MUST</bcp14> be rejected.</t>
        </section>
      </section>
    </section>
    <section anchor="message-objects">
      <name>Message Objects</name>
      <t>The following object definitions are normative for baseline interoperability.
Unless otherwise stated:</t>
      <ul spacing="normal">
        <li>
          <t>identifiers such as <tt>device_id</tt>, <tt>declaration_id</tt>, <tt>policy_id</tt>, and
<tt>rule_id</tt> are opaque text strings;</t>
        </li>
        <li>
          <t>timestamp fields use RFC 3339 date-time strings <xref target="RFC3339"/>;</t>
        </li>
        <li>
          <t><tt>policy_hash</tt> uses the form <tt>algorithm:value</tt>, and baseline
implementations <bcp14>MUST</bcp14> support <tt>sha256</tt>.
For the baseline JSON protocol, the hash value is computed over the UTF-8
octets of the Effective Policy Object serialized using the JSON
Canonicalization Scheme (JCS) <xref target="RFC8785"/>, after omitting the <tt>policy_hash</tt>
member itself; and</t>
        </li>
        <li>
          <t><tt>renewal_interval</tt> is a positive integer count of seconds.</t>
        </li>
      </ul>
      <section anchor="compact-term-identifiers">
        <name>Compact Term Identifiers</name>
        <t>Taxonomy-bearing fields use compact term identifiers.
A compact term identifier is a text string whose meaning is determined by:</t>
        <ul spacing="normal">
          <li>
            <t>a reserved core prefix defined by the protocol or taxonomy work; or</t>
          </li>
          <li>
            <t>an explicit extension-prefix declaration in a Taxonomy Context Object.</t>
          </li>
        </ul>
        <t>The term identifier itself is the primary semantic hook.
Taxonomy release metadata remains secondary validation context.
Deployments <bcp14>MAY</bcp14> use company-specific or other non-core taxonomies when their
terms map to the shared core primitives and are declared through the applicable
taxonomy context.</t>
        <t>For baseline interoperability, a compact term identifier <bcp14>MUST</bcp14> use the form
<tt>prefix:term</tt>.
The prefix identifies either a reserved core vocabulary or an explicitly
declared non-core vocabulary.
The baseline core prefix is <tt>ppd</tt>.
A receiver <bcp14>MUST NOT</bcp14> silently reinterpret an unresolved compact term as some
other known term.</t>
      </section>
      <section anchor="taxonomy-context-object">
        <name>Taxonomy Context Object</name>
        <t>The Taxonomy Context Object carries optional vocabulary-release context and any
required non-core prefix declarations.</t>
        <t>It <bcp14>MAY</bcp14> include:</t>
        <ul spacing="normal">
          <li>
            <t><tt>release</tt>:
a text identifier for the taxonomy release or profile in view when the object
was produced; and</t>
          </li>
          <li>
            <t><tt>prefixes</tt>:
an object mapping non-core compact prefixes to stable namespace identifiers.</t>
          </li>
        </ul>
        <t>Reserved core prefixes <bcp14>MUST NOT</bcp14> be remapped in <tt>prefixes</tt>.
A Taxonomy Context Object is <bcp14>REQUIRED</bcp14> whenever non-core compact prefixes appear
in the containing object.</t>
      </section>
      <section anchor="term-resolution-behavior">
        <name>Term Resolution Behavior</name>
        <t>Before processing a taxonomy-bearing field, a receiver <bcp14>MUST</bcp14> be able to
deterministically expand each compact term identifier into the corresponding
stable namespace-based term identifier.</t>
        <t>For the baseline protocol:</t>
        <ul spacing="normal">
          <li>
            <t>the core prefix <tt>ppd</tt> <bcp14>MUST</bcp14> be interpreted according to the companion
taxonomy work;</t>
          </li>
          <li>
            <t>any non-core prefix used in the containing object <bcp14>MUST</bcp14> appear in the
applicable Taxonomy Context Object;</t>
          </li>
          <li>
            <t>reserved core prefixes <bcp14>MUST NOT</bcp14> be redeclared or remapped; and</t>
          </li>
          <li>
            <t>a sender <bcp14>MUST NOT</bcp14> emit a taxonomy-bearing object whose compact identifiers it
cannot itself deterministically resolve.</t>
          </li>
        </ul>
        <t>If deterministic expansion fails because a compact identifier is malformed, a
required non-core prefix declaration is missing, or a reserved core prefix is
redeclared or remapped, the receiver <bcp14>MUST</bcp14> treat the object as semantically
unprocessable.</t>
        <t>If deterministic expansion succeeds but the resulting stable term identifier is
not supported for the relevant operation or deployment profile, the receiver
<bcp14>MUST</bcp14> also treat the object as semantically unprocessable.</t>
        <t>When a PPD service endpoint returns a taxonomy-bearing object, it <bcp14>MUST</bcp14> ensure
that the terms it emits are consistent with any attached Taxonomy Context
Object.</t>
      </section>
      <section anchor="service-metadata-object">
        <name>Service Metadata Object</name>
        <t>The service metadata object describes a candidate endpoint before deeper
interaction.
It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>service_uri</tt> (required, URI string):
canonical participant-facing service URI;</t>
          </li>
          <li>
            <t><tt>protocol_version</tt> (required, text):
protocol version or profile identifier for the participant-facing contract;</t>
          </li>
          <li>
            <t><tt>declaration_supported</tt> (required, boolean):
whether the service accepts Device Declaration Objects;</t>
          </li>
          <li>
            <t><tt>ack_supported</tt> (required, boolean):
whether the service accepts Policy Acknowledgment Objects;</t>
          </li>
          <li>
            <t><tt>security_profile</tt> (required, text):
deployment security profile identifier, currently one of
<tt>direct-constrained</tt>, <tt>direct-certificate</tt>, or the extension value
<tt>backend-mediated</tt>; and</t>
          </li>
          <li>
            <t><tt>supported_taxonomy_releases</tt> (optional, array of text):
taxonomy release identifiers understood by the service for validation and
reproducibility.
These release identifiers are secondary validation context, not the primary
semantic hook for taxonomy-bearing terms.</t>
          </li>
        </ul>
      </section>
      <section anchor="device-registration-object">
        <name>Device Registration Object</name>
        <t>The registration object identifies the participant and carries optional device
metadata.
The stable identifier is <tt>device_id</tt>.
Other metadata fields are deployment-dependent and do not replace the stable
participant identifier.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>device_id</tt> (required, text):
stable participant identifier for this device-side actor;</t>
          </li>
          <li>
            <t><tt>manufacturer</tt> (optional, text):
participant-reported vendor name;</t>
          </li>
          <li>
            <t><tt>model</tt> (optional, text):
participant-reported model name or number;</t>
          </li>
          <li>
            <t><tt>firmware_version</tt> (optional, text):
participant-reported software or firmware version;</t>
          </li>
          <li>
            <t><tt>hostname</tt> (optional, text):
participant-reported hostname when relevant to the deployment;</t>
          </li>
          <li>
            <t><tt>mac_address</tt> (optional, text):
participant-reported link-layer address when the deployment profile permits
it; and</t>
          </li>
          <li>
            <t><tt>ip_address</tt> (optional, text):
participant-reported network address when the deployment profile permits it.</t>
          </li>
        </ul>
      </section>
      <section anchor="registration-result-object">
        <name>Registration Result Object</name>
        <t>The registration result object confirms the canonical participant identity
bound by registration.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>device_id</tt> (required, text):
canonical participant identifier established or confirmed by the service.</t>
          </li>
        </ul>
      </section>
      <section anchor="device-declaration-object">
        <name>Device Declaration Object</name>
        <t>The declaration object carries participant-supplied capability or data-handling
information.
At minimum it contains <tt>device_id</tt>, <tt>declaration_id</tt>, and a non-empty
<tt>statements</tt> array.
Declaration statements use the shared taxonomy dimensions defined in
<xref target="I-D.draft-dsmullen-ppd-taxonomy"/>.
The taxonomy document defines the meaning and composition of those dimensions;
this protocol document defines only how such statements are carried.
The baseline declaration is intentionally minimal.
Registration carries participant identity, declarations carry descriptive
participant assertions, and Effective Policy and Acknowledgment Objects carry
the lifecycle-critical policy binding and freshness semantics.</t>
        <t>The declaration is descriptive only.
It <bcp14>MUST NOT</bcp14> include normative policy verdicts such as allow or deny.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>device_id</tt> (required, text):
participant identifier to which the declaration applies;</t>
          </li>
          <li>
            <t><tt>declaration_id</tt> (required, text):
stable identifier for this declaration instance;</t>
          </li>
          <li>
            <t><tt>taxonomy</tt> (optional, Taxonomy Context Object):
release context and any required non-core prefix declarations;</t>
          </li>
          <li>
            <t><tt>statements</tt> (required, non-empty array of Declaration Statement Objects):
participant-supplied descriptive cases stating which taxonomy-defined
combinations apply to this participant.</t>
          </li>
        </ul>
        <t>If a declaration uses any non-core compact prefix in its statements or
constraints, the
<tt>taxonomy</tt> object is <bcp14>REQUIRED</bcp14>.</t>
      </section>
      <section anchor="declaration-statement-object">
        <name>Declaration Statement Object</name>
        <t>A Declaration Statement Object is an atomic descriptive statement inside a
Device Declaration Object.
It mirrors the same core dimensions used by policy rules so that participant
assertions can be compared at the same grain, but it <bcp14>MUST NOT</bcp14> include a
normative <tt>effect</tt>.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>statement_id</tt> (required, text):
stable identifier for the statement within the declaration instance;</t>
          </li>
          <li>
            <t><tt>data_type</tt> (required, compact term identifier):
data category to which the statement applies;</t>
          </li>
          <li>
            <t><tt>purpose</tt> (required, compact term identifier):
purpose associated with the described handling;</t>
          </li>
          <li>
            <t><tt>action</tt> (required, compact term identifier):
handling action the participant performs or may request;</t>
          </li>
          <li>
            <t><tt>source</tt> (required, compact term identifier):
source context for the handled data;</t>
          </li>
          <li>
            <t><tt>destination</tt> (required, compact term identifier):
destination or handling target described by the participant; and</t>
          </li>
          <li>
            <t><tt>constraints</tt> (optional, Constraints Object):
structured qualifiers that refine the statement.</t>
          </li>
        </ul>
      </section>
      <section anchor="comparison-outcome-object">
        <name>Comparison Outcome Object</name>
        <t>The comparison outcome object carries an optional coarse result for
declaration-to-policy comparison on the declaration path.
It is diagnostic and descriptive.
It does not change the meaning of the Effective Policy Object and it is not
part of acknowledgment semantics.
It <bcp14>MUST NOT</bcp14> be treated as a request for policy relaxation, an invitation to
begin a participant-driven bargaining loop, or a trigger for baseline
homeowner consent prompting.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>declaration_id</tt> (required, text):
declaration instance to which this comparison result applies;</t>
          </li>
          <li>
            <t><tt>outcome</tt> (required, text):
one of <tt>compatible</tt>, <tt>conditionally_satisfiable</tt>, <tt>decision_required</tt>,
<tt>unsatisfiable</tt>, or <tt>indeterminate</tt>; and</t>
          </li>
          <li>
            <t><tt>detail</tt> (optional, text):
brief human-readable explanation suitable for diagnostics or operator review.</t>
          </li>
        </ul>
        <section anchor="example-device-declaration-object">
          <name>Example Device Declaration Object</name>
          <sourcecode type="json"><![CDATA[
{
  "device_id": "doorbell-7",
  "declaration_id": "doorbell-7-capability-v1",
  "taxonomy": {
    "release": "ppd-core-2026-05"
  },
  "statements": [
    {
      "statement_id": "video-motion-local",
      "data_type": "ppd:videoFrame",
      "purpose": "ppd:motionDetection",
      "action": "ppd:collection",
      "source": "ppd:cameraSensor",
      "destination": "ppd:localProcessing"
    },
    {
      "statement_id": "event-clip-remote-viewing",
      "data_type": "ppd:eventClip",
      "purpose": "ppd:remoteViewing",
      "action": "ppd:transfer",
      "source": "ppd:cameraSensor",
      "destination": "ppd:vendorCloud",
      "constraints": {
        "retention": "ppd:shortLived"
      }
    }
  ]
}
]]></sourcecode>
        </section>
      </section>
      <section anchor="effective-policy-object">
        <name>Effective Policy Object</name>
        <t>The effective policy object represents the policy instance the participant must
acknowledge.
It contains the policy identifier, hash, rule set, and
freshness information.
It <bcp14>SHOULD</bcp14> also contain policy-instance provenance fields that make later
recordkeeping and inspection meaningful.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>policy_id</tt> (required, text):
stable identifier for the policy instance to be acknowledged;</t>
          </li>
          <li>
            <t><tt>policy_hash</tt> (required, text):
stable content hash for the policy instance.
This hash binds the full returned policy instance, including freshness and
provenance fields, as serialized under the baseline canonicalization rule
above;</t>
          </li>
          <li>
            <t><tt>rules</tt> (required, array of Policy Rule Objects):
normative rule set for this effective policy instance;</t>
          </li>
          <li>
            <t><tt>renew_by</tt> (optional, RFC 3339 date-time string):
absolute deadline by which current association must be renewed if this field
is used;</t>
          </li>
          <li>
            <t><tt>renewal_interval</tt> (optional, positive integer seconds):
bounded interval after response generation within which current association
must be renewed if this field is used;</t>
          </li>
          <li>
            <t><tt>taxonomy</tt> (optional, Taxonomy Context Object):
release context and any required non-core prefix declarations for rule terms;</t>
          </li>
          <li>
            <t><tt>base_policy_id</tt> (optional, text):
identifier for the household baseline policy used in this effective result;</t>
          </li>
          <li>
            <t><tt>applied_policy_id</tt> (optional, text):
identifier for a more specific applied policy layer when present; and</t>
          </li>
          <li>
            <t><tt>computed_at</tt> (optional, RFC 3339 date-time string):
time at which the effective policy instance was computed or materialized.</t>
          </li>
        </ul>
        <t>An Effective Policy Object <bcp14>MUST</bcp14> contain exactly one of <tt>renew_by</tt> or
<tt>renewal_interval</tt>.
These fields govern association freshness for the participant-facing lifecycle.
They do not define abstract policy validity outside that lifecycle.
If any rule uses a non-core compact prefix, the <tt>taxonomy</tt> object is <bcp14>REQUIRED</bcp14>.</t>
      </section>
      <section anchor="policy-rule-object">
        <name>Policy Rule Object</name>
        <t>A Policy Rule Object is an atomic normative statement inside an Effective
Policy Object.</t>
        <t>The baseline rule model uses singular core dimensions.
When multiple cases must be expressed, they are represented as multiple rules
rather than array-valued core dimensions inside one rule.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>rule_id</tt> (required, text):
stable identifier for the rule within the policy instance;</t>
          </li>
          <li>
            <t><tt>data_type</tt> (required, compact term identifier):
data category to which the rule applies;</t>
          </li>
          <li>
            <t><tt>purpose</tt> (required, compact term identifier):
purpose for which the data handling is considered;</t>
          </li>
          <li>
            <t><tt>action</tt> (required, compact term identifier):
handling action covered by the rule;</t>
          </li>
          <li>
            <t><tt>source</tt> (required, compact term identifier):
source context for the handled data;</t>
          </li>
          <li>
            <t><tt>destination</tt> (required, compact term identifier):
destination or handling target covered by the rule;</t>
          </li>
          <li>
            <t><tt>effect</tt> (required, text):
normative rule effect, currently one of <tt>allow</tt> or <tt>deny</tt>; and</t>
          </li>
          <li>
            <t><tt>constraints</tt> (optional, Constraints Object):
structured qualifiers that refine the rule.</t>
          </li>
        </ul>
        <t>An Effective Policy Object <bcp14>SHOULD NOT</bcp14> contain two Policy Rule Objects with the
same core dimensions but different <tt>effect</tt> values.
Such contradictions should be resolved before the effective policy is returned.</t>
      </section>
      <section anchor="constraints-object">
        <name>Constraints Object</name>
        <t>The Constraints Object preserves a structured extension point for qualifiers
without requiring a large qualifier language in the baseline draft.
It is shared by declaration statements and policy rules.</t>
        <t>The initial standardized members are:</t>
        <ul spacing="normal">
          <li>
            <t><tt>retention</tt> (optional, compact term identifier):
retention-class qualifier for the described or allowed or denied handling;
and</t>
          </li>
          <li>
            <t><tt>locality</tt> (optional, compact term identifier):
locality or trust-boundary qualifier for the described or allowed or denied
handling.</t>
          </li>
        </ul>
        <t>Future specifications or deployment profiles <bcp14>MAY</bcp14> define additional structured
constraint members.
A Constraints Object <bcp14>MUST NOT</bcp14> be treated as an unstructured free-form text
field.</t>
      </section>
      <section anchor="policy-acknowledgment-object">
        <name>Policy Acknowledgment Object</name>
        <t>The acknowledgment object binds a participant identifier to a specific policy
instance and policy hash.
Deployments that claim strong accountability properties <bcp14>MUST</bcp14> protect the
acknowledgment against forgery, replay, and stale-policy confusion.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>device_id</tt> (required, text):
participant identifier acknowledging receipt;</t>
          </li>
          <li>
            <t><tt>policy_id</tt> (required, text):
policy instance identifier being acknowledged; and</t>
          </li>
          <li>
            <t><tt>policy_hash</tt> (required, text):
content hash of the acknowledged policy instance, computed according to the
baseline <tt>policy_hash</tt> definition above.</t>
          </li>
        </ul>
        <t>This object is evidentiary only.
It is a receipt for a specific policy instance and <bcp14>MUST NOT</bcp14> be interpreted as a
claim of compatibility or compliance.</t>
      </section>
      <section anchor="acknowledgment-result-object">
        <name>Acknowledgment Result Object</name>
        <t>The acknowledgment result object confirms the lifecycle state after the service
records a protected acknowledgment.</t>
        <t>It contains:</t>
        <ul spacing="normal">
          <li>
            <t><tt>association_status</tt> (required, text):
resulting association state, currently one of <tt>not_associated</tt>,
<tt>associated</tt>, <tt>needs_reassociation</tt>, <tt>stale_association</tt>, or <tt>broken</tt>;</t>
          </li>
          <li>
            <t><tt>renew_by</tt> (optional, RFC 3339 date-time string):
absolute deadline by which current association must be renewed if this field
is used; and</t>
          </li>
          <li>
            <t><tt>renewal_interval</tt> (optional, positive integer seconds):
bounded interval after response generation within which current association
must be renewed if this field is used.</t>
          </li>
        </ul>
        <t>An Acknowledgment Result Object <bcp14>MUST</bcp14> contain exactly one of <tt>renew_by</tt> or
<tt>renewal_interval</tt>.</t>
        <section anchor="example-effective-policy-and-acknowledgment">
          <name>Example Effective Policy and Acknowledgment</name>
          <t>An Effective Policy Object example:</t>
          <sourcecode type="json"><![CDATA[
{
  "policy_id": "effective-doorbell-7-v3",
  "policy_hash": "sha256:8de72af3c4d6d8c9f0b0f6a4a13c8df0f716c9c0a1130d27c855a2dd8dd8e8c7",
  "renewal_interval": 900,
  "taxonomy": {
    "release": "ppd-core-2026-05"
  },
  "base_policy_id": "home-default-v2",
  "applied_policy_id": "doorbell-exception-v1",
  "computed_at": "2026-05-13T18:00:00Z",
  "rules": [
    {
      "rule_id": "r1",
      "data_type": "ppd:videoFrame",
      "purpose": "ppd:motionDetection",
      "action": "ppd:collection",
      "source": "ppd:cameraSensor",
      "destination": "ppd:localProcessing",
      "effect": "allow"
    },
    {
      "rule_id": "r2",
      "data_type": "ppd:eventClip",
      "purpose": "ppd:remoteViewing",
      "action": "ppd:transfer",
      "source": "ppd:cameraSensor",
      "destination": "ppd:vendorCloud",
      "effect": "allow",
      "constraints": {
        "retention": "ppd:shortLived",
        "locality": "ppd:householdApprovedRemoteService"
      }
    }
  ]
}
]]></sourcecode>
          <t>The matching Policy Acknowledgment Object example is:</t>
          <sourcecode type="json"><![CDATA[
{
  "device_id": "doorbell-7",
  "policy_id": "effective-doorbell-7-v3",
  "policy_hash": "sha256:8de72af3c4d6d8c9f0b0f6a4a13c8df0f716c9c0a1130d27c855a2dd8dd8e8c7"
}
]]></sourcecode>
          <t>An Acknowledgment Result Object example is:</t>
          <sourcecode type="json"><![CDATA[
{
  "association_status": "associated",
  "renewal_interval": 900
}
]]></sourcecode>
        </section>
      </section>
      <section anchor="error-object">
        <name>Error Object</name>
        <t>Error responses <bcp14>SHOULD</bcp14> use <tt>application/problem+json</tt> and a structured error
object with at least:</t>
        <ul spacing="normal">
          <li>
            <t><tt>type</tt>:
problem type identifier, including PPD-specific problem types when
applicable;</t>
          </li>
          <li>
            <t><tt>title</tt>:
short problem summary;</t>
          </li>
          <li>
            <t><tt>status</tt>:
HTTP status code for this error; and</t>
          </li>
          <li>
            <t><tt>detail</tt>:
human-readable explanation when useful.</t>
          </li>
        </ul>
        <t>A deployment <bcp14>MAY</bcp14> include:</t>
        <ul spacing="normal">
          <li>
            <t><tt>instance</tt>:
problem-instance identifier; and</t>
          </li>
          <li>
            <t><tt>retryable</tt>:
boolean hint about whether retry is appropriate.</t>
          </li>
        </ul>
        <t>Error responses <bcp14>MUST NOT</bcp14> leak more household or participant metadata than is
necessary to explain the failure.</t>
        <t>For PPD-specific problems, the <tt>type</tt> member <bcp14>SHOULD</bcp14> be one of the following
relative references:</t>
        <ul spacing="normal">
          <li>
            <t><tt>invalid-request</tt></t>
          </li>
          <li>
            <t><tt>invalid-participant-binding</tt></t>
          </li>
          <li>
            <t><tt>reassociation-required</tt></t>
          </li>
          <li>
            <t><tt>stale-association</tt></t>
          </li>
          <li>
            <t><tt>policy-instance-mismatch</tt></t>
          </li>
          <li>
            <t><tt>unsupported-taxonomy-term</tt></t>
          </li>
          <li>
            <t><tt>term-resolution-failed</tt></t>
          </li>
          <li>
            <t><tt>policy-authority-unavailable</tt></t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="error-handling">
      <name>Error Handling</name>
      <t>The baseline protocol uses conventional HTTP status codes.
At minimum, participants need to handle:</t>
      <ul spacing="normal">
        <li>
          <t><tt>200 OK</tt> for successful retrieval or update with a response body;</t>
        </li>
        <li>
          <t><tt>204 No Content</tt> for successful declaration acceptance when no diagnostic
response body is returned;</t>
        </li>
        <li>
          <t><tt>400 Bad Request</tt> for invalid payloads or missing required fields;</t>
        </li>
        <li>
          <t><tt>401 Unauthorized</tt> for failed authentication;</t>
        </li>
        <li>
          <t><tt>403 Forbidden</tt> for authenticated participants that are not authorized for
the requested operation;</t>
        </li>
        <li>
          <t><tt>404 Not Found</tt> for missing participant or policy state;</t>
        </li>
        <li>
          <t><tt>409 Conflict</tt> for lifecycle or policy-instance conflicts, such as
acknowledgments that do not match the current policy instance;</t>
        </li>
        <li>
          <t><tt>422 Unprocessable Content</tt> for well-formed content that cannot be processed
semantically, such as unsupported or unresolvable taxonomy terms;</t>
        </li>
        <li>
          <t><tt>503 Service Unavailable</tt> for transient service or policy-authority
unavailability; and</t>
        </li>
        <li>
          <t>other <tt>5xx</tt> errors for unexpected service failures.</t>
        </li>
      </ul>
      <t>The initial PPD-specific problem vocabulary is:</t>
      <ul spacing="normal">
        <li>
          <t><tt>invalid-request</tt>:
malformed request payload, missing required fields, or invalid field shape;</t>
        </li>
        <li>
          <t><tt>invalid-participant-binding</tt>:
authenticated participant identity does not match the bound registration or
requested participant identifier;</t>
        </li>
        <li>
          <t><tt>reassociation-required</tt>:
current association is no longer valid and the participant must replay the
required lifecycle steps;</t>
        </li>
        <li>
          <t><tt>stale-association</tt>:
the acknowledged policy instance may still be current, but freshness expired
and renewal is required;</t>
        </li>
        <li>
          <t><tt>policy-instance-mismatch</tt>:
the supplied <tt>policy_id</tt> or <tt>policy_hash</tt> does not identify the current
policy instance the service expects;</t>
        </li>
        <li>
          <t><tt>unsupported-taxonomy-term</tt>:
the service recognizes the request shape and can resolve the supplied compact
term identifier or identifiers, but does not support one or more resulting
taxonomy terms for the relevant operation or deployment profile;</t>
        </li>
        <li>
          <t><tt>term-resolution-failed</tt>:
the service cannot deterministically resolve a supplied compact term
identifier to usable protocol semantics, such as because the identifier is
malformed, a required non-core prefix declaration is missing, or a reserved
core prefix was redeclared or remapped; and</t>
        </li>
        <li>
          <t><tt>policy-authority-unavailable</tt>:
the participant-facing service cannot currently obtain or materialize the
effective policy instance it needs to serve.</t>
        </li>
      </ul>
      <t>The following HTTP status mappings are <bcp14>RECOMMENDED</bcp14>:</t>
      <ul spacing="normal">
        <li>
          <t><tt>400 Bad Request</tt> with <tt>invalid-request</tt>;</t>
        </li>
        <li>
          <t><tt>401 Unauthorized</tt> with <tt>invalid-participant-binding</tt> when authentication
fails to establish the expected participant identity;</t>
        </li>
        <li>
          <t><tt>403 Forbidden</tt> with <tt>invalid-participant-binding</tt> when the participant is
authenticated but not authorized for the targeted participant state;</t>
        </li>
        <li>
          <t><tt>409 Conflict</tt> with <tt>reassociation-required</tt>, <tt>stale-association</tt>, or
<tt>policy-instance-mismatch</tt>;</t>
        </li>
        <li>
          <t><tt>422 Unprocessable Content</tt> with <tt>unsupported-taxonomy-term</tt> or
<tt>term-resolution-failed</tt>; and</t>
        </li>
        <li>
          <t><tt>503 Service Unavailable</tt> with <tt>policy-authority-unavailable</tt>.</t>
        </li>
      </ul>
      <t>A participant that receives an error during renewal or reassociation <bcp14>MUST NOT</bcp14>
assume that it still has current association unless the service endpoint has
explicitly confirmed that state.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Candidate discovery and endpoint trust are separate concerns.
A participant <bcp14>MUST</bcp14> authenticate the selected PPD service endpoint according to
the deployment's security profile before treating policy information as
authoritative.</t>
      <t>All normative PPD participation defined by this document is authenticated
participation.
Deployments <bcp14>MUST NOT</bcp14> present unauthenticated local testing or demo operation as
equivalent to <tt>direct-constrained</tt> or <tt>direct-certificate</tt>
participation when making claims about protected current association.</t>
      <t>All normative PPD participation defined by this document <bcp14>MUST</bcp14> provide:</t>
      <ul spacing="normal">
        <li>
          <t>participant authentication sufficient to bind registration and
acknowledgment state to the same participant identity;</t>
        </li>
        <li>
          <t>participant-facing confidentiality and integrity protection for registration,
policy retrieval, and acknowledgment exchanges;</t>
        </li>
        <li>
          <t>policy integrity sufficient to identify the acknowledged policy instance
unambiguously;</t>
        </li>
        <li>
          <t>freshness protection sufficient to prevent replay of old acknowledgments as
evidence of current association; and</t>
        </li>
        <li>
          <t>protected storage or export of acknowledgment records when those records are
used for later inspection or accountability.</t>
        </li>
      </ul>
      <t>When a PPD service endpoint fronts a distinct policy authority, the deployment
<bcp14>MUST</bcp14> preserve the authenticity and integrity of policy instances, policy hashes,
and freshness metadata across that internal boundary.
This document does not standardize the internal protocol used for that purpose.</t>
      <t>The protocol <bcp14>SHOULD</bcp14> minimize metadata exposure during discovery, registration,
and policy retrieval.
In particular, discovery metadata and unauthenticated error responses <bcp14>SHOULD</bcp14>
avoid exposing household policy contents, participant inventories, or
acknowledgment history.
<xref target="RFC7258"/> remains relevant to these design choices.</t>
    </section>
    <section anchor="internationalization-considerations">
      <name>Internationalization Considerations</name>
      <t>Where policy tags, labels, or other string identifiers are exchanged in this
protocol, future profiles <bcp14>SHOULD</bcp14> define comparison and storage behavior that is
consistent across vendors and locales.
Where internationalized strings are used, alignment with <xref target="RFC7564"/> <bcp14>SHOULD</bcp14> be
considered.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <?line 1137?>

<reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.draft-dsmullen-ppd-architecture">
          <front>
            <title>Privacy Preference Declaration for Home Networks</title>
            <author fullname="Daniel Smullen" initials="D." surname="Smullen">
              <organization>CableLabs</organization>
            </author>
            <author fullname="Brian Scriber" initials="B." surname="Scriber">
              <organization>CableLabs</organization>
            </author>
            <date day="7" month="May" year="2026"/>
            <abstract>
              <t>   This document describes an architecture for signaling household
   privacy preferences to devices in home networks through Privacy
   Preference Declarations (PPDs).  The architecture enables a PPD
   participant to discover a PPD service endpoint, establish trust in
   that endpoint through the applicable protocol and security profile,
   retrieve the applicable household policy instance, and acknowledge
   receipt of that policy instance.  The acknowledgment establishes that
   a specific policy instance was made available to the participant; it
   does not, by itself, assert anything about the participant's
   subsequent behavior.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-dsmullen-ppd-architecture-05"/>
        </reference>
        <reference anchor="I-D.draft-dsmullen-ppd-taxonomy">
          <front>
            <title>Privacy Preference Declaration Taxonomy</title>
            <author fullname="Daniel Smullen" initials="D." surname="Smullen">
              <organization>CableLabs</organization>
            </author>
            <author fullname="Brian Scriber" initials="B." surname="Scriber">
              <organization>CableLabs</organization>
            </author>
            <date day="7" month="December" year="2025"/>
            <abstract>
              <t>   This document defines a standardized taxonomy for describing data
   handling practices of Internet-connected devices within home
   networks.  It complements the Privacy Preference Declaration (PPD)
   Protocol and architecture by providing the necessary vocabulary and
   semantic structure to represent and reason about data types,
   purposes, actions, sources, and destinations.  This taxonomy supports
   both machine reasoning and human interpretation and can be
   implemented using ontological frameworks such as OWL-DL.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-dsmullen-ppd-taxonomy-02"/>
        </reference>
        <reference anchor="RFC3339">
          <front>
            <title>Date and Time on the Internet: Timestamps</title>
            <author fullname="G. Klyne" initials="G." surname="Klyne"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="July" year="2002"/>
            <abstract>
              <t>This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3339"/>
          <seriesInfo name="DOI" value="10.17487/RFC3339"/>
        </reference>
        <reference anchor="RFC8785">
          <front>
            <title>JSON Canonicalization Scheme (JCS)</title>
            <author fullname="A. Rundgren" initials="A." surname="Rundgren"/>
            <author fullname="B. Jordan" initials="B." surname="Jordan"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>Cryptographic operations like hashing and signing need the data to be expressed in an invariant format so that the operations are reliably repeatable. One way to address this is to create a canonical representation of the data. Canonicalization also permits data to be exchanged in its original form on the "wire" while cryptographic operations performed on the canonicalized counterpart of the data in the producer and consumer endpoints generate consistent results.</t>
              <t>This document describes the JSON Canonicalization Scheme (JCS). This specification defines how to create a canonical representation of JSON data by building on the strict serialization methods for JSON primitives defined by ECMAScript, constraining JSON data to the Internet JSON (I-JSON) subset, and by using deterministic property sorting.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8785"/>
          <seriesInfo name="DOI" value="10.17487/RFC8785"/>
        </reference>
        <reference anchor="RFC7258">
          <front>
            <title>Pervasive Monitoring Is an Attack</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="188"/>
          <seriesInfo name="RFC" value="7258"/>
          <seriesInfo name="DOI" value="10.17487/RFC7258"/>
        </reference>
        <reference anchor="RFC7564">
          <front>
            <title>PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>Application protocols using Unicode characters in protocol strings need to properly handle such strings in order to enforce internationalization rules for strings placed in various protocol slots (such as addresses and identifiers) and to perform valid comparison operations (e.g., for purposes of authentication or authorization). This document defines a framework enabling application protocols to perform the preparation, enforcement, and comparison of internationalized strings ("PRECIS") in a way that depends on the properties of Unicode characters and thus is agile with respect to versions of Unicode. As a result, this framework provides a more sustainable approach to the handling of internationalized strings than the previous framework, known as Stringprep (RFC 3454). This document obsoletes RFC 3454.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7564"/>
          <seriesInfo name="DOI" value="10.17487/RFC7564"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
dtyiWKC7PoGjiHSf/GS4MbgtjTieMN5KWkkHHfv17kmK42n+sdhtEeacIgH3
xZJadgX7UUrz7kpUNqT3FQewqsjfq7cirsnIpvvpbrkI/cC1JF+69mVfu56A
EWEOLd8tpbqRa9kyEd3nWgIV7r4RjUeSIOCikMdU5wkkm3MWYu57gHSghdgl
1fxQrh+pKycqDiPUTpyVoiGw8ZWfiBLms22NQsxDSy4utODuDVTax3chUV7x
ARiFRO2Dizr0php06xCfSBar1fGw9Uu8wEF6CHG0l7qsBqXx20P/l6U7zMDA
r4VvJacKx7Nb2Nyjwlo/5say3BsXVn/Z0I4sbPFbT9w3ExjOTqFOM7vRXlOm
E0/s6+3YIHZVuU495AtmBur96OLbUREo2xpz/dD5UpQTdaFmtgd5lvYgP1U8
OYn9J3Jr0sv+2H4NslmM3vc5X5w7hXyBNfGBS0+nj/dEbeeUVgAGxgcfX2OH
d/i39Of9EPfn1TuVP8QPUbfYdO1H26z/izkl5qv1/gs7Jlh/OoWcv9BqjYII
t8h6OanPWR7naRpzcFyOPNuuF0kQW7h+yAGFgIPgu1xX+vRJab99kG8fFo/K
b8onxXfbe5t722/yR/n9h8WTcntv++39b4rvinv5/fsP75UPvi2ePH6cPyjL
J/A/+6SQ4Ea6e5jgu3v3fkkcI/bX4LvUY1DvBrp+wBOPfCxRYMW19HRRlcBH
gm/KtMv7D9/df/L03j343/+WHaGyNg6hiI2J33b3/9ajJe5dxht8jRSw6TBK
uPUHf+uhknTHvyyGsvCvqe6rbzkH4rM9+cHLN7R5Kf44EX1BuUil+ihsTl41
IKyBO5N+RUTy/zvr0K1+iQ2f2OBYbtOZOhF7ij2FcS666F1VEv5LZU8ftJmK
b9fFi8lqu/t7umVXclJDIxSHMVqpRsVB4S1Wa/InST0MjkOtuKIol4+pXFy8
8MXQ4fuc4mzCEj32uFeDNAQmPHXf9IcdVjC4rLsD15rSbcTSc6PA26R8YAR3
kYbgyUE0H2sn9zSAi6Nho/agUY2tapwhJJYTWnmgZAzd0bU7lsobugpO7jDU
Ahx6UXo0a3/E1fh0nZYL43xk53vUsjmKVWqZBDksseDNUtUZu/gIBOIuwKpB
buuKhZ9Tx9erX5jcitL+QFBtYycbaxvqLs5hBnLIFNpSW1q+LiV9ZR0+C33h
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
0/KbHGnDI1gul14K8Z9OxMOD/wv89ed87KkAAA==

-->

</rfc>
