Skip to content

Commit 585f0e5

Browse files
committed
reorganized content meta-schema to match order in spec (and happily alphabetized)
1 parent 464182f commit 585f0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/content.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
"type": ["object", "boolean"],
1212
"properties": {
13-
"contentMediaType": { "type": "string" },
1413
"contentEncoding": { "type": "string" },
14+
"contentMediaType": { "type": "string" },
1515
"contentSchema": { "$dynamicRef": "#meta" }
1616
}
1717
}

0 commit comments

Comments
 (0)