definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"default": "", "type": "string"}
dbms
liquibase-3.2.json
{"default": [], "items": {"anyOf": [{"default": {}, "additionalProperties": true, "type": "object", "properties": {"param": {"default": {}, "additionalProperties": true, "type": "object", "properties": {"name": {"default": "", "type": "string"}, "valueSequenceNext": {"default": "", "type": "string"}, "valueSequenceCurrent": {"default": "", "type": "string"}, "valueNumeric": {"default": "", "type": "number"}, "value": {"default": "", "type": "string"}, "valueBoolean": {"default": "", "type": "boolean"}, "valueDate": {"default": "", "type": "string"}, "valueComputed": {"default": "", "type": "string"}}}}}]}, "type": "array"}
whereParams
liquibase-3.2.json
{"default": "", "type": "string"}
schemaName
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "type": "object"}
empty
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "required": ["baseTableName", "constraintName"], "type": "object", "properties": {"baseTableName": {"default": "", "type": "string"}, "baseTableSchemaName": {"default": "", "type": "string"}, "constraintName": {"default": "", "type": "string"}, "baseTableCatalogName": {"default": "", "type": "string"}}}
dropForeignKeyConstraint
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "type": "object", "properties": {"message": {"default": "", "type": "string"}, "target": {"default": "STDERR", "enum": ["STDOUT", "STDERR", "FATAL", "WARN", "INFO", "DEBUG"]}}}
output
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "required": ["executable"], "type": "object", "properties": {"executable": {"default": "", "type": "string"}, "args": {"items": {"anyOf": [{"type": "object", "properties": {"value": {"default": "", "type": "string"}}}]}, "type": "array"}, "os": {"default": "", "type": "string"}, "timeout": {"default": "", "type": "string"}, "arg": {"default": {}, "additionalProperties": true, "type": "object", "properties": {"value": {"default": "", "type": "string"}}}}}
executeCommand
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "type": "object", "properties": {"message": {"default": "", "type": "string"}}}
stop
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "required": ["baseColumnNames", "baseTableName", "constraintName", "referencedColumnNames", "referencedTableName"], "type": "object", "properties": {"deferrable": {"default": false, "type": "boolean"}, "baseTableSchemaName": {"default": "", "type": "string"}, "constraintName": {"default": "", "type": "string"}, "deleteCascade": {"default": false, "type": "boolean"}, "initiallyDeferred": {"default": false, "type": "boolean"}, "referencedTableSchemaName": {"default": "", "type": "string"}, "baseTableCatalogName": {"default": "", "type": "string"}, "referencedTableCatalogName": {"default": "", "type": "string"}, "onDelete": {"default": "", "type": "string"}, "onUpdate": {"default": "", "type": "string"}, "baseTableName": {"default": "", "type": "string"}, "baseColumnNames": {"default": "", "type": "string"}, "referencedTableName": {"default": "", "type": "string"}, "validate": {"default": false, "type": "boolean"}, "referencesUniqueColumn": {"default": false, "type": "boolean"}, "referencedColumnNames": {"default": "", "type": "string"}}}
addForeignKeyConstraint
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "required": ["tag"], "type": "object", "properties": {"tag": {"default": "", "type": "string"}}}
tagDatabase
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "required": ["name"], "type": "object", "properties": {"valueClobFile": {"default": "", "type": "string"}, "computed": {"default": false, "type": "boolean"}, "encoding": {"default": "", "type": "string"}, "beforeColumn": {"default": "", "type": "string"}, "header": {"default": "", "type": "string"}, "defaultValueComputed": {"default": "", "type": "string"}, "defaultValueBoolean": {"default": false, "type": "boolean"}, "index": {"default": "", "type": "integer"}, "valueNumeric": {"default": "", "type": "number"}, "defaultValue": {"default": "", "type": "string"}, "incrementBy": {"default": 0, "type": "integer"}, "defaultValueConstraintName": {"default": "", "type": "string"}, "valueBoolean": {"default": "", "type": "boolean"}, "type": {"default": "", "type": "string"}, "defaultValueSequenceNext": {"default": "", "type": "string"}, "defaultValueDate": {"default": "", "type": "string"}, "afterColumn": {"default": "", "type": "string"}, "valueSequenceNext": {"default": "", "type": "string"}, "autoIncrement": {"default": false, "type": "boolean"}, "defaultValueNumeric": {"default": "", "type": "number"}, "valueBlobFile": {"default": "", "type": "string"}, "descending": {"default": false, "type": "boolean"}, "valueDate": {"default": "", "type": "string"}, "remarks": {"default": "", "type": "string"}, "defaultOnNull": {"default": false, "type": "boolean"}, "name": {"default": "", "type": "string"}, "startWith": {"default": 0, "type": "integer"}, "valueSequenceCurrent": {"default": "", "type": "string"}, "value": {"default": "", "type": "string"}, "defaultValueSequenceCurrent": {"default": "", "type": "string"}, "position": {"default": "", "type": "number"}, "valueComputed": {"default": "", "type": "string"}, "generationType": {"default": "", "type": "string"}, "constraints": {"default": {}, "additionalProperties": true, "type": "object", "properties": {"foreignKeyName": {"default": "", "type": "string"}, "validateUnique": {"default": false, "type": "boolean"}, "deleteCascade": {"default": false, "type": "boolean"}, "initiallyDeferred": {"default": false, "type": "boolean"}, "referencedTableSchemaName": {"default": "", "type": "string"}, "nullable": {"default": false, "type": "boolean"}, "notNullConstraintName": {"default": "", "type": "string"}, "checkConstraint": {"default": "", "type": "string"}, "referencedTableCatalogName": {"default": "", "type": "string"}, "primaryKeyName": {"default": "", "type": "string"}, "primaryKeyTablespace": {"default": "", "type": "string"}, "primaryKey": {"default": false, "type": "boolean"}, "deferrable": {"default": false, "type": "boolean"}, "validateNullable": {"default": false, "type": "boolean"}, "references": {"default": "", "type": "string"}, "uniqueConstraintName": {"default": "", "type": "string"}, "referencedTableName": {"default": "", "type": "string"}, "unique": {"default": false, "type": "boolean"}, "referencedColumnNames": {"default": "", "type": "string"}, "validateForeignKey": {"default": false, "type": "boolean"}, "validatePrimaryKey": {"default": false, "type": "boolean"}}}}}
column
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "required": ["class"], "type": "object", "properties": {"class": {"default": "", "type": "string"}}}
customChange
liquibase-3.2.json
{"default": "", "type": "string"}
where
liquibase-3.2.json
{"additionalProperties": true, "required": ["readModels", "eventStore"], "type": "object", "properties": {"readModels": {"type": "object"}, "eventStore": {"type": "object"}}}
resourceTypeConfiguration
resources.json
{"type": "object", "properties": {"interval": {"default": 60, "type": "integer"}, "file": {"default": "rr.db", "type": "string"}, "permission": {"default": "0777", "type": "integer"}}}
BoltDB
3.0.schema.json
{"type": "object", "properties": {"permissions": {"default": "0777", "type": "integer"}}}
BoltDB_J
3.0.schema.json
{"additionalProperties": false, "type": "object", "patternProperties": {"^[a-zA-Z0-9._-]+$": {"type": "string", "examples": ["Any header value"]}}}
Hashmap
3.0.schema.json
{"enum": ["debug", "info", "warn", "error", "panic"], "type": "string"}
LogLevel
3.0.schema.json
{"additionalProperties": false, "type": "object", "patternProperties": {"[+-]?([0-9]*[.])?[0-9]+": {"type": "number", "examples": [1.1]}}}
Bucket
3.0.schema.json
{"additionalProperties": {"type": "integer"}, "type": "object"}
HashMapInt
3.0.schema.json
{"type": "object", "properties": {"sasl": {"properties": {"username": {"default": null, "type": "string"}, "nonce": {"default": null, "type": "string"}, "session_token": {"default": null, "type": "string"}, "access_key": {"default": null, "type": "string"}, "mechanism": {"items": {"enum": ["aws_msk_iam", "plain", "SCRAM-SHA-256", "SCRAM-SHA-512"], "type": "string"}, "type": "string"}, "zid": {"default": null, "type": "string"}, "user_agent": {"default": null, "type": "string"}, "secret_key": {"default": null, "type": "string"}, "password": {"default": null, "type": "string"}, "is_token": {"default": false, "type": "boolean"}}}, "brokers": {"items": {"enum": ["127.0.0.1:9092", "127.0.0.1:9002"], "type": "string"}, "type": "array"}}}
KAFKA_J
3.0.schema.json
{"type": "string", "examples": ["stdout", "stderr", "/var/log/rr_errors.log"]}
LogOutput
3.0.schema.json
{"required": ["addr"], "type": "object", "properties": {"delimiter": {"default": "\r\n", "type": "string"}, "read_buf_size": {"default": 1, "minimum": 1, "type": "integer", "maximum": 100}, "addr": {"pattern": "^[0-9a-zA-Z_.-]+:[0-9]{1,5}$", "type": "string"}}}
TCPServers
3.0.schema.json
{"type": "object", "properties": {"interval": {"default": 60, "type": "integer"}}}
Memory
3.0.schema.json
{"pattern": "^[0-9]+[ms]|[s,h]", "type": "string", "examples": ["10h", "1m", "1h", "30s", "300ms"]}
Duration
3.0.schema.json
{"enum": ["development", "production", "raw"], "type": "string"}
LogMode
3.0.schema.json
{"enum": ["console", "json"], "type": "string"}
LogEncoding
3.0.schema.json
{"pattern": "^(tcp://[0-9a-zA-Z_.-]+|):[0-9]{1,5}$", "type": "string", "examples": ["tcp://127.0.0.1:443"]}
HostAndPortWithTCP
3.0.schema.json
{"type": "object", "properties": {"addr": {"default": "localhost:11211", "type": "string"}}}
Memcached
3.0.schema.json
{"type": "object", "properties": {"addr": {"default": "demo.nats.io", "type": "string"}}}
NATS_J
3.0.schema.json
{"pattern": "^([0-9a-zA-Z_.-]+|):[0-9]{1,5}$", "type": "string", "examples": ["127.0.0.1:443", ":8080"]}
HostAndPort
3.0.schema.json
{"additionalProperties": false, "type": "object", "properties": {"envs": {"items": {"patternProperties": {".*": {"additionalProperties": true}}, "type": "object"}, "type": "array"}, "summary": {"type": "string"}}}
AppModel
bitrise.json
{"additionalProperties": false, "type": "object", "properties": {"bin_name": {"type": "string"}, "name": {"type": "string"}}}
AptGetDepModel
bitrise.json
{"additionalProperties": false, "type": "object", "properties": {"entry_file": {"type": "string"}}}
BashStepToolkitModel
bitrise.json
{"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}}}
CheckOnlyDepModel
bitrise.json
{"additionalProperties": false, "required": ["package_name"], "type": "object", "properties": {"package_name": {"type": "string"}}}
GoStepToolkitModel
bitrise.json
{"additionalProperties": false, "type": "object", "properties": {"pull_request_source_branch": {"type": "string"}, "workflow": {"type": "string"}, "push_branch": {"type": "string"}, "pattern": {"type": "string"}, "pipeline": {"type": "string"}, "is_pull_request_allowed": {"type": "boolean"}, "tag": {"type": "string"}, "pull_request_target_branch": {"type": "string"}}}
TriggerMapItemModel
bitrise.json
{"additionalProperties": false, "type": "object", "properties": {"run_if": {"type": "string"}}}
WorkflowStageConfigModel
bitrise.json
{"additionalProperties": false, "type": "object", "properties": {"bin_name": {"type": "string"}, "name": {"type": "string"}}}
BrewDepModel
bitrise.json
{"additionalProperties": false, "type": "object", "properties": {"commit": {"type": "string"}, "git": {"type": "string"}}}
StepSourceModel
bitrise.json
{"type": "object", "properties": {"name": {"const": "Debian", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["bookworm", "bullseye", "buster", "etch", "jessie", "lenny", "sid", "squeeze", "stretch", "wheezy", "all"], "type": "string"}, "type": "array"}}}
DebianPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Alpine", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
AlpinePlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "vSphere", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["5.5", "6.0", "6.5", "6.7", "7.0", "all"], "type": "string"}, "type": "array"}}}
vSpherePlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "IOS", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
IOSPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Cumulus", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["2.5", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "all"], "type": "string"}, "type": "array"}}}
CumulusPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "OracleLinux", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["7.0", "7.1", "7.2", "7.3", "7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "9.0", "9.1", "all"], "type": "string"}, "type": "array"}}}
OracleLinuxPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "opensuse", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["12.1", "12.2", "12.3", "13.1", "13.2", "15.0", "15.1", "15.2", "15.3", "15.4", "15.5", "42.1", "42.2", "42.3", "all"], "type": "string"}, "type": "array"}}}
opensusePlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Kali", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["2.0", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023", "all"], "type": "string"}, "type": "array"}}}
KaliPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "macOS", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["Big-Sur", "Catalina", "High-Sierra", "Mojave", "Monterey", "Sierra", "all"], "type": "string"}, "type": "array"}}}
macOSPlatformModel
meta.json
{"oneOf": [{"type": "boolean"}, {"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}
complex_conditional
meta.json
{"type": "object", "properties": {"name": {"const": "Ubuntu", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["artful", "bionic", "cosmic", "cuttlefish", "disco", "eoan", "focal", "groovy", "hirsute", "impish", "jammy", "lucid", "maverick", "natty", "oneiric", "precise", "quantal", "raring", "saucy", "trusty", "utopic", "vivid", "wily", "xenial", "yakkety", "zesty", "all"], "type": "string"}, "type": "array"}}}
UbuntuPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Amazon Linux", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all", "1", "2", "2023"], "type": "string"}, "type": "array"}}}
AmazonLinuxPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "EL", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["5", "6", "7", "8", "9", "all"], "type": "string"}, "type": "array"}}}
ELPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Amazon", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["2013.03", "2013.09", "2014.03", "2014.09", "2015.03", "2015.09", "2016.03", "2016.09", "2017.03", "2017.09", "2017.12", "2018.03", "Candidate", "all"], "type": "string"}, "type": "array"}}}
AmazonPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Windows", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["2008R2", "2008x64", "2008x86", "2012", "2012R2", "2016", "2019", "2022", "all"], "type": "string"}, "type": "array"}}}
WindowsPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "GenericLinux", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
GenericLinuxPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Void Linux", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
Void_LinuxPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "MacOSX", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["10.10", "10.11", "10.12", "10.13", "10.14", "10.15", "10.7", "10.8", "10.9", "all"], "type": "string"}, "type": "array"}}}
MacOSXPlatformModel
meta.json
{"items": {"pattern": "^[a-z_]+\\.[a-z_]+$", "type": "string"}, "type": "array"}
collections
meta.json
{"type": "object", "properties": {"name": {"const": "PAN-OS", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["7.1", "8.0", "8.1", "9.0", "all"], "type": "string"}, "type": "array"}}}
PAN-OSPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "NetBSD", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["8.0", "8.1", "8.2", "9.0", "9.1", "9.2", "9.3", "10.0", "all"], "type": "string"}, "type": "array"}}}
NetBSDPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "GenericBSD", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
GenericBSDPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "eos", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
eosPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Gentoo", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
GentooPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Junos", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
JunosPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "NXOS", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
NXOSPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Devuan", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["ascii", "beowulf", "ceres", "jessie", "all"], "type": "string"}, "type": "array"}}}
DevuanPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "GenericUNIX", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
GenericUNIXPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "AIX", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["6.1", "7.1", "7.2", "all"], "type": "string"}, "type": "array"}}}
AIXPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "HardenedBSD", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["10", "11", "all"], "type": "string"}, "type": "array"}}}
HardenedBSDPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Solaris", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["10", "11.0", "11.1", "11.2", "11.3", "11.4", "all"], "type": "string"}, "type": "array"}}}
SolarisPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Synology", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["6.0", "6.1", "6.2", "7.0", "all"], "type": "string"}, "type": "array"}}}
SynologyPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "DragonFlyBSD", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["5.2", "5.4", "all"], "type": "string"}, "type": "array"}}}
DragonFlyBSDPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "ClearLinux", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
ClearLinuxPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "vCenter", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["5.5", "6.0", "6.5", "6.7", "7.0", "all"], "type": "string"}, "type": "array"}}}
vCenterPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "aos", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
aosPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "SLES", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["10SP3", "10SP4", "11", "11SP1", "11SP2", "11SP3", "11SP4", "12", "12SP1", "12SP2", "12SP3", "12SP4", "12SP5", "15", "15SP1", "15SP2", "15SP3", "15SP4", "15SP5", "all"], "type": "string"}, "type": "array"}}}
SLESPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Mageia", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["7", "8", "all"], "type": "string"}, "type": "array"}}}
MageiaPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "os10", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
os10PlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "DellOS", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["10", "6", "9", "all"], "type": "string"}, "type": "array"}}}
DellOSPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "OpenWrt", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["17.01", "18.06", "19.07", "21.02", "22.03", "all"], "type": "string"}, "type": "array"}}}
OpenWrtPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "ArchLinux", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
ArchLinuxPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "TMOS", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["12.1", "13.0", "13.1", "14.0", "all"], "type": "string"}, "type": "array"}}}
TMOSPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "FreeBSD", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["10.0", "10.1", "10.2", "10.3", "10.4", "11.0", "11.1", "11.2", "11.3", "11.4", "12.0", "12.1", "12.2", "13.0", "13.1", "13.2", "14.0", "8.0", "8.1", "8.2", "8.3", "8.4", "9.0", "9.1", "9.2", "9.3", "all"], "type": "string"}, "type": "array"}}}
FreeBSDPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "Fedora", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "all"], "type": "string"}, "type": "array"}}}
FedoraPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "SmartOS", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["all"], "type": "string"}, "type": "array"}}}
SmartOSPlatformModel
meta.json
{"type": "object", "properties": {"name": {"const": "OpenBSD", "type": "string"}, "versions": {"default": "all", "items": {"enum": ["5.6", "5.7", "5.8", "5.9", "6.0", "6.1", "6.2", "6.3", "6.4", "6.5", "6.6", "6.7", "6.8", "6.9", "7.0", "7.1", "7.2", "7.3", "all"], "type": "string"}, "type": "array"}}}
OpenBSDPlatformModel
meta.json
{"full": {"pattern": "^.*\\.[dD][lL][lL]$", "$schema": "http://json-schema.org/draft-07/schema#", "type": "string"}}
5342
vtestunit-schema.json
{"full": {"additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "examples": [{"caption": "This is a caption", "version": "v1.0.0", "additional-information": [{"SRSBasleine": "4.1", "CustomerName": "My customer", "SpareNumber": " 012345", "name": "Software Under Test"}], "test-designers": [{"department": "PND123", "name": "Max"}, {"department": "PND345", "name": "Lisa"}]}], "properties": {"caption": {"type": "string", "examples": ["My caption"]}, "version": {"type": "string", "examples": ["v1.0"]}, "additional-information": {"items": {"required": ["name"], "type": "object", "properties": {"name": {"type": "string", "examples": ["A descriptive name"]}}}, "type": "array", "examples": [[{"name": "SUT", "customerName": "Customer A"}]]}, "test-designer": {"items": {"type": "object"}, "type": "array", "examples": [[{"department": "Department A", "prename": "Max", "surname": "S."}, {"department": "Department B", "prename": "Linda"}]]}}}}
52a0
vtestunit-schema.json
{"full": {"pattern": "^1.0.0$", "$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "examples": ["1.0.0"]}}
b807
vtestunit-schema.json
{"additionalProperties": false, "type": "object", "properties": {"operator": {"type": "string"}, "key": {"type": "string"}, "tolerationSeconds": {"type": "integer"}, "effect": {"type": "string"}, "value": {"type": "string"}}}
Toleration
jx-schema.json
{"additionalProperties": true, "type": "object"}
Container
jx-schema.json
{"additionalProperties": false, "type": "object", "properties": {"unit": {"type": "string"}, "time": {"type": "integer"}}}
Timeout
jx-schema.json
{"additionalProperties": false, "type": "object", "properties": {"storagePolicyName": {"type": "string"}, "fsType": {"type": "string"}, "storagePolicyID": {"type": "string"}, "volumePath": {"type": "string"}}}
VsphereVirtualDiskVolumeSource
jx-schema.json
{"additionalProperties": false, "type": "object", "properties": {"fieldPath": {"type": "string"}, "apiVersion": {"type": "string"}}}
ObjectFieldSelector
jx-schema.json
{"additionalProperties": false, "type": "object", "properties": {"group": {"type": "string"}, "volume": {"type": "string"}, "readOnly": {"type": "boolean"}, "registry": {"type": "string"}, "tenant": {"type": "string"}, "user": {"type": "string"}}}
QuobyteVolumeSource
jx-schema.json
{"additionalProperties": false, "type": "object", "properties": {"path": {"type": "string"}, "type": {"type": "string"}}}
HostPathVolumeSource
jx-schema.json
{"additionalProperties": false, "type": "object", "properties": {"import": {"type": "string"}, "file": {"type": "string"}}}
PipelineExtends
jx-schema.json
{"additionalProperties": false, "type": "object", "properties": {"shareName": {"type": "string"}, "readOnly": {"type": "boolean"}, "secretName": {"type": "string"}}}
AzureFileVolumeSource
jx-schema.json
{"additionalProperties": false, "type": "object", "properties": {"fsType": {"type": "string"}, "pdID": {"type": "string"}}}
PhotonPersistentDiskVolumeSource
jx-schema.json