schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
project-1.0.0-beta8.json | resource | Glob pattern to specify files to include as resources. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}, "default": ["compiler/resources/**/*", "**/*.resx"]} |
project-1.0.0-beta8.json | resourceExclude | Glob pattern to specify files to exclude from the resources list. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-beta8.json | resourceFiles | Files to include as resources (overrides 'resourceExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-beta8.json | shared | Glob pattern to specify files to share with dependent projects. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}, "default": "compiler/shared/**/*.cs"} |
project-1.0.0-beta8.json | sharedExclude | Glob pattern to specify files to exclude from sharing with dependent projects. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-beta8.json | sharedFiles | Files to include for sharing with dependent projects (overrides 'sharedExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-beta8.json | exclude | Glob pattern to indicate files to exclude from other glob patterns, in addition to the default patterns specified in 'excludeBuiltIn'. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-beta8.json | excludeBuiltIn | Default glob pattern to indicate files to exclude from other glob patterns. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}, "default": ["bin/**", "obj/**", "**/*.xproj"]} |
project-1.0.0-beta8.json | configurations | Configurations are named groups of compilation settings. There are two defaults built into the runtime: 'Debug' and 'Release'. | {"type": "object", "additionalProperties": {"type": "object", "properties": {"compilationOptions": {}}}} |
project-1.0.0-beta8.json | copyright | Copyright details for the package. | {"type": "string"} |
project-1.0.0-beta8.json | iconUrl | A URL for the image to use as the icon for the package. This should be a 32x32-pixel .png file that has a transparent background. | {"type": "string"} |
project-1.0.0-beta8.json | licenseUrl | A link to the license for the package. | {"type": "string"} |
project-1.0.0-beta8.json | requireLicenseAcceptance | A Boolean value that specifies whether the client needs to ensure that the package license (described by licenseUrl) is accepted before the package is installed. | {"type": "boolean", "default": false} |
project-1.0.0-beta8.json | projectUrl | A URL for the home page of the package. | {"type": "string"} |
project-1.0.0-beta8.json | summary | A short description of the package. | {"type": "string"} |
project-1.0.0-beta8.json | tags | A space-delimited list of tags and keywords that describe the package. | {"type": "array", "uniqueItems": true, "items": {"type": "string"}} |
project-1.0.0-beta8.json | title | The human-friendly title of the package | {"type": "string"} |
project-1.0.0-beta8.json | releaseNotes | A description of the changes made in each release of the package. | {"type": "string"} |
project-1.0.0-beta8.json | language | The locale ID for the package, such as en-us. | {"type": "string"} |
project-1.0.0-beta8.json | description | The description of the project/package. | {"type": "string"} |
project-1.0.0-beta8.json | namedResource | Overrides the generated resource names with custom ones. | {"type": "object", "additionalProperties": {"type": "string"}} |
project-1.0.0-beta8.json | repository | Contains information about the repository where the project is stored. | {"type": "object", "properties": {"type": {"type": "string", "enum": ["git"], "default": "git"}}, "additionalProperties": {"type": "string"}} |
project-1.0.0-beta8.json | scripts | Scripts to execute during the various stages. | {"type": "object", "properties": {"prebuild": {}, "postbuild": {}, "prepack": {}, "postpack": {}, "prepublish": {}, "postpublish": {}, "prerestore": {}, "postrestore": {}, "prepare": {}}} |
project-1.0.0-beta8.json | version | The version of the project/package. Examples: 1.2.3, 1.2.3-beta, 1.2.3-* | {"type": "string"} |
project-1.0.0-beta8.json | webroot | Specifies the web server root for the application. In Visual Studio when running IIS this folder will be used as the root of the application. Static files should be put in here. | {"type": "string"} |
postcssrc.json | parser | A special syntax parser (for example, SCSS). | {"oneOf": [{"type": "string"}, {"enum": [false]}]} |
postcssrc.json | stringifier | A special syntax output generator (for example, Midas). | {"oneOf": [{"type": "string"}, {"enum": [false]}]} |
postcssrc.json | syntax | An object providing a syntax parser and a stringifier. | {"oneOf": [{"type": "string"}, {"enum": [false]}]} |
postcssrc.json | map | Source map options. | {"enum": [false, "absolute", "inline", "sourcesContent"]} |
postcssrc.json | from | The input file name (most runners set it automatically). | {"type": "string"} |
postcssrc.json | to | The output file name (most runners set it automatically). | {"type": "string"} |
postcssrc.json | plugins | An array of plugins. | {"type": "array", "items": {}} |
postcssrc.json | plugins | An object of options. | {"type": "object", "additionalProperties": {}} |
venvironment-basic-schema.json | full | Json schema version for the vEnvironment-Basic configuration file. Acceptance criteria: equal major version, less/equal minor and patch version. | {"$schema": "http://json-schema.org/draft-07/schema#", "const": "2.1.0", "type": "string", "examples": ["2.1.0"]} |
venvironment-basic-schema.json | full | Include a different file (similar to #include of the c preprocessor). The order of includes does not matter. Circular / multiple includes are resolved correctly. | {"$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [{}, {"type": "array", "items": {}}], "examples": ["my_include.yaml", ["my_include.yml", "my_other_include.json"]]} |
venvironment-basic-schema.json | full | Global settings for all scenarios. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {"time-source": {"default": "internal-realtime", "anyOf": [{"enum": ["internal-realtime", "external-software"]}], "examples": ["internal-realtime", "external-software"]}}, "examples": [{"time-source": "... |
venvironment-basic-schema.json | time-source | Time source for the simulation. Operate without hardware and simulate all buses completely.
'internal-realtime': The time response of the measurement (time basis) is controlled internally.
'external-software': The time response of the measurement (time basis) is controlled by an external program. | {"default": "internal-realtime", "anyOf": [{"enum": ["internal-realtime", "external-software"]}], "examples": ["internal-realtime", "external-software"]} |
venvironment-basic-schema.json | full | A lists of system variables to be used by the simulation. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": {}, "examples": [[{"file-path": "path/to/my.vsysvar"}]]} |
venvironment-basic-schema.json | full | The definition of datasources used by application models. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {"input-files": {"type": "array", "items": {"type": "object", "additionalProperties": false, "required": ["file-path"], "properties": {"file-path": {}}}}}, "examples": [{"input-files": [{"file-path": "p... |
venvironment-basic-schema.json | full | List of user files. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": {}, "examples": [[{"file-path": "path/to/my.txt"}]]} |
venvironment-basic-schema.json | full | List of functional mockup units. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": {}, "examples": [[{"file-path": "path/to/some.fmu", "stepsize-in-sec": 0.001}], [{"file-path": "path/to/some.fmu", "stepsize-in-sec": 0.001, "debug-output": true}], [{"file-path": "path/to/some.fmu", "stepsize-in-sec": 0.001, "debug-output... |
venvironment-basic-schema.json | full | SIL Kit settings. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": ["participant-name"], "properties": {"registry-uri": {"type": "string", "anyOf": [{"pattern": "^[^:]+://[^:/]+(:[0-9]+)?(/[^?#/]+)*(\\?([^=#&]+=[^=#&]+)(&([^=#&]+=[^=#&]+))*)?(#.+)?", "default": "silkit:/... |
venvironment-basic-schema.json | registry-uri | The URI of the registry. | {"type": "string", "anyOf": [{"pattern": "^[^:]+://[^:/]+(:[0-9]+)?(/[^?#/]+)*(\\?([^=#&]+=[^=#&]+)(&([^=#&]+=[^=#&]+))*)?(#.+)?", "default": "silkit://localhost:8500"}], "examples": ["silkit://localhost:8500"]} |
venvironment-basic-schema.json | participant-name | Name used by the simulation tool to join a simulation as a participant at the start of a measurement. | {"anyOf": [{"type": "string"}], "examples": ["CANoe4SW-SE"]} |
venvironment-basic-schema.json | simulation-step-in-micro-sec | Time length of a single simulation step. Valid only for the time-source "external-software". | {"anyOf": [{"type": "integer", "minimum": 0, "maximum": 9223372036854775, "default": 100}]} |
venvironment-basic-schema.json | life-cycle-event-timeout-in-sec | Maximum waiting time for the other simulation participants. Valid only for the time-source "external-software". | {"anyOf": [{"type": "integer", "minimum": 0, "maximum": 9223372036, "default": 30}]} |
venvironment-basic-schema.json | full | Configuration of the logging for the environment. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": ["file-name"], "properties": {"file-name": {}, "logging-events": {"type": "array", "default": ["application-layer", "bus", "diagnostic", "internal", "statistic", "system-variable", "test"], "items": {"any... |
venvironment-basic-schema.json | full | Json schema version for the vEnvironment-Basic configuration file. Acceptance criteria: equal major version, less/equal minor and patch version. | {"$schema": "http://json-schema.org/draft-07/schema#", "const": "2.0.0", "type": "string", "examples": ["2.0.0"]} |
venvironment-basic-schema.json | full | Global settings for all scenarios. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {"time-source": {"default": "internal-realtime", "anyOf": [{"type": "string", "enum": ["internal-realtime", "external-software"]}], "examples": ["internal-realtime", "external-software"]}}, "examples": ... |
venvironment-basic-schema.json | time-source | Time source for the simulation. Operate without hardware and simulate all buses completely.
'internal-realtime': The time response of the measurement (time basis) is controlled internally.
'external-software': The time response of the measurement (time basis) is controlled by an external program. | {"default": "internal-realtime", "anyOf": [{"type": "string", "enum": ["internal-realtime", "external-software"]}], "examples": ["internal-realtime", "external-software"]} |
venvironment-basic-schema.json | full | Json schema version for the vEnvironment-Basic configuration file. Acceptance criteria: equal major version, less/equal minor and patch version. | {"$schema": "http://json-schema.org/draft-07/schema#", "const": "1.1.0", "type": "string", "examples": ["1.1.0"]} |
venvironment-basic-schema.json | full | List of functional mockup units. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": {}, "examples": [[{"file-path": "path/to/some.fmu", "stepsize-in-sec": 0.001}], [{"file-path": "path/to/some.fmu", "stepsize-in-sec": 0.001, "debug-output": true}], [{"file-path": "path/to/some.fmu", "stepsize-in-sec": 0.001, "debug-output... |
venvironment-basic-schema.json | full | SIL Kit settings. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": ["participant-name"], "properties": {"registry-uri": {"type": "string", "anyOf": [{"pattern": "^[^:]+://[^:/]+(:[0-9]+)?(/[^?#/]+)*(\\?([^=#&]+=[^=#&]+)(&([^=#&]+=[^=#&]+))*)?(#.+)?"}], "examples": ["silk... |
venvironment-basic-schema.json | registry-uri | registry URI | {"type": "string", "anyOf": [{"pattern": "^[^:]+://[^:/]+(:[0-9]+)?(/[^?#/]+)*(\\?([^=#&]+=[^=#&]+)(&([^=#&]+=[^=#&]+))*)?(#.+)?"}], "examples": ["silkit://localhost:8500"]} |
venvironment-basic-schema.json | participant-name | Name used by CANoe4SW to join a simulation as a participant at the start of a measurement. | {"anyOf": [{"type": "string"}], "examples": ["CANoe4SW"]} |
venvironment-basic-schema.json | full | Configuration of the standalone logging block. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": ["file-name"], "properties": {"file-name": {}, "logging-events": {"type": "array", "default": ["bus", "diagnostic", "internal", "statistic", "system-variable", "test"], "items": {"anyOf": [{"type": "strin... |
venvironment-basic-schema.json | full | Json schema version for the vEnvironment-Basic configuration file. Acceptance criteria: equal major version, less/equal minor and patch version. | {"$schema": "http://json-schema.org/draft-07/schema#", "const": "1.0.0", "type": "string", "examples": ["1.0.0"]} |
venvironment-basic-schema.json | full | Include a different file (similar to #include of the c preprocessor). The order of includes does not matter. Circular / multiple includes are resolved correctly. | {"$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [{}, {"type": "array", "items": {}}], "examples": ["my_include.yaml", ["my_include.yaml", "my_other_include.json"]]} |
venvironment-basic-schema.json | full | Absolute or relative path to an external file containing system variables. Relative path specifications are resolved relative to the defining configuration file. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": ["file-path"], "properties": {"file-path": {"anyOf": [{}, {"type": "array", "items": {}}]}}, "examples": [{"file-path": "path/to/my.vsysvar"}]} |
venvironment-basic-schema.json | full | Absolute or relative path to user files that can be read/written by CAPL/.NET Scripts. Relative path specifications are resolved relative to the defining configuration file. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": ["file-path"], "properties": {"file-path": {"anyOf": [{"type": "string", "examples": ["path/to/my.txt"]}, {"type": "array", "items": {"type": "string"}, "examples": [["path/to/my.txt"]]}]}}, "examples": [... |
venvironment-basic-schema.json | stepsize-in-sec | Step size in seconds. | {"anyOf": [{"type": "number", "minimum": 0, "maximum": 10000}], "examples": [0, 0.0005, 10000]} |
venvironment-basic-schema.json | debug-output | Is the debug output active. | {"anyOf": [{"type": "boolean", "default": false}], "examples": [false, true]} |
venvironment-basic-schema.json | active-model-variables | List of the FMU variables which should be exported | {"type": "array", "items": {"anyOf": [{"type": "string"}], "examples": ["Variable1"]}} |
venvironment-basic-schema.json | inactive-model-variables | List of the FMU variables which should be excluded from the export | {"type": "array", "items": {"anyOf": [{"type": "string"}], "examples": ["Variable1"]}} |
venvironment-basic-schema.json | full | Represents a functional mockup unit used in a scenario. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "anyOf": [{"additionalProperties": false, "required": ["file-path", "stepsize-in-sec"], "properties": {"file-path": {}, "stepsize-in-sec": {}, "debug-output": {}}}, {"additionalProperties": false, "required": ["file-path", "stepsize-in-sec", "acti... |
venvironment-basic-schema.json | full | Absolute or relative path to a SIL Kit config file (.yaml or .json). Relative path specifications are resolved relative to the configuration file. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "anyOf": [{"pattern": "^.*\\.[yY][aA][mM][lL]$"}, {"pattern": "^.*\\.[jJ][sS][oO][nN]$"}], "examples": ["path/to/myConfigFile.json", "path/to/myConfigFile.yaml"]} |
venvironment-basic-schema.json | full | Name of a blf file, supporting the field codes: {ComputerName}, {LocalTime}, {MeasurementIndex}, {MeasurementStart}, {IncSize|001|100MB} and {IncTime|001|01h00m}. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "anyOf": [{"pattern": "^(?!.*(\\{TriggerCondition\\}|\\{LoggingBlock\\}|\\{IncMeasurement\\}|\\{ConfigName\\}|\\{IncTrigger\\|[0-9]*\\}|[\"<>*?:/\\\\])).*\\.[bB][lL][fF]$"}], "examples": ["fileName.blf", "log_{ComputerName}.blf", "log_{LocalTime}.... |
venvironment-basic-schema.json | full | Advanced logging configurations. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {"warn-overwritten-log-file": {"anyOf": [{"type": "boolean"}], "default": true}, "show-error-on-data-loss": {"anyOf": [{"type": "boolean"}], "default": true}}, "examples": [{"warn-overwritten-log-file":... |
venvironment-basic-schema.json | stepsize-in-sec | step size in seconds | {"anyOf": [{"type": "number", "minimum": 0, "maximum": 1.79769e+308}], "examples": [0, 0.0005, 1568714585]} |
venvironment-basic-schema.json | debug-output | Are the debug outputs on | {"anyOf": [{"type": "boolean", "default": false}], "examples": [false, true]} |
venvironment-basic-schema.json | active-model-variables | List of the FMU variables which should be exported | {"type": "array", "items": {"anyOf": [{"type": "string"}], "examples": ["Variable1"]}} |
venvironment-basic-schema.json | inactive-model-variables | List of the FMU variables which should be excluded from the export | {"type": "array", "items": {"anyOf": [{"type": "string"}], "examples": ["Variable1"]}} |
venvironment-basic-schema.json | full | Represents a functional mockup unit used in a scenario | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "anyOf": [{"additionalProperties": false, "required": ["file-path", "stepsize-in-sec"], "properties": {"file-path": {}, "stepsize-in-sec": {}, "debug-output": {}}}, {"additionalProperties": false, "required": ["file-path", "stepsize-in-sec", "acti... |
venvironment-basic-schema.json | full | Advanced logging configurations | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": {"warn-overwritten-log-file": {"anyOf": [{"type": "boolean"}], "default": true}, "show-error-on-data-loss": {"anyOf": [{"type": "boolean"}], "default": true}}, "examples": [{"warn-overwritten-log-file":... |
venvironment-basic-schema.json | full | Absolute or relative path to a vsysvar file. Relative path specifications are resolved relative to the configuration file. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "anyOf": [{"pattern": "^.*\\.[vV][sS][yY][sS][vV][aA][rR]$"}], "examples": ["path/to/my.vsysvar"]} |
venvironment-basic-schema.json | full | Reference to external datasource files (.vcdl/.vcodm). Absolute or relative path. Relative path specifications are resolved relative to the defining configuration file. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "anyOf": [{"pattern": "^.*\\.[vV][cC][dD][lL]$"}, {"pattern": "^.*\\.[vV][cC][oO][dD][mM]$"}], "examples": ["path/to/my.vcdl", "path/to/my.vcodm"]} |
venvironment-basic-schema.json | full | Absolute or relative path to a source file of a functional mockup unit (.fmu). Relative path specifications are resolved relative to the defining configuration file. | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "anyOf": [{"pattern": "^.*\\.[Ff][Mm][Uu]$"}], "examples": ["my_functional_mockup_unit.fmu", "Inputs/MyFmu.FMU"]} |
es6importsorterrc.json | sourcePrefixes | The prefixes of your source imports. Ex: import sth from '@data' => '@' can considered as a sourcePrefix | {"type": "array", "items": {"type": "string"}} |
es6importsorterrc.json | sectionPrefix | The prefix of your section title | {"type": "string"} |
es6importsorterrc.json | sectionNames | The names (which comes right after 'sectionPrefix') of your section title | {"type": "array", "items": {"type": "string"}} |
es6importsorterrc.json | startImportBlockSign | The sign to mark the start of import block. Default is '' - the start of the file | {"default": "", "type": "string"} |
es6importsorterrc.json | endImportBlockSign | The sign to mark the end of import block. Default is '' - the first empty line | {"default": "", "type": "string"} |
es6importsorterrc.json | statementTerminator | The sign to mark the end of an import statement. Default is ';' | {"default": ";", "type": "string"} |
es6importsorterrc.json | preCommands | The command list run before sorting | {"type": "array", "items": {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"command": {"type": "string", "minLength": 1}, "system": {"default": "terminal", "oneOf": [{"enum": ["vscode"]}, {"enum": ["terminal"]}]}}, "additionalProperties": false, "required": ["command"]}]}} |
es6importsorterrc.json | items | string value means terminal command | {"type": "string"} |
es6importsorterrc.json | items | Define command with vscode command option | {"type": "object", "properties": {"command": {"type": "string", "minLength": 1}, "system": {"default": "terminal", "oneOf": [{"enum": ["vscode"]}, {"enum": ["terminal"]}]}}, "additionalProperties": false, "required": ["command"]} |
es6importsorterrc.json | command | the command you need to execute before sorting. It can be terminal command or vscode command | {"type": "string", "minLength": 1} |
es6importsorterrc.json | system | Define the system will execute the command | {"default": "terminal", "oneOf": [{"enum": ["vscode"]}, {"enum": ["terminal"]}]} |
es6importsorterrc.json | system | Command will be executed as vscode command | {"enum": ["vscode"]} |
es6importsorterrc.json | system | Command will be executed as terminal command | {"enum": ["terminal"]} |
grunt-clean-task.json | options | Set the options for grunt-contrib-copy | {"type": "object", "properties": {"force": {"type": "boolean", "default": false}, "no-write": {"type": "boolean", "default": false}}} |
grunt-clean-task.json | force | This overrides this task from blocking deletion of folders outside current working dir (CWD). Use with caution. | {"type": "boolean", "default": false} |
grunt-clean-task.json | no-write | Will log messages of what would happen if the task was ran but doesn't actually delete the files. | {"type": "boolean", "default": false} |
cryproj.52.schema.json | cvars | CVar name | {"type": "string", "default": "sys_target_platforms", "enum": ["a_poseAlignerDebugDraw", "a_poseAlignerEnable", "a_poseAlignerForceLock", "a_poseAlignerForceNoIntersections", "a_poseAlignerForceNoRootOffset", "a_poseAlignerForceTargetSmoothing", "a_poseAlignerForceWeightOne", "ac_ColliderModeAI", "ac_ColliderModePlayer... |
cryproj.52.schema.json | commands | Console command name | {"type": "string", "default": "", "enum": ["_TestFormatMessage", "ai_CheckGoalpipes", "ai_commTest", "ai_commTestStop", "ai_DebugAgent", "ai_debugMNMAgentType", "ai_dumpCheckpoints", "ai_MNMCalculateAccessibility", "ai_MNMComputeConnectedIslands", "ai_NavigationReloadConfig", "ai_Recorder_Start", "ai_Recorder_Stop", "a... |
cryproj.52.schema.json | value | The default value of the CVar | {"type": "string", "default": "pc,ps4,xboxone,linux"} |
cryproj.52.schema.json | items | This indicates where the assets are stored | {"type": "string", "default": "Assets", "examples": ["Assets"]} |
cryproj.52.schema.json | items | This indicates where the code is stored | {"type": "string", "default": "Code", "examples": ["Code"]} |
cryproj.52.schema.json | name | This indicates the project name | {"type": "string", "default": "", "examples": ["MyFancyProject"]} |
cryproj.52.schema.json | engine | This indicates which engine version will be used | {"type": "string", "default": "", "examples": ["engine-5.4"], "enum": ["engine-5.2"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.