schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
sil-kit-participant-configuration.json
pAllowHaltDueToClock
Controls the transition to halt state due to clock synchronization errors. (values 0, 1)
{"type": "integer", "minimum": 0, "maximum": 1}
sil-kit-participant-configuration.json
pAllowPassiveToActive
Required number of consecutive even / odd cycle pairs for normal passive to normal active (range 0 - 31)
{"type": "integer", "minimum": 0, "maximum": 31}
sil-kit-participant-configuration.json
pChannels
Channel(s) to which the controller is connected
{"type": "string", "enum": ["A", "B", "AB", "None"]}
sil-kit-participant-configuration.json
pClusterDriftDamping
Cluster drift damping factor for rate correction in microticks (range 0 - 10)
{"type": "integer", "minimum": 0, "maximum": 10}
sil-kit-participant-configuration.json
pdAcceptedStartupRange
Allowed deviation for startup frames during integration in microticks (range 29 - 2743)
{"type": "integer", "minimum": 29, "maximum": 2743}
sil-kit-participant-configuration.json
pdListenTimeout
Duration of listen phase in microticks (range 1926 - 2567692)
{"type": "integer", "minimum": 1926, "maximum": 2567692}
sil-kit-participant-configuration.json
pKeySlotId
Slot ID of the key slot (range 0 - 1023; value 0 means that there is no key slot)
{"type": "integer", "minimum": 0, "maximum": 1023}
sil-kit-participant-configuration.json
pKeySlotOnlyEnabled
Shall the node enter key slot only mode after startup. (values 0, 1) (AUTOSAR pSingleSlotEnabled)
{"type": "integer", "minimum": 0, "maximum": 1}
sil-kit-participant-configuration.json
pKeySlotUsedForStartup
Key slot is used for startup (values 0, 1)
{"type": "integer", "minimum": 0, "maximum": 1}
sil-kit-participant-configuration.json
pKeySlotUsedForSync
Key slot is used for sync (values 0, 1)
{"type": "integer", "minimum": 0, "maximum": 1}
sil-kit-participant-configuration.json
pLatestTx
Last mini slot which can be transmitted (range 0 - 7988)
{"type": "integer", "minimum": 0, "maximum": 7988}
sil-kit-participant-configuration.json
pMacroInitialOffsetA
Initial startup offset for frame reference point on channel A (range 2 - 68 macroticks)
{"type": "integer", "minimum": 2, "maximum": 68}
sil-kit-participant-configuration.json
pMacroInitialOffsetB
Initial startup offset for frame reference point on channel B (range 2 - 68 macroticks)
{"type": "integer", "minimum": 2, "maximum": 68}
sil-kit-participant-configuration.json
pMicroInitialOffsetA
Offset between secondary time reference and MT boundary (range 0 - 239 microticks)
{"type": "integer", "minimum": 0, "maximum": 239}
sil-kit-participant-configuration.json
pMicroInitialOffsetB
Offset between secondary time reference and MT boundary (range 0 - 239 microticks)
{"type": "integer", "minimum": 0, "maximum": 239}
sil-kit-participant-configuration.json
pMicroPerCycle
Nominal number of microticks in the communication cycle (range 960 - 1280000)
{"type": "integer", "minimum": 960, "maximum": 1280000}
sil-kit-participant-configuration.json
pOffsetCorrectionOut
Maximum permissible offset correction value (range 15 - 16082 microticks)
{"type": "integer", "minimum": 15, "maximum": 16082}
sil-kit-participant-configuration.json
pOffsetCorrectionStart
Start of the offset correction phase within the NIT, (7 - 15999 macroticks)
{"type": "integer", "minimum": 7, "maximum": 15999}
sil-kit-participant-configuration.json
pRateCorrectionOut
Maximum permissible rate correction value (range 3 - 3846 microticks)
{"type": "integer", "minimum": 3, "maximum": 3846}
sil-kit-participant-configuration.json
pWakeupChannel
Channel used by the node to send a wakeup pattern
{"type": "string", "enum": ["A", "B"]}
sil-kit-participant-configuration.json
pWakeupPattern
Number of repetitions of the wakeup symbol (range 0 - 63, value 0 or 1 prevents sending of WUP)
{"type": "integer", "minimum": 0, "maximum": 63}
sil-kit-participant-configuration.json
pdMicrotick
Duration of a FlexRay microtick
{"type": "string", "enum": ["12.5ns", "25ns", "50ns"]}
sil-kit-participant-configuration.json
pSamplesPerMicrotick
Number of samples per microtick (values 1, 2)
{"type": "integer", "minimum": 1, "maximum": 2}
sil-kit-participant-configuration.json
channels
Channel(s)
{"type": "string", "enum": ["A", "B", "AB", "None"]}
sil-kit-participant-configuration.json
slotId
The slot Id of frame
{"type": "integer", "minimum": 0, "maximum": 65535}
sil-kit-participant-configuration.json
offset
Base offset for cycle multiplexing (values 0 - 63)
{"type": "integer", "minimum": 0, "maximum": 63}
sil-kit-participant-configuration.json
repetition
Repetition for cycle multiplexing (values 1, 2, 4, 8, 16, 32, 64)
{"type": "integer", "minimum": 0, "maximum": 64}
sil-kit-participant-configuration.json
PPindicator
Set the PPindicator
{"type": "boolean"}
sil-kit-participant-configuration.json
headerCrc
Header CRC, 11 bits
{"type": "integer"}
sil-kit-participant-configuration.json
transmissionMode
SingleShot or Continuous transmission mode
{"type": "string", "enum": ["SingleShot", "Continuous"]}
sil-kit-participant-configuration.json
FlexrayControllers
Reconfigures the FlexrayControllers of the participant
{"type": "array", "items": {}}
sil-kit-participant-configuration.json
Topic
Name of the communication channel between DataPublisher and DataSubscribers
{"type": "string"}
sil-kit-participant-configuration.json
RpcFunctionName
Name of the RPC function called by RpcClients on RpcServers
{"type": "string"}
sil-kit-participant-configuration.json
Logging
Configures the properties of the SIL Kit Logging Service
{"type": "object", "properties": {"LogFromRemotes": {"type": "boolean", "default": false}, "FlushLevel": {"type": "string", "enum": ["Critical", "Error", "Warn", "Info", "Debug", "Trace", "Off"]}, "Sinks": {"type": "array", "items": {"type": "object", "properties": {"Type": {"type": "string", "enum": ["Remote", "File",...
sil-kit-participant-configuration.json
LogFromRemotes
Enables receiving of remote log messages from other participants
{"type": "boolean", "default": false}
sil-kit-participant-configuration.json
LogName
Log name; Results in the following filename: <LogName>_%y-%m-%dT%h-%m-%s.txt
{"type": "string"}
sil-kit-participant-configuration.json
$schema
The schema file
{"type": "string", "default": "", "examples": ["./ParticipantConfiguration.schema.json"]}
sil-kit-participant-configuration.json
schemaVersion
Version of the schema used to validate this document
{"anyOf": [{"type": "integer"}, {"type": "string"}], "default": 0}
sil-kit-participant-configuration.json
ParticipantName
Name of the participant
{"type": "string"}
sil-kit-participant-configuration.json
CanControllers
Reconfigures the CanControllers of the participant
{"type": "array", "items": {"type": "object", "properties": {"Name": {}, "Network": {}, "UseTraceSinks": {}, "Replay": {}}, "additionalProperties": false, "required": ["Name"]}}
sil-kit-participant-configuration.json
LinControllers
Reconfigures the LinControllers of the participant
{"type": "array", "items": {"type": "object", "properties": {"Name": {}, "Network": {}, "UseTraceSinks": {}, "Replay": {}}, "additionalProperties": false, "required": ["Name"]}}
sil-kit-participant-configuration.json
EthernetControllers
Reconfigures the EthernetControllers of the participant
{"type": "array", "items": {"type": "object", "properties": {"Name": {}, "Network": {}, "UseTraceSinks": {}, "Replay": {}}, "additionalProperties": false, "required": ["Name"]}}
sil-kit-participant-configuration.json
DataPublishers
Reconfigures the DataPublishers of the participant
{"type": "array", "items": {"type": "object", "properties": {"Name": {}, "Topic": {}}, "additionalProperties": false, "required": ["Name"]}}
sil-kit-participant-configuration.json
DataSubscribers
Reconfigures the DataSubscribers of the participant
{"type": "array", "items": {"type": "object", "properties": {"Name": {}, "Topic": {}}, "additionalProperties": false, "required": ["Name"]}}
sil-kit-participant-configuration.json
RpcClients
Reconfigures the RpcClients of the participant
{"type": "array", "items": {"type": "object", "properties": {"Name": {}, "FunctionName": {}}, "additionalProperties": false, "required": ["Name"]}}
sil-kit-participant-configuration.json
RpcServers
Reconfigures the RpcServers of the participant
{"type": "array", "items": {"type": "object", "properties": {"Name": {}, "FunctionName": {}}, "additionalProperties": false, "required": ["Name"]}}
sil-kit-participant-configuration.json
HealthCheck
Node to configure properties to determine the health status of the simulation
{"type": "object", "properties": {"SoftResponseTimeout": {"type": "integer"}, "HardResponseTimeout": {"type": "integer"}}, "additionalProperties": false}
sil-kit-participant-configuration.json
SoftResponseTimeout
If a simulation step is not finished before this limit, a warning is logged. Optional; Unit is in milliseconds
{"type": "integer"}
sil-kit-participant-configuration.json
HardResponseTimeout
If a simulation step is not finished before this limit, the participant enters error state. Optional; Unit is in milliseconds
{"type": "integer"}
sil-kit-participant-configuration.json
Tracing
Configures the tracing service of the participant
{"type": "object", "properties": {"TraceSinks": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "OutputPath": {"type": "string"}, "Type": {"type": "string", "enum": ["PcapFile", "PcapPipe", "Mdf4File"]}}, "additionalProperties": false}}, "TraceSources": {"type": "array", "items"...
sil-kit-participant-configuration.json
Name
Name of the trace sink
{"type": "string"}
sil-kit-participant-configuration.json
OutputPath
File path of output file
{"type": "string"}
sil-kit-participant-configuration.json
Type
File format specifier
{"type": "string", "enum": ["PcapFile", "PcapPipe", "Mdf4File"]}
sil-kit-participant-configuration.json
Name
Name of the trace source
{"type": "string", "examples": ["SomeTraceSource"]}
sil-kit-participant-configuration.json
InputPath
File path of input file
{"type": "string"}
sil-kit-participant-configuration.json
Type
File format specifier
{"type": "string", "enum": ["PcapFile", "PcapPipe", "Mdf4File"]}
sil-kit-participant-configuration.json
Extensions
Optional configuration for the extension loading mechanism
{"type": "object", "properties": {"SearchPathHints": {"type": "array", "items": {"type": "string"}}}, "additionalProperties": false}
sil-kit-participant-configuration.json
items
A filesystem path to additionally search for extensions
{"type": "string"}
sil-kit-participant-configuration.json
Middleware
Optional configuration of the SIL Kit middleware
{"type": "object", "properties": {"RegistryUri": {"type": "string", "default": "silkit://localhost:8500"}, "ConnectAttempts": {"type": "integer", "default": "1"}, "TcpNoDelay": {"type": "boolean", "default": true}, "TcpQuickAck": {"type": "boolean", "default": false}, "TcpSendBufferSize": {"type": "integer"}, "TcpRecei...
tsdrc.json
strictSSL
Enabled by default, setting this option to false disables strict SSL. Passed to request package. Useful behind (corporate) proxies that act like man-in-the middle on https connections.
{"type": "boolean", "default": true}
tsdrc.json
proxy
Any standard http-proxy as supported by the request package.
{"type": "string", "format": "uri"}
tsdrc.json
token
The OAuth token can be used to boost the GitHub API rate-limit from 60 to 5000 (non-cached) requests per hour. The is token needs just 'read-only access to public information' so no additional OAuth scopes are necessary.
{"type": "string"}
minecraft-trim-pattern.json
A trim pattern for a Minecraft data pack config schema
{"$schema": "http://json-schema.org/draft-07/schema#", "properties": {"asset_id": {"type": "string"}, "template_item": {"type": "string"}}, "required": ["asset_id", "description", "template_item"], "type": "object"}
filespec-schema.json
JFrog File Spec schema definition.
{"$schema": "http://json-schema.org/draft-07/schema", "additionalProperties": false, "properties": {"files": {"type": "array", "items": {}, "minItems": 1, "uniqueItems": true, "default": [{"pattern": ""}]}}, "$file": {"additionalProperties": false, "properties": {"ant": {"type": "string", "enum": ["true", "false"], "de...
filespec-schema.json
files
Details of files to be uploaded or downloaded from Artifactory.
{"type": "array", "items": {}, "minItems": 1, "uniqueItems": true, "default": [{"pattern": ""}]}
filespec-schema.json
ant
If true, the command will interpret the patterns which describes the local file-system paths, as ANT patterns.
{"type": "string", "enum": ["true", "false"], "default": "false"}
filespec-schema.json
aql
An AQL query that specified artifacts in Artifactory.
{"additionalProperties": false, "properties": {"items.find": {}}, "default": {"items.find": {"repo": "my-local-repo", "path": "my-path", "file": "my-file"}}}
filespec-schema.json
archive
Set to "zip" to pack and deploy the files to Artifactory inside a ZIP archive. Currently, the only packaging format supported is zip.
{"type": "string", "enum": ["zip"]}
filespec-schema.json
archiveEntries
If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.
{"type": "string"}
filespec-schema.json
build
If specified, only artifacts of the specified build are matched. The property format is build-name/build-number. If you do not specify the build number, the artifacts are filtered by the latest build number.
{"type": "string", "examples": ["buildName", "buildName/buildNumber"]}
filespec-schema.json
bundle
If specified, only artifacts of the specified bundle are matched. The value format is bundle-name/bundle-version.
{"type": "string", "examples": ["buildName/bundleVersion"]}
filespec-schema.json
excludeArtifacts
If specified, build artifacts are not matched.
{"type": "string", "enum": ["true", "false"], "default": "false"}
filespec-schema.json
excludeProps
List of "key=value" pairs separated by a semi-colon. Only artifacts without all of the specified properties names and values will be affected.
{"type": "string", "examples": ["key1=value1;key2=value2;key3=value3"]}
filespec-schema.json
exclusions
An array (enclosed with square brackets) of patterns to be excluded from uploading/downloading.
{"type": "array", "examples": [["*.sha1", "*.md5"]]}
filespec-schema.json
explode
If true, archive file is extracted after the operation. The archived file itself is deleted. The supported archive types are: zip, tar; tar.gz; and tgz.
{"type": "string", "enum": ["true", "false"], "default": "false"}
filespec-schema.json
bypass-archive-inspection
If true, bypass the security inspection the archive go through before it is unarchived.
{"type": "string", "enum": ["true", "false"], "default": "false"}
filespec-schema.json
flat
If true, artifacts are uploaded/downloaded to the exact target path specified and their hierarchy in the source file system is ignored.
{"type": "string", "enum": ["true", "false"], "default": "true"}
filespec-schema.json
includeDeps
If specified, also dependencies of the specified build are matched.
{"type": "string", "enum": ["true", "false"], "default": "true"}
filespec-schema.json
includeDirs
If true, the source path applies to bottom-chain directories and not only to files. Bottom-chain directories are either empty or do not include other directories that match the source path.
{"type": "string", "enum": ["true", "false"], "default": "false"}
filespec-schema.json
limit
The maximum number of items to fetch. Usually used with the sortBy option.
{"type": "integer"}
filespec-schema.json
offset
The offset from which to fetch items (i.e. how many items should be skipped). Usually used with the 'sort-by' option.
{"type": "integer"}
filespec-schema.json
pattern
Specifies a local file system path or a path in Artifactory.
{"type": "string"}
filespec-schema.json
props
List of "key=value" pairs separated by a semi-colon. Only artifacts with all of the specified properties names and values will be affected.
{"type": "string", "examples": ["key1=value1;key2=value2;key3=value3"]}
filespec-schema.json
recursive
If true, files are also collected from sub-folders of the source directory.
{"type": "string", "enum": ["true", "false"], "default": "true"}
filespec-schema.json
regexp
If true, the command will interpret the patterns which describes the local file-system paths, as regular expressions.
{"type": "string", "default": "false"}
filespec-schema.json
sortBy
A list of fields to sort by. The fields must be part of the 'items' AQL domain.
{"type": "array", "items": {"type": "string"}, "examples": ["repo", "path", "name", "created", "modified", "updated", "created_by", "modified_by", "type", "depth", "original_md5", "actual_md5", "original_sha1", "actual_sha1", "sha256", "size", "virtual_repos"]}
filespec-schema.json
sortOrder
The order by which fields in the sortBy option should be sorted.
{"type": "string", "enum": ["asc", "desc"], "default": "asc"}
filespec-schema.json
symlinks
If true, the command will preserve the soft links structure in Artifactory. The symlink file representation will contain the symbolic link and checksum properties.
{"type": "string", "default": "false"}
filespec-schema.json
target
Specifies a local file system path or a path in Artifactory.
{"type": "string", "default": "./"}
filespec-schema.json
targetProps
List of "key=value" pairs separated by a semi-colon. The specified properties will be attached to the affected artifacts.
{"type": "string", "examples": ["key1=value1;key2=value2;key3=value3"]}
filespec-schema.json
validateSymlinks
If true, the command will validate that symlinks are pointing to existing and unchanged files, by comparing their sha1. Applicable to files and not directories.
{"type": "string", "default": "false"}
filespec-schema.json
include-dirs
Set to true if you'd like to also apply the source path pattern for directories and not just for files.
{"type": "string", "enum": ["true", "false"], "default": "false"}
filespec-schema.json
from-rt
If true, search the files in Artifactory, rather than on the local file system. The --regexp option is not supported when --from-rt is set to true.
{"type": "string", "enum": ["true", "false"], "default": "false"}
filespec-schema.json
gpg-key
Path to the public GPG key file located on the file system, used to validate downloaded release bundles.
{"type": "string"}
global.json
sdk
Specify information about the SDK.
{"type": "object", "properties": {"version": {"type": "string", "pattern": "^(?<major>0|[1-9]\\d*)\\.(?<minor>0|[1-9]\\d*)\\.(?<patch>0|[1-9]\\d*)(?:-(?<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$...
global.json
version
The version of the SDK to use.
{"type": "string", "pattern": "^(?<major>0|[1-9]\\d*)\\.(?<minor>0|[1-9]\\d*)\\.(?<patch>0|[1-9]\\d*)(?:-(?<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"}
global.json
rollForward
The roll-forward policy when selecting an SDK version, either as a fallback to accommodate missing a specific SDK version or as a directive to use a later version.
{"type": "string", "enum": ["patch", "feature", "minor", "major", "latestPatch", "latestFeature", "latestMinor", "latestMajor", "disable"], "default": "disable"}
prometheus.json
Prometheus configuration file
{"$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {"duration": {"type": ["string", "null"], "pattern": "^[0-9]+(ms|[smhdwy])$"}, "label_name": {"type": "string", "pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$"}, "label_value": {"type": "string"}, "labels": {"type": ["object", "n...
prometheus.json
basic_auth
Sets the `Authorization` header on every remote write request with the configured username and password. password and password_file are mutually exclusive.
{"type": ["object", "null"], "properties": {"username": {"type": "string"}, "password": {"type": ["string", "null"]}, "password_file": {}}, "oneOf": [{"required": ["password"]}, {"required": ["password_file"]}], "additionalProperties": false, "required": ["username"]}
prometheus.json
authorization
Sets the `Authorization` header on every scrape request with the configured credentials.
{"type": ["object", "null"], "properties": {"type": {"type": ["string", "null"], "default": "Bearer"}, "credentials": {"type": ["string", "null"]}, "credentials_file": {}}, "oneOf": [{"required": ["credentials"]}, {"required": ["credentials_file"]}], "additionalProperties": false}