Skip to content

Commit 846ccbf

Browse files
committed
Sync parameter schemas with specification text.
1 parent 01e0025 commit 846ccbf

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

core/openapi/parameters/externalId.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ schema:
1212
type: array
1313
items:
1414
type: string
15+
pattern: ([^:]+:)?[^:]+
1516
explode: false
1617
style: form

core/standard/requirements/building-blocks/record-core-query-parameters/REQ_query-param-q-definition.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ schema:
4242
items:
4343
type: string
4444
explode: false
45+
style: form
4546
----
4647
4748
part:: Search terms that may appear together (logical OR) in a record SHALL be separated by literal commas.
4849
part:: Search terms that must appear together, and in the order specified, in a record SHALL be separated by one or more white space characters.
4950
part:: Keyword searches using the `q` parameter SHALL be case insensitive.
5051
part:: The specific set of text keys/fields/properties of a record to which the `q` operator is applied SHALL be left to the discretion of the implementation.
51-
====
52+
====

core/standard/requirements/building-blocks/record-core-query-parameters/REQ_query-param-type-definition.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ schema:
3737
type: array
3838
items:
3939
type: string
40-
maxLength: 64
4140
explode: false
41+
style: form
4242
----
43-
====
43+
====

0 commit comments

Comments
 (0)