You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/index.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -79,11 +79,14 @@ To register your profile:
79
79
`PROFILE_NAME` is the name of your profile, dasherized), and put your filled
80
80
out template as the `index.md` file in that directory folder. (See [an example](https://github.com/json-api/json-api/tree/gh-pages/_profiles/ethanresnick/cursor-pagination).)
81
81
82
-
Once submitted, one of JSON:API's editors will review your profile to check that
83
-
it: 1) follows the template above; 2) is specified precisely enough to enable
84
-
interoperable implementations; 3) complies with JSON:API's [requirements for profiles](/format/1.1/#profiles-authoring);
85
-
and 4) wouldn't cause any problems were it to become widely adopted. If your
86
-
profile meets these three criteria, it will generally be **approved within a week**.
82
+
Once submitted, one of JSON:API's editors will review your profile to check that it:
83
+
84
+
1. follows the template above;
85
+
2. is specified precisely enough to enable interoperable implementations;
86
+
3. complies with the JSON:API spec and its [requirements for profiles](/format/1.1/#profiles-authoring); and
87
+
4. wouldn't cause any problems were it to become widely adopted.
88
+
89
+
If your profile meets these criteria, it will generally be **approved within a week**.
87
90
88
91
In limited cases (e.g., if your profile defines a new, fundamental mechanism for
89
92
doing something "architectural" that other profiles may need to do too), it might
0 commit comments