Skip to content

Commit d56e049

Browse files
authored
Merge pull request #31 from yangbaechu/fix/openapi-filter-scalar-values
Align OpenAPI filter schema with scalar filter values
2 parents 8272476 + 40c5adb commit d56e049

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

‎spec/schemas/ard.openapi.yaml‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,11 @@ components:
136136
Structured constraints. Keys are field paths (can be dot-separated for nested fields).
137137
Values are arrays or scalar values.
138138
additionalProperties:
139-
type: array
140-
items:
141-
type: string
139+
oneOf:
140+
- type: string
141+
- type: array
142+
items:
143+
type: string
142144
example:
143145
type: ["application/mcp-server-card+json"]
144146
"trustManifest.attestations.type": ["SOC2-Type2"]

0 commit comments

Comments
 (0)