Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Concise Data Definition Language (CDDL): A Notational Convention … #1652

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

dontcallmedom
Copy link
Member

…to Express Concise Binary Object Representation (CBOR) and JSON Data Structures

Close #1651, adding the suggested spec to the list.

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://www.rfc-editor.org/rfc/rfc8610",
  "seriesComposition": "full",
  "shortname": "rfc8610",
  "series": {
    "shortname": "rfc8610",
    "currentSpecification": "rfc8610",
    "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
    "shortTitle": "CDDL",
    "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8610"
  },
  "shortTitle": "CDDL",
  "organization": "IETF",
  "groups": [
    {
      "name": "Concise Binary Object Representation Maintenance and Extensions Working Group",
      "url": "https://datatracker.ietf.org/wg/cbor/"
    }
  ],
  "nightly": {
    "url": "https://www.rfc-editor.org/rfc/rfc8610",
    "status": "Proposed Standard",
    "alternateUrls": [
      "https://datatracker.ietf.org/doc/html/rfc8610",
      "https://tools.ietf.org/html/rfc8610"
    ],
    "filename": "rfc8610.html"
  },
  "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
  "source": "ietf",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

These changes look good! 😎

(PR created manually from branch created by the bot; I think the action is failing because of cli/cli#10188 - strudy has this problem at least; it may be the error reporting needs improvement if so)

…to Express Concise Binary Object Representation (CBOR) and JSON Data Structures

Close #1651, adding the suggested spec to the list.

### Changes to `index.json`
This update would trigger the following changes in `index.json`:

<details><summary>Add spec (1)</summary>

```json
{
  "url": "https://www.rfc-editor.org/rfc/rfc8610",
  "seriesComposition": "full",
  "shortname": "rfc8610",
  "series": {
    "shortname": "rfc8610",
    "currentSpecification": "rfc8610",
    "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
    "shortTitle": "CDDL",
    "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8610"
  },
  "shortTitle": "CDDL",
  "organization": "IETF",
  "groups": [
    {
      "name": "Concise Binary Object Representation Maintenance and Extensions Working Group",
      "url": "https://datatracker.ietf.org/wg/cbor/"
    }
  ],
  "nightly": {
    "url": "https://www.rfc-editor.org/rfc/rfc8610",
    "status": "Proposed Standard",
    "alternateUrls": [
      "https://datatracker.ietf.org/doc/html/rfc8610",
      "https://tools.ietf.org/html/rfc8610"
    ],
    "filename": "rfc8610.html"
  },
  "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
  "source": "ietf",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>

### Tests
These changes look good! 😎
@tidoust tidoust merged commit 1fd5e0c into main Jan 17, 2025
1 check passed
@tidoust tidoust deleted the add-rfc8610 branch January 17, 2025 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new spec: CDDL (RFC8610)
2 participants