Skip to content

Commit 8278f24

Browse files
committed
Changes for week of Oct 28
- s/$json/$structure/g - Support PATCH on collections - s/GROUPs/GROUPS/g - s/RESOURCEs/RESOURCES/g - move ?model to ?inline=model, require ?nested on writes - make no statement about 2nd GET missing entities meaning "deleted or not" Fixes #8 Fixes #184 Fixes #182 Fixes #179 Signed-off-by: Doug Davis <[email protected]>
1 parent 9ae891e commit 8278f24

File tree

6 files changed

+263
-230
lines changed

6 files changed

+263
-230
lines changed

cloudevents/schemas/document-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@
12091209
"qos": {
12101210
"type": "integer",
12111211
"minimum": 0,
1212-
"description": "The MQTT QoS level\u00c3\u00b6. May be 0, 1, or 2"
1212+
"description": "The MQTT QoS level. May be 0, 1, or 2"
12131213
},
12141214
"retain": {
12151215
"type": "boolean",

core/spec.md

Lines changed: 257 additions & 224 deletions
Large diffs are not rendered by default.

endpoint/model.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
"qos": {
406406
"name": "qos",
407407
"type": "uinteger",
408-
"description": "The MQTT QoS levelö. May be 0, 1, or 2"
408+
"description": "The MQTT QoS level. May be 0, 1, or 2"
409409
},
410410
"retain": {
411411
"name": "retain",

endpoint/schemas/document-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@
11971197
"qos": {
11981198
"type": "integer",
11991199
"minimum": 0,
1200-
"description": "The MQTT QoS level\u00c3\u00b6. May be 0, 1, or 2"
1200+
"description": "The MQTT QoS level. May be 0, 1, or 2"
12011201
},
12021202
"retain": {
12031203
"type": "boolean",

endpoint/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The resource model for endpoints can be found in [model.json](model.json).
195195

196196
### Endpoints
197197

198-
Endpoints are a Group type with a plural name (`GROUPs`) of `endpoints`, and a
198+
Endpoints are a Group type with a plural name (`GROUPS`) of `endpoints`, and a
199199
singular name (`GROUP`) of `endpoint`.
200200

201201
The following attributes are defined for Endpoints:

schema/spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ this form:
7676
"schema": ANY ?
7777
"schemabase64": "STRING", ?
7878

79-
"metaurl": "URL", # Resource level attrs
79+
"metaurl": "URL", # Resource level attrs
8080
"meta": {
81-
... core spec meta attributes ...
81+
... core spec metadata attributes ...
8282
"validation": BOOLEAN ?
8383
}, ?
8484

0 commit comments

Comments
 (0)