repository stringclasses 528
values | commit stringlengths 40 40 | commitDate timestamp[s] | path stringlengths 11 149 | repoStars int64 5 94.9k | repoLastFetched stringclasses 528
values | content stringlengths 48 736k | license stringclasses 14
values | language stringclasses 7
values |
|---|---|---|---|---|---|---|---|---|
gperdomor/nx-tools | e7b073f95bf1c3d185537039a0b77f1734ac65d3 | 2024-05-26T03:51:18 | plugins/nx-graphql-codegen/src/generators/configuration/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$id": "Configuration",
"$schema": "https://json-schema.org/schema",
"properties": {
"configFileType": {
"$default": {
"index": 1
},
"alias": "e",
"default": "ts",
"description": "Options file type for GraphQL Code Generator configuration",
"type": "string",
... | MIT | en |
gperdomor/nx-tools | 08ea098716e2287a875281b67b42f26f7f374724 | 2024-05-26T03:49:39 | plugins/nx-prisma/src/executors/resolve/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$schema": "https://json-schema.org/schema",
"description": "The migrate resolve command allows you to solve migration history issues in production by marking a failed migration as already applied (supports baselining) or rolled back.",
"properties": {
"applied": {
"description": "Record a specific mi... | MIT | en |
gperdomor/nx-tools | 08ea098716e2287a875281b67b42f26f7f374724 | 2024-05-26T03:49:39 | plugins/nx-prisma/src/executors/status/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$schema": "https://json-schema.org/schema",
"description": "The prisma migrate status command looks up the migrations in migrations folder and the entries in the _prisma_migrations table and compiles information about the state of the migrations in your database.",
"properties": {
"schema": {
"descri... | MIT | en |
gperdomor/nx-tools | 08ea098716e2287a875281b67b42f26f7f374724 | 2024-05-26T03:49:39 | plugins/nx-prisma/src/executors/validate/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$schema": "https://json-schema.org/schema",
"description": "Validates the Prisma Schema Language of the Prisma schema file.",
"properties": {
"schema": {
"description": "Specifies the path to the desired schema.prisma file to be processed instead of the default path. Both absolute and relative paths ... | MIT | en |
gperdomor/nx-tools | 08ea098716e2287a875281b67b42f26f7f374724 | 2024-05-26T03:49:39 | plugins/nx-prisma/src/executors/seed/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$schema": "https://json-schema.org/schema",
"description": "Seed your database.",
"properties": {
"executeWith": {
"default": "ts-node",
"description": "Tool to use for executing the seeding script. Currently `ts-node` and `tsx` are supported",
"enum": [
"ts-node",
"tsx"
... | MIT | en |
gperdomor/nx-tools | 08ea098716e2287a875281b67b42f26f7f374724 | 2024-05-26T03:49:39 | plugins/nx-prisma/src/executors/reset/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$schema": "https://json-schema.org/schema",
"description": "This command deletes and recreates the database, or performs a 'soft reset' by removing all data, tables, indexes, and other artifacts.",
"properties": {
"force": {
"description": "Skip the confirmation prompt.",
"type": "boolean"
... | MIT | en |
gperdomor/nx-tools | 08ea098716e2287a875281b67b42f26f7f374724 | 2024-05-26T03:49:39 | plugins/nx-prisma/src/executors/migrate/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$schema": "https://json-schema.org/schema",
"description": "The migrate dev command updates your database using migrations during development and creates the database if it does not exist.",
"properties": {
"create-only": {
"description": "Creates a new migration based on the changes in the schema bu... | MIT | en |
gperdomor/nx-tools | 08ea098716e2287a875281b67b42f26f7f374724 | 2024-05-26T03:49:39 | plugins/nx-prisma/src/executors/deploy/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$schema": "https://json-schema.org/schema",
"description": "The migrate deploy command applies all pending migrations, and creates the database if it does not exist. Primarily used in non-development environments.",
"properties": {
"schema": {
"description": "Specifies the path to the desired schema.... | MIT | en |
gperdomor/nx-tools | 08ea098716e2287a875281b67b42f26f7f374724 | 2024-05-26T03:49:39 | plugins/nx-prisma/src/executors/push/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$schema": "https://json-schema.org/schema",
"description": "The db push command pushes the state of your Prisma schema file to the database without using migrations. It creates the database if the database does not exist.",
"properties": {
"accept-data-loss": {
"description": "Ignore data loss warnin... | MIT | en |
gperdomor/nx-tools | e76e9561a6be8e47a46f50bf813bcf5912195f7e | 2024-05-26T03:45:31 | plugins/nx-container/src/generators/configuration/schema.json | 331 | 2024-05-28T04:22:13.75087Z | {
"$id": "Configuration",
"$schema": "https://json-schema.org/schema",
"properties": {
"engine": {
"alias": "e",
"default": "docker",
"description": "Provide the container engine to be used.",
"enum": [
"docker",
"podman",
"kaniko"
],
"type": "string... | MIT | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/library/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/library/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"lib_version": {
"type": "string"
},
"runtime_type": {
... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/service_entry_span/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/service_entry_span/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"id": {
"description": "[INDEXED]",
"type": [
... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/events/_definitions/rule/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/rule/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"description": "[INDEXED] The unique identifier of the rule that triggered the event",
"type": "string"
},
"name... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/library/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/library/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"lib_version": {
"type": "string"
},
"runtime_type": {
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/service/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/service/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"environment": {
"type": [
"string",
"null"
]
},
"name": {
"... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/code_location/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/code_location/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {
"StackTraceItem": {
"abs_path": {
"type": [
"string",
"null"
]
},
"function": {
... | Apache-2.0 | en |
DataDog/system-tests | 6763fa1e90ad1d1c93b35c60a653565437a954cc | 2021-10-05T11:31:41 | utils/interfaces/schemas/miscs/appsec/contexts/_definitions/all_context.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/_definitions/all_context.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"actor": {
"oneOf": [
{
"$ref": "../actor/0.1.0.json"
}
]
},
"agent": {
"oneOf": [
{
"$ref": "../age... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/service/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/service/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"environment": {
"type": [
"string",
"null"
]
},
"name": {
"... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/host/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/host/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"hostname": {
"type": "string"
},
"os_type": {
"type... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/events/_definitions/rule_match/1.0.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/rule_match/1.0.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"highlight": {
"description": "The part of the value that triggered the rule. It is currently optional to provide this value until we have a PII strategy.",
... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/events/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"deprecated": true,
"properties": {
"blocked": {
"description": "[INDEXED]",
"type": "boolean"
},
"context": {
"allOf": [
{
"$ref": "../contexts/_definitions/all... | Apache-2.0 | en |
DataDog/system-tests | a84062f308e670dd5bf7cdf96cd29a49b6e464c1 | 2021-10-05T11:40:47 | utils/interfaces/schemas/miscs/appsec/contexts/_definitions/all_context.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/_definitions/all_context.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"actor": {
"oneOf": [
{
"$ref": "../actor/0.1.0.json"
}
]
},
"agent": {
"oneOf": [
{
"$ref": "../age... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/events/_definitions/rule/1.0.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/rule/1.0.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"description": "The unique identifier of the rule that triggered the event. For example, ``ua-910-xax``.",
"type": "stri... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/http/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/http/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {
"HttpHeaders": {
"patternProperties": {
"^.*$": {
"type": "string"
}
},
"type": [
"object",
... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/http/1.0.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/http/1.0.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {
"HttpHeaders": {
"patternProperties": {
"^.*$": {
"items": {
"type": "string"
},
"type": "arra... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/tags/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/tags/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"values": {
"description": "A list of tags.",
"items": {
... | Apache-2.0 | en |
DataDog/system-tests | 89d36cd56dd9148dfda0d385fc048da92e08afb5 | 2021-11-26T11:28:09 | utils/interfaces/schemas/miscs/appsec/contexts/http/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/http/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {
"HttpHeaders": {
"existingJavaType": "java.lang.String",
"patternProperties": {
"^.*$": {
"type": "string"
}
... | Apache-2.0 | en |
DataDog/system-tests | 2f154d089c6654dc97fb329ae7432975807d2030 | 2021-10-05T11:20:43 | utils/interfaces/schemas/miscs/appsec/events/_definitions/all_events.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/all_events.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"if": {
"properties": {
"event_version": {
"const": "1.0.0"
}
}
},
"then": {
"$ref": "../1.0.0.json"
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/trace/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/trace/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"id": {
"type": [
"string",
"number"
]
... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/trace/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/trace/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"id": {
"type": [
"string",
"number"
]
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/http/1.0.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/http/1.0.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {
"HttpHeaders": {
"existingJavaType": "java.util.Map<String, ? extends java.util.Collection<String>>",
"patternProperties": {
"^.*$... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/http/parameters.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/http/parameters.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "TODO Formalize this when more context.",
"properties": {
"form": {
"existingJavaType": "java.util.Map<String, String>",
"patternProperties": {
"^.+$": {
... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/sqreen/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/sqreen/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"application_id": {
"type": "string"
},
"context_version": {
"const": "0.1.0",
"type": "string"
},
"instance_id": {... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/_definitions/all_context.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/_definitions/all_context.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"actor": {
"oneOf": [
{
"$ref": "../actor/0.1.0.json"
}
]
},
"agent": {
"oneOf": [
{
"$ref": "../age... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/span/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/span/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"id": {
"description": "[INDEXED]",
"type": [
"strin... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/events/_definitions/rule_match/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/rule_match/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"has_server_side_match": {
"description": "This field is not currently used, it was added for backward compatibility",
"type": "boolean"
},
"highli... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/actor/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/actor/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {},
"properties": {
"_id": {
"$comment": "Previously `sqreen_identifier`: b64(json(identifiers)) or sha512(b64(json(identifiers))) if too long.... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/events/_definitions/all_events.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/all_events.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"if": {
"event_version": {
"const": "1.0.0"
}
},
"then": {
"$ref": "../1.0.0.json"
}
},
{
"if": {
... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/events/_definitions/rule_match/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/rule_match/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"has_server_side_match": {
"description": "This field is not currently used, it was added for backward compatibility",
"type": "boolean"
},
"highli... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/agent/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/agent/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"agent_version": {
"type": "string"
},
"context_version": {
"const": "0.1.0",
"type": "string"
}
},
"required": [
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/events/_definitions/rule/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/rule/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"description": "[INDEXED] The unique identifier of the rule that triggered the event",
"type": "string"
},
"name... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/http/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/http/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {
"HttpHeaders": {
"existingJavaType": "java.lang.String",
"patternProperties": {
"^.*$": {
"type": "string"
}
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/events/_definitions/rule/1.0.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/rule/1.0.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"description": "The unique identifier of the rule that triggered the event. For example, ``ua-910-xax``.",
"type": "stri... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/span/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/span/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"id": {
"description": "[INDEXED]",
"type": [
"strin... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/service_entry_span/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/service_entry_span/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"id": {
"description": "[INDEXED]",
"type": [
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/sqreen/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/sqreen/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"application_id": {
"type": "string"
},
"context_version": {
"const": "0.1.0",
"type": "string"
},
"instance_id": {... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/events/1.0.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/1.0.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"context": {
"allOf": [
{
"$ref": "../contexts/_definitions/all_context.json"
},
{
"required": [
"http",
"service",
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/events/_definitions/rule_match/1.0.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/events/_definitions/rule_match/1.0.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"highlight": {
"description": "The part of the value that triggered the rule. It is currently optional to provide this value until we have a PII strategy.",
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/actor/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/actor/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {},
"properties": {
"_id": {
"$comment": "Previously `sqreen_identifier`: b64(json(identifiers)) or sha512(b64(json(identifiers))) if too long.... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/host/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/host/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"hostname": {
"type": "string"
},
"os_type": {
"type... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/agent/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/agent/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"agent_version": {
"type": "string"
},
"context_version": {
"const": "0.1.0",
"type": "string"
}
},
"required": [
... | Apache-2.0 | en |
DataDog/system-tests | 0b288fc1003d9f34569f72a27861a83cea3fab79 | 2021-11-07T22:08:56 | utils/interfaces/schemas/miscs/appsec/contexts/code_location/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/code_location/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"definitions": {
"StackTraceItem": {
"abs_path": {
"type": [
"string",
"null"
]
},
"function": {
... | Apache-2.0 | en |
DataDog/system-tests | 4472b54bc8d4fc77b423ea7123c9c25c5a10c3d9 | 2021-10-05T09:24:32 | utils/interfaces/schemas/miscs/appsec/contexts/tags/0.1.0.json | 20 | 2024-05-27T10:17:02.236855Z | {
"$id": "/miscs/appsec/contexts/tags/0.1.0.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context_version": {
"const": "0.1.0",
"type": "string"
},
"values": {
"description": "A list of tags.",
"items": {
... | Apache-2.0 | en |
DataDog/threatest | b65fbd3117daa6ae996b151bb43787c3fc5d15e9 | 2022-11-15T22:01:19 | schemas/threatest.schema.json | 311 | 2024-05-27T06:08:14.469898Z | {
"$id": "https://github.com/datadog/threatest/threatest.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Schema for a Threatest test suite",
"properties": {
"scenarios": {
"description": "The display name of the vulnerability",
"items": {
"descrip... | Apache-2.0 | en |
DataDog/threatest | aaf8c50798dedec8651fb885dae957bad21e1508 | 2022-11-21T12:43:32 | schemas/threatest.schema.json | 311 | 2024-05-27T06:08:14.469898Z | {
"$id": "https://github.com/datadog/threatest/threatest.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Schema for a Threatest test suite",
"properties": {
"scenarios": {
"description": "The display name of the vulnerability",
"items": {
"descrip... | Apache-2.0 | en |
DataDog/threatest | d0835621e49387b4d3341faf3d0c371714648fd6 | 2023-05-08T06:48:42 | schemas/threatest.schema.json | 311 | 2024-05-27T06:08:14.469898Z | {
"$id": "https://github.com/datadog/threatest/threatest.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Schema for a Threatest test suite",
"properties": {
"scenarios": {
"description": "The display name of the vulnerability",
"items": {
"descrip... | Apache-2.0 | en |
DataDog/datadog-agent | 58685414de2b1dece8d147d60c0e9262fc64f1c2 | 2021-09-29T09:05:04 | pkg/security/tests/schemas/link.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "rename.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"file": {
"properties": {
"destination": {
"$ref": "file:///file.json"
}
},
"required": [
"destination"
... | Apache-2.0 | en |
DataDog/datadog-agent | 69736970d8bc873edc38949fdc0b0afe7ce186c7 | 2024-01-17T19:21:36 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AnomalyDetectionSyscallEvent": {
"additionalProperties": false,
"description": "AnomalyDetectionSyscallEventSerializer serializes an anomaly detection for a syscall event",
"properties": {
"syscall": {
"description": "Name of the syscall that triggered the anomaly... | Apache-2.0 | en |
DataDog/datadog-agent | 6576cbad04d526fb4e9e907c1b0c065005422e89 | 2023-01-18T09:05:35 | pkg/security/tests/schemas/mount.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "mount.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"mount": {
"properties": {
"fs_type": {
"type": "string"
},
"mount_id": {
"type": "integer"
},
... | Apache-2.0 | en |
DataDog/datadog-agent | 27b82fb0983f1990b0186f2815dedb7032f8d47b | 2022-02-02T14:38:04 | pkg/security/tests/schemas/ptrace.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "ptrace.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "/schemas/event.json"
},
{
"$ref": "/schemas/usr.json"
},
{
"$ref": "/schemas/process_context.json"
},
{
"date": {
"$ref": "/schemas/datetime.json"
... | Apache-2.0 | en |
DataDog/datadog-agent | 8055a932a6a9d153ed8c28f42a39459a30613d36 | 2023-04-05T15:47:07 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AnomalyDetectionSyscallEvent": {
"additionalProperties": false,
"description": "AnomalyDetectionSyscallEventSerializer serializes an anomaly detection for a syscall event",
"properties": {
"syscall": {
"description": "Name of the syscall that triggered the anomaly... | Apache-2.0 | en |
DataDog/datadog-agent | a67238a998b3a37cfb3f3850575848b1dde1a5a4 | 2023-09-29T08:42:53 | pkg/networkdevice/profile/profiledefinition/schema/profile_rc_schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"DeviceMeta": {
"additionalProperties": false,
"properties": {
"vendor": {
"type": "string"
}
},
"type": "object"
},
"DeviceProfileRcConfig": {
"additionalProperties": false,
"properties": {
"profile_definition": {
... | Apache-2.0 | en |
DataDog/datadog-agent | 7a13fc27bbc8429dc419650429afcb2a6a88f207 | 2022-02-18T17:12:44 | pkg/security/tests/schemas/signal.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "signal.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "/schemas/event.json"
},
{
"$ref": "/schemas/usr.json"
},
{
"$ref": "/schemas/process_context.json"
},
{
"date": {
"$ref": "/schemas/datetime.json"
... | Apache-2.0 | en |
DataDog/datadog-agent | cbffc41be534959b84002f3a692ed02c76667851 | 2024-05-24T09:43:31 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AWSIMDSEvent": {
"additionalProperties": false,
"description": "AWSIMDSEventSerializer serializes an AWS IMDS event to JSON",
"properties": {
"is_imds_v2": {
"description": "is_imds_v2 reports if the IMDS event follows IMDSv1 or IMDSv2 conventions",
"typ... | Apache-2.0 | en |
DataDog/datadog-agent | ded01043e6063c6df7862575cf96c6c7b5776704 | 2021-09-30T14:37:39 | pkg/security/tests/schemas/rename.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "rename.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"file": {
"properties": {
"destination": {
"$ref": "/schemas/file.json"
}
},
"required": [
"destination"... | Apache-2.0 | en |
DataDog/datadog-agent | 2f5a7b92731c170b0a4c94c94d6233a1c3f4a3b4 | 2024-05-24T09:26:52 | pkg/security/tests/schemas/imds.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "imds.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "/schemas/event.json"
},
{
"$ref": "/schemas/usr.json"
},
{
"$ref": "/schemas/process_context.json"
},
{
"$ref": "/schemas/network.json"
},
{
"dat... | Apache-2.0 | en |
DataDog/datadog-agent | 2bb28e5ccc5f46642a5dd206c1d1fb70f30c59cc | 2021-10-01T18:37:01 | pkg/security/tests/schemas/span_context.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "span_context.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"dd": {
"required": [
"span_id",
"trace_id"
],
"span_id": {
"type": "integer"
},
"trace_id": {
"type": "interger"
}
}
},
"require... | Apache-2.0 | en |
DataDog/datadog-agent | c68c8624f6d9ec81973f1a1711983be24480b255 | 2024-02-15T12:40:15 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AnomalyDetectionSyscallEvent": {
"additionalProperties": false,
"description": "AnomalyDetectionSyscallEventSerializer serializes an anomaly detection for a syscall event",
"properties": {
"syscall": {
"description": "Name of the syscall that triggered the anomaly... | Apache-2.0 | en |
DataDog/datadog-agent | 5f6f0ea721e01c5d670529a02d7285fb6bc90003 | 2022-01-27T15:28:47 | pkg/security/tests/schemas/link.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "rename.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"file": {
"properties": {
"destination": {
"$ref": "/schemas/file.json"
}
},
"required": [
"destination"... | Apache-2.0 | en |
DataDog/datadog-agent | 94ebb93e678ef6781b44533c4205104c0d129b23 | 2021-08-06T09:36:51 | pkg/security/tests/schemas/process.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "process.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"properties": {
"pid": {
"enum": [
1
],
"type": "integer"
}
},
"required": [
"pid"
]
},
{
"properties": {
... | Apache-2.0 | en |
DataDog/datadog-agent | 694c78ba89bf5de81abd563bccf1ede3e42b009b | 2023-10-10T14:30:50 | pkg/networkdevice/profile/profiledefinition/schema/profile_rc_schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"DeviceMeta": {
"additionalProperties": false,
"properties": {
"vendor": {
"type": "string"
}
},
"type": "object"
},
"DeviceProfileRcConfig": {
"additionalProperties": false,
"properties": {
"profile_definition": {
... | Apache-2.0 | en |
DataDog/datadog-agent | 8fcd408010e2c605f1c6c5c9fd892bfe281098ec | 2022-06-24T12:12:38 | pkg/security/tests/schemas/bind.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "bind.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "/schemas/event.json"
},
{
"$ref": "/schemas/usr.json"
},
{
"$ref": "/schemas/process_context.json"
},
{
"date": {
"$ref": "/schemas/datetime.json"
... | Apache-2.0 | en |
DataDog/datadog-agent | 27b0239556d6ce0b632bfaf618c9e34e69e79771 | 2022-08-05T08:14:24 | pkg/security/tests/schemas/process.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "process.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"properties": {
"pid": {
"enum": [
1
],
"type": "integer"
}
},
"required": [
"pid"
]
},
{
"properties": {
... | Apache-2.0 | en |
DataDog/datadog-agent | 76b2d8850f14e65eea1f34b5c5da803063c977e5 | 2021-04-16T22:09:14 | pkg/security/tests/schemas/exec.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "exec.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"if": {
"properties": {
"file": {
"required": [
"container_path"
],
"type": "object"
}
}
},
"then": {
"r... | Apache-2.0 | en |
DataDog/datadog-agent | fba22d73829a85fd7d6a1308d1db7bfaeb4b3d53 | 2024-05-22T15:08:35 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AgentContext": {
"additionalProperties": false,
"properties": {
"arch": {
"type": "string"
},
"origin": {
"type": "string"
},
"os": {
"type": "string"
},
"policy_name": {
"type": "string"
... | Apache-2.0 | en |
DataDog/datadog-agent | 7179066b03698f110a18cb38a7b6c5d98324f268 | 2024-02-08T16:46:16 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AnomalyDetectionSyscallEvent": {
"additionalProperties": false,
"description": "AnomalyDetectionSyscallEventSerializer serializes an anomaly detection for a syscall event",
"properties": {
"syscall": {
"description": "Name of the syscall that triggered the anomaly... | Apache-2.0 | en |
DataDog/datadog-agent | c26e0fce62b31fc5d85950966f20ec664ba67937 | 2023-05-11T11:46:29 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AnomalyDetectionSyscallEvent": {
"additionalProperties": false,
"description": "AnomalyDetectionSyscallEventSerializer serializes an anomaly detection for a syscall event",
"properties": {
"syscall": {
"description": "Name of the syscall that triggered the anomaly... | Apache-2.0 | en |
DataDog/datadog-agent | c22fafbbf53084f9b833e60d43711f55a1f4ecdd | 2022-03-11T17:41:28 | pkg/security/tests/schemas/splice.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "splice.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"splice": {
"properties": {
"pipe_entry_flag": {
"type": "string"
},
"pipe_exit_flag": {
"type": "string"
... | Apache-2.0 | en |
DataDog/datadog-agent | bdf3da7a268567e2112e3095188e3d0dbaa02216 | 2022-02-18T14:51:17 | pkg/security/tests/schemas/load_module_no_file.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "load_module_no_file.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"module": {
"properties": {
"loaded_from_memory": {
"type": "boolean"
},
"name": {
"type": "strin... | Apache-2.0 | en |
DataDog/datadog-agent | 5d21c7bd4793e091801303c44c45c430b6d3442d | 2021-06-23T07:31:08 | pkg/security/tests/schemas/usr.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "usr.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"usr": {
"properties": {
"group": {
"type": "string"
},
"id": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
} | Apache-2.0 | en |
DataDog/datadog-agent | 7dc3a9b2d4bbfd8d0db7b4ef45e9055df6959592 | 2021-05-28T17:27:42 | pkg/security/tests/schemas/event.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "event.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"date": {
"$ref": "file:///datetime.json"
},
"evt": {
"properties": {
"category": {
"type": "string"
},
"name": {
"type": "string"
},
... | Apache-2.0 | en |
DataDog/datadog-agent | 5d21c7bd4793e091801303c44c45c430b6d3442d | 2021-06-23T07:31:08 | pkg/security/tests/schemas/rename.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "rename.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"if": {
"properties": {
"file": {
"required": [
"container_path"
],
"type": "object"
}
}
},
"then": {
... | Apache-2.0 | en |
DataDog/datadog-agent | 0c6d1c108743e41f1020235f7a13a3fcccd644f7 | 2022-01-07T16:36:42 | pkg/security/tests/schemas/mmap.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "mmap.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "/schemas/event.json"
},
{
"$ref": "/schemas/usr.json"
},
{
"$ref": "/schemas/process_context.json"
},
{
"date": {
"$ref": "/schemas/datetime.json"
... | Apache-2.0 | en |
DataDog/datadog-agent | 6b4c83520c8854e2caf3fd140c0f827b662455b9 | 2021-09-28T11:23:27 | pkg/security/tests/schemas/host_event.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "host_event.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "file:///event.json"
},
{
"file": {
"$ref": "file:///file.json"
}
},
{
"$ref": "file:///usr.json"
},
{
"$ref": "file:///process_context.json... | Apache-2.0 | en |
DataDog/datadog-agent | 2f5a7b92731c170b0a4c94c94d6233a1c3f4a3b4 | 2024-05-24T09:26:52 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AWSIMDSEvent": {
"additionalProperties": false,
"description": "AWSIMDSEventSerializer serializes an AWS IMDS event to JSON",
"properties": {
"is_imds_v2": {
"description": "is_imds_v2 reports if the IMDS event follows IMDSv1 or IMDSv2 conventions",
"typ... | Apache-2.0 | en |
DataDog/datadog-agent | 15265cf3ac208c4f4e026d3e00df02f21f8aa3de | 2023-11-27T17:11:04 | pkg/security/tests/schemas/selinux.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "selinux.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"anyOf": [
{
"$ref": "/schemas/container_event.json"
},
{
"$ref": "/schemas/host_event.json"
}
],
"definitions": {
"bool": {
"properties": {
"bool": {
"properties": {
... | Apache-2.0 | en |
DataDog/datadog-agent | ded01043e6063c6df7862575cf96c6c7b5776704 | 2021-09-30T14:37:39 | pkg/security/tests/schemas/process.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "process.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"properties": {
"pid": {
"enum": [
1
],
"type": "integer"
}
},
"required": [
"pid"
]
},
{
"properties": {
... | Apache-2.0 | en |
DataDog/datadog-agent | d8f3f489fe7acafaef64b7cee97283984fe2061a | 2021-07-26T14:09:19 | pkg/security/tests/schemas/exec.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "exec.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"process": {
"not": {
"required": [
"exit_time"
]
},
"type": "object"
}
}
}
],
"anyOf": [
{
... | Apache-2.0 | en |
DataDog/datadog-agent | 6294adc25e841d566a78bc7fc2db08b2f3491d87 | 2024-04-02T09:48:30 | pkg/security/tests/schemas/kill.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "kill.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"anyOf": [
{
"properties": {
"signal": {
"const": "SIGKILL"
}
},
"required": [
"type",
"signal",
"created_at",
"detected_at",
"killed_at",
... | Apache-2.0 | en |
DataDog/datadog-agent | 76b2d8850f14e65eea1f34b5c5da803063c977e5 | 2021-04-16T22:09:14 | pkg/security/tests/schemas/event.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "event.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"date": {
"type": "string"
},
"evt": {
"properties": {
"category": {
"type": "string"
},
"name": {
"type": "string"
},
"outcome": {
... | Apache-2.0 | en |
DataDog/datadog-agent | 91b73ef419ede0951bdb26f20e48e68e8e4233ee | 2023-11-07T11:28:21 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AnomalyDetectionSyscallEvent": {
"additionalProperties": false,
"description": "AnomalyDetectionSyscallEventSerializer serializes an anomaly detection for a syscall event",
"properties": {
"syscall": {
"description": "Name of the syscall that triggered the anomaly... | Apache-2.0 | en |
DataDog/datadog-agent | 27b82fb0983f1990b0186f2815dedb7032f8d47b | 2022-02-02T14:38:04 | pkg/security/tests/schemas/span_context.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "span_context.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"dd": {
"required": [
"span_id",
"trace_id"
],
"span_id": {
"type": "integer"
},
"trace_id": {
"type": "integer"
}
}
},
"required... | Apache-2.0 | en |
DataDog/datadog-agent | 8560fc1631ec6825b7b24e75534f5fdb68727b01 | 2021-07-09T07:11:25 | pkg/security/tests/schemas/selinux.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "selinux.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"if": {
"properties": {
"file": {
"required": [
"container_path"
],
"type": "object"
}
}
},
"then": {
... | Apache-2.0 | en |
DataDog/datadog-agent | ded01043e6063c6df7862575cf96c6c7b5776704 | 2021-09-30T14:37:39 | pkg/security/tests/schemas/event.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "event.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"date": {
"$ref": "/schemas/datetime.json"
},
"evt": {
"properties": {
"category": {
"type": "string"
},
"name": {
"type": "string"
},
... | Apache-2.0 | en |
DataDog/datadog-agent | df5e952e8913cdb902eede93b660b1ed805f64f3 | 2021-07-01T10:56:01 | pkg/security/tests/schemas/chown.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "chown.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"file": {
"required": [
"destination"
],
"type": "object"
}
}
}
],
"anyOf": [
{
"$ref": "file:///container_even... | Apache-2.0 | en |
DataDog/datadog-agent | ded01043e6063c6df7862575cf96c6c7b5776704 | 2021-09-30T14:37:39 | pkg/security/tests/schemas/open.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "exec.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"file": {
"required": [
"flags"
],
"type": "object"
}
}
}
],
"anyOf": [
{
"$ref": "/schemas/container_event.json... | Apache-2.0 | en |
DataDog/datadog-agent | fba22d73829a85fd7d6a1308d1db7bfaeb4b3d53 | 2024-05-22T15:08:35 | pkg/security/tests/schemas/process.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "process.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"properties": {
"pid": {
"enum": [
1
],
"type": "integer"
}
},
"required": [
"pid"
]
},
{
"properties": {
... | Apache-2.0 | en |
DataDog/datadog-agent | 5f6f0ea721e01c5d670529a02d7285fb6bc90003 | 2022-01-27T15:28:47 | pkg/security/tests/schemas/exec.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$id": "exec.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"process": {
"not": {
"required": [
"exit_time"
]
},
"type": "object"
}
},
"required": [
"... | Apache-2.0 | en |
DataDog/datadog-agent | c438dc206a70a0d75469656ce66076985672e457 | 2024-05-28T13:03:19 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AWSIMDSEvent": {
"additionalProperties": false,
"description": "AWSIMDSEventSerializer serializes an AWS IMDS event to JSON",
"properties": {
"is_imds_v2": {
"description": "is_imds_v2 reports if the IMDS event follows IMDSv1 or IMDSv2 conventions",
"typ... | Apache-2.0 | en |
DataDog/datadog-agent | 2cbbed984fd66ef9bc20babefe2a11e2a1d2f7f1 | 2023-11-09T23:42:37 | docs/cloud-workload-security/backend.schema.json | 2,683 | 2024-05-29T13:13:35.263199Z | {
"$defs": {
"AnomalyDetectionSyscallEvent": {
"additionalProperties": false,
"description": "AnomalyDetectionSyscallEventSerializer serializes an anomaly detection for a syscall event",
"properties": {
"syscall": {
"description": "Name of the syscall that triggered the anomaly... | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.