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:
253
devops/compose/timeline_schemas.json
Normal file
253
devops/compose/timeline_schemas.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user