stela ops usage fixes roles propagation and timoeut, one account to support multi tenants, migrations consolidation, search to support documentation, doctor and open api vector db search

This commit is contained in:
master
2026-02-22 19:27:54 +02:00
parent a29f438f53
commit bd8fee6ed8
373 changed files with 832097 additions and 3369 deletions

View File

@@ -0,0 +1,253 @@
{
"refs": [
"#/components/schemas/timelineindexer_System_Collections_Generic_IReadOnlyList_1_StellaOps_TimelineIndexer_Core_Models_TimelineEventView_StellaOps_TimelineIndexer_Core_Version_1_0_0_0_Culture_neutral_PublicKeyToken_null",
"#/components/schemas/timelineindexer_TimelineIngestAcceptedResponse",
"#/components/schemas/timelineindexer_StellaOps_TimelineIndexer_Core_Models_TimelineEventView",
"#/components/schemas/timelineindexer_StellaOps_TimelineIndexer_Core_Models_TimelineEvidenceView"
],
"components": {
"schemas": {
"timelineindexer_System_Collections_Generic_IReadOnlyList_1_StellaOps_TimelineIndexer_Core_Models_TimelineEventView_StellaOps_TimelineIndexer_Core_Version_1_0_0_0_Culture_neutral_PublicKeyToken_null": {
"type": "array",
"items": {
"type": "object",
"properties": {
"actor": {
"type": "string"
},
"attestationDigest": {
"type": "string"
},
"attestationSubject": {
"type": "string"
},
"attributes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"bundleDigest": {
"type": "string"
},
"bundleId": {
"type": [
"string",
"null"
],
"format": "uuid"
},
"correlationId": {
"type": "string"
},
"eventId": {
"type": "string"
},
"eventSeq": {
"type": "integer"
},
"eventType": {
"type": "string"
},
"manifestUri": {
"type": "string"
},
"normalizedPayloadJson": {
"type": "string"
},
"occurredAt": {
"type": "string",
"format": "date-time"
},
"payloadHash": {
"type": "string"
},
"rawPayloadJson": {
"type": "string"
},
"receivedAt": {
"type": "string",
"format": "date-time"
},
"severity": {
"type": "string"
},
"source": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"traceId": {
"type": "string"
}
},
"required": [
"eventId",
"eventSeq",
"eventType",
"occurredAt",
"receivedAt",
"severity",
"source",
"tenantId"
]
},
"$schema": "https://json-schema.org/draft/2020-12/schema"
},
"timelineindexer_TimelineIngestAcceptedResponse": {
"type": "object",
"properties": {
"status": {
"type": "string"
}
},
"required": [
"status"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
},
"timelineindexer_StellaOps_TimelineIndexer_Core_Models_TimelineEventView": {
"type": "object",
"properties": {
"actor": {
"type": "string"
},
"attestationDigest": {
"type": "string"
},
"attestationSubject": {
"type": "string"
},
"attributes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"bundleDigest": {
"type": "string"
},
"bundleId": {
"type": [
"string",
"null"
],
"format": "uuid"
},
"correlationId": {
"type": "string"
},
"eventId": {
"type": "string"
},
"eventSeq": {
"type": "integer"
},
"eventType": {
"type": "string"
},
"manifestUri": {
"type": "string"
},
"normalizedPayloadJson": {
"type": "string"
},
"occurredAt": {
"type": "string",
"format": "date-time"
},
"payloadHash": {
"type": "string"
},
"rawPayloadJson": {
"type": "string"
},
"receivedAt": {
"type": "string",
"format": "date-time"
},
"severity": {
"type": "string"
},
"source": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"traceId": {
"type": "string"
}
},
"required": [
"eventId",
"eventSeq",
"eventType",
"occurredAt",
"receivedAt",
"severity",
"source",
"tenantId"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
},
"timelineindexer_StellaOps_TimelineIndexer_Core_Models_TimelineEvidenceView": {
"type": "object",
"properties": {
"attestationDigest": {
"type": "string"
},
"attestationSubject": {
"type": "string"
},
"bundleDigest": {
"type": "string"
},
"bundleId": {
"type": [
"string",
"null"
],
"format": "uuid"
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"eventId": {
"type": "string"
},
"manifestUri": {
"type": "string"
},
"tenantId": {
"type": "string"
}
},
"required": [
"createdAt",
"eventId",
"tenantId"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}
}
}
}