Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions spec/schemas/ard.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ components:
Structured constraints. Keys are field paths (can be dot-separated for nested fields).
Values are arrays or scalar values.
additionalProperties:
type: array
items:
type: string
oneOf:
- type: string
- type: array
items:
type: string
example:
type: ["application/mcp-server-card+json"]
"trustManifest.attestations.type": ["SOC2-Type2"]
Expand Down
Loading