@@ -2269,12 +2269,10 @@ A _service capability_ is identified by a _capability identifier_ (a
22692269
22702270:: A _capability identifier_ is a {QualifiedName } (a case-sensitive string value
22712271composed of two or more {Name} separated by a period (`.`)) that uniquely
2272- identifies a capability .
2273-
2274- This structure is inspired by reverse domain notation to encourage global
2275- uniqueness and collision -resistance ; it is recommended that identifiers defined
2276- by specific projects , vendors , or implementations begin with a prefix derived
2277- from a DNS name they control (e.g., {"com.example." }).
2272+ identifies a capability . This structure is inspired by reverse domain notation
2273+ to encourage global uniqueness and collision -resistance ; it is recommended that
2274+ identifiers defined by specific projects , vendors , or implementations begin with
2275+ a prefix derived from a DNS name they control (e.g., {"com.example." }).
22782276
22792277Clients must compare capability identifiers using exact (case-sensitive) string
22802278equality .
@@ -2308,9 +2306,10 @@ interoperability, while avoiding tight coupling to specific implementations.
23082306For capabilities that require more information than a simple indication of
23092307support , a string value may be specified .
23102308
2311- The capability {"graphql.onError" } does not require additional information and
2312- thus does not specify a value ; whereas {"graphql.defaultErrorBehavior" } uses the
2313- value to indicate which _error behavior_ is the default .
2309+ For example , the capability {"graphql.onError" } does not require additional
2310+ information and thus does not specify a value ; whereas
2311+ {"graphql.defaultErrorBehavior" } uses the value to indicate which _error
2312+ behavior_ is the default .
23142313
23152314**Specified capabilities **
23162315
0 commit comments