II.
SharedContextSpec JSON
Structured · liveshared-context-spec:adapters-harness-mock-http-server-config
HttpServerConfig json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "shared-context-spec:adapters-harness-mock-http-server-config",
"_kind": "SharedContextSpec",
"_file": "extensions/shared-context-specs/adapters-harness-mock-types.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "HttpServerConfig",
"contextKind": "test-fixture-config",
"typescriptInterface": "HttpServerConfig",
"producerIface": "test authors / harness scenarios for http adapters",
"consumerIfaces": [
"@a5c-ai/adapters-harness-mock http-mock.ts HttpServerMock"
],
"fieldSchema": [
"routes:list<HttpRouteConfig>:required:Method/path/handler tuples",
"port|host:optional:Listen address override",
"tls:optional:Optional TLS config block"
],
"sourceCitation": "packages/adapters/harness-mock/src/types.ts:185-232"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-adapters-harness-mock",
"to": "shared-context-spec:adapters-harness-mock-http-server-config",
"kind": "has_payload_schema",
"attributes": {}
}
]
}