There was an error while loading. Please reload this page.
2 parents 8272476 + 40c5adb commit d56e049Copy full SHA for d56e049
1 file changed
spec/schemas/ard.openapi.yaml
@@ -136,9 +136,11 @@ components:
136
Structured constraints. Keys are field paths (can be dot-separated for nested fields).
137
Values are arrays or scalar values.
138
additionalProperties:
139
- type: array
140
- items:
141
- type: string
+ oneOf:
+ - type: string
+ - type: array
142
+ items:
143
+ type: string
144
example:
145
type: ["application/mcp-server-card+json"]
146
"trustManifest.attestations.type": ["SOC2-Type2"]
0 commit comments