Re: [apps-discuss] Deprecation mechanism in JSON HOme Documents

James M Snell <jasnell@gmail.com> Wed, 20 March 2013 02:05 UTC

Return-Path: <jasnell@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D803121F8C08 for <apps-discuss@ietfa.amsl.com>; Tue, 19 Mar 2013 19:05:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gOr7RagxwNEH for <apps-discuss@ietfa.amsl.com>; Tue, 19 Mar 2013 19:05:57 -0700 (PDT)
Received: from mail-vb0-x234.google.com (mail-vb0-x234.google.com [IPv6:2607:f8b0:400c:c02::234]) by ietfa.amsl.com (Postfix) with ESMTP id 2658A21F871C for <apps-discuss@ietf.org>; Tue, 19 Mar 2013 19:05:57 -0700 (PDT)
Received: by mail-vb0-f52.google.com with SMTP id fa15so788832vbb.11 for <apps-discuss@ietf.org>; Tue, 19 Mar 2013 19:05:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=/IVbgmxUDCXV4EHilNldBxDHCQBQc9WAiVj2HDDPleE=; b=nO/drB2pGVm70KPoXD1qVBZy2jfXJj7ezT/5egwsOamdEky8MeVPagyow6nb+MnpO+ YGCdoLBEnmX0cqdgyQfBuq310k2y+P8sso1leqmmROOGvFj1G/CW8n9276/moCm2JldE eX/+kZKBNk74lfWGkATsVoh/adJCtfGdVyfffiTz32p/64Xsd5MVGwKju1wez+wHzrW3 lwNXQBNmET9M0mjyzAEP3xNzvgUhdzlAAGzR+DJI2/o2M2KLbwiSW21LcB7/E8fJ+Qwo DuLvctN4NcB4KybX26vX4wUY5by+K6buBz92c0bB79kriQdhcg+JE8E6llNKp6+GRXxo Q49g==
X-Received: by 10.52.25.8 with SMTP id y8mr4759646vdf.88.1363745156644; Tue, 19 Mar 2013 19:05:56 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.58.32.228 with HTTP; Tue, 19 Mar 2013 19:05:35 -0700 (PDT)
In-Reply-To: <DBDD85BF-7CF5-47F2-AC93-44A14FED51FF@mnot.net>
References: <1AD639E1-35D3-4F17-8C4C-FFD2CC2CAE5C@me.com> <DBDD85BF-7CF5-47F2-AC93-44A14FED51FF@mnot.net>
From: James M Snell <jasnell@gmail.com>
Date: Tue, 19 Mar 2013 19:05:35 -0700
Message-ID: <CABP7Rbd-ss0jt-X8+PH=vN=RCoAPe_8qkjGf3Wc1N49G8KMBcA@mail.gmail.com>
To: Mark Nottingham <mnot@mnot.net>
Content-Type: multipart/alternative; boundary="bcaec501620fa0496604d851a93c"
Cc: algermissen1971 <algermissen1971@me.com>, "apps-discuss@ietf.org" <apps-discuss@ietf.org>
Subject: Re: [apps-discuss] Deprecation mechanism in JSON HOme Documents
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 20 Mar 2013 02:05:58 -0000

This variation looks to be the most useful.

On Tue, Mar 19, 2013 at 7:03 PM, Mark Nottingham <mnot@mnot.net> wrote:

> ​[snip]​
>
> That'd be one way to do it. However, I suspect we're eventually going to
> want to put more information about representations in, so it could be
> metadata, e.g.,
>
>  "hints": {
>         "representations": {
>                 "application/widgetlist": {
>                         "deprecated": true
>                 },
>                 "application/special-new-widgetlist": {
>                 }
>         }
> }
>
>
> --
> Mark Nottingham   http://www.mnot.net/
>
>
>
> _______________________________________________
> apps-discuss mailing list
> apps-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/apps-discuss
>