MCPcopy Create free account
hub / github.com/apache/ossie / OSICustomExtension

Class OSICustomExtension

python/src/ossie/models.py:62–68  ·  view source on GitHub ↗

Vendor-specific metadata as a serialized JSON string.

Source from the content-addressed store, hash-verified

60
61
62class OSICustomExtension(BaseModel):
63 """Vendor-specific metadata as a serialized JSON string."""
64
65 model_config = ConfigDict(frozen=True)
66
67 vendor_name: str
68 data: str
69
70
71class OSIDialectExpression(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected