Class KnownMediaTypes
Well-known media type constants for AI catalog and related standards.
public static class KnownMediaTypes
- Inheritance
-
objectKnownMediaTypes
Fields
A2AAgentCard
Media type for A2A Agent Card documents: application/a2a-agent-card+json
public const string A2AAgentCard = "application/a2a-agent-card+json"
Field Value
- string
A2AAgentCardVendor
Vendor-prefixed variant of A2A Agent Card media type: application/vnd.a2a.agent-card+json
Used by some implementations; treated as equivalent to A2AAgentCard.
public const string A2AAgentCardVendor = "application/vnd.a2a.agent-card+json"
Field Value
- string
AiCatalog
Media type for AI Catalog documents: application/ai-catalog+json
public const string AiCatalog = "application/ai-catalog+json"
Field Value
- string