schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
sarif-2.1.0-rtm.4.json
statusCode
The response status code. Example: 451.
{"type": "integer"}
sarif-2.1.0-rtm.4.json
reasonPhrase
The response reason. Example: 'Not found'.
{"type": "string"}
sarif-2.1.0-rtm.4.json
headers
The response headers.
{"type": "object", "additionalProperties": {"type": "string"}}
sarif-2.1.0-rtm.4.json
body
The body of the response.
{}
sarif-2.1.0-rtm.4.json
noResponseReceived
Specifies whether a response was received from the server.
{"type": "boolean", "default": false}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the response.
{}
sarif-2.1.0-rtm.4.json
$schema
The URI of the JSON schema corresponding to the version.
{"type": "string", "format": "uri"}
sarif-2.1.0-rtm.4.json
version
The SARIF format version of this log file.
{"enum": ["2.1.0"]}
sarif-2.1.0-rtm.4.json
runs
The set of runs contained in this log file.
{"type": "array", "minItems": 0, "uniqueItems": false, "items": {}}
sarif-2.1.0-rtm.4.json
inlineExternalProperties
References to external property files that share data between runs.
{"type": "array", "minItems": 0, "uniqueItems": true, "items": {}}
sarif-2.1.0-rtm.4.json
properties
Key/value pairs that provide additional information about the log file.
{}
strmprivacy.api.entities.v1.DataConnector.json
client_secret_credential
The AAD client secret credential used to acquire a token for the AAD application that has the required permissions on this Blob Storage Container.
{"oneOf": [{}, {"type": "null"}], "default": {}}
strmprivacy.api.entities.v1.DataConnector.json
container_name
(-- api-linter: core::0122::name-suffix=disabled aip.dev/not-precedent: We refer to a container name. --) Name of the Storage Container
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
storage_account_uri
The base URI of the Azure Storage Account. Typically this is 'https://<your-account-name>.blob.core.windows.net', but Azure users can map this to their own domain or subdomain.
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
strmprivacy.api.entities.v1.BatchJob
******************************** Batch Jobs Currently we only support: - CSV as DataFormat type - a clean database for every batch job - CSV files with a header row, because the header is needed to get the field names *******************************
{"type": "object", "properties": {"consent": {}, "derivedData": {}, "encryptedData": {}, "encryption": {}, "encryptionKeysData": {}, "eventContractRef": {}, "policyId": {}, "ref": {}, "sourceData": {}, "states": {}}, "patternProperties": {"^derived_data$": {}, "^encrypted_data$": {}, "^encryption_keys_data$": {}, "^event_contract_ref$": {}, "^policy_id$": {}, "^source_data$": {}}, "additionalProperties": {}, "definitions": {"consent": {"oneOf": [{}, {"type": "null"}], "default": {}}, "derived_data": {"oneOf": [{"type": "array", "items": {"default": {}}}, {"type": "null"}], "default": [{}]}, "encrypted_data": {"oneOf": [{}, {"type": "null"}], "default": {}}, "encryption": {"oneOf": [{}, {"type": "null"}], "default": {}}, "encryption_keys_data": {"oneOf": [{}, {"type": "null"}], "default": {}}, "event_contract_ref": {"oneOf": [{}, {"type": "null"}], "default": {}}, "policy_id": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "ref": {"oneOf": [{}, {"type": "null"}], "default": {}}, "source_data": {"oneOf": [{}, {"type": "null"}], "default": {}}, "states": {"oneOf": [{"type": "array", "items": {"default": {}}}, {"type": "null"}], "default": [{}]}}}
strmprivacy.api.entities.v1.DataConnector.json
id
the UUIDv4 of the job, generated upon creation
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
project_id
the UUIDv4 of the STRM Privacy project
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
strmprivacy.api.entities.v1.KeyStreamRef
refers to a key stream.
{"type": "object", "properties": {"billingId": {}, "name": {}, "projectId": {}}, "patternProperties": {"^billing_id$": {}, "^project_id$": {}}, "additionalProperties": {}, "definitions": {"billing_id": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": "", "deprecationMessage": "Field \"billing_id\" is marked as deprecated"}, "name": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "project_id": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}}}
strmprivacy.api.entities.v1.DataConnector.json
name
the name of the stream
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
client_id
Client ID of the Azure AD Application.
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
client_secret
Client secret to use for authentication.
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
tenant_id
Tenant ID of the Azure AD Application.
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
strmprivacy.api.entities.v1.MicroAggregationBatchJob
******************************** K-Member Micro-aggregation Batch Job Currently we only support: - CSV as DataFormat type - CSV files with a header row, because the header is needed to get the field names - Numerical, Categorical & Ordinal data *******************************
{"type": "object", "properties": {"aggregationConfig": {}, "dataContractRef": {}, "ref": {}, "sourceData": {}, "states": {}, "targetData": {}}, "patternProperties": {"^aggregation_config$": {}, "^data_contract_ref$": {}, "^source_data$": {}, "^target_data$": {}}, "additionalProperties": {}, "definitions": {"aggregation_config": {"oneOf": [{}, {"type": "null"}], "default": {}}, "data_contract_ref": {"oneOf": [{}, {"type": "null"}], "default": {}}, "ref": {"oneOf": [{}, {"type": "null"}], "default": {}}, "source_data": {"oneOf": [{}, {"type": "null"}], "default": {}}, "states": {"oneOf": [{"type": "array", "items": {"default": {}}}, {"type": "null"}], "default": [{}]}, "target_data": {"oneOf": [{}, {"type": "null"}], "default": {}}}}
strmprivacy.api.entities.v1.DataConnector.json
aggregation_config
Configuration specifically for the aggregation algorithm.
{"oneOf": [{}, {"type": "null"}], "default": {}}
strmprivacy.api.entities.v1.DataConnector.json
strmprivacy.api.entities.v1.StreamRef
refers to a event stream.
{"type": "object", "properties": {"billingId": {}, "name": {}, "projectId": {}}, "patternProperties": {"^billing_id$": {}, "^project_id$": {}}, "additionalProperties": {}, "definitions": {"billing_id": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": "", "deprecationMessage": "Field \"billing_id\" is marked as deprecated"}, "name": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "project_id": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}}}
strmprivacy.api.entities.v1.DataConnector.json
name
the name of the stream constraints: generic name
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
aggregation_fields
If specified, these fields will be used to aggregate on. Otherwise, fields specified as Quasi Identifiers in the data contract are used instead.
{"oneOf": [{"type": "array", "items": {"type": "string"}}, {"type": "null"}], "default": null}
strmprivacy.api.entities.v1.DataConnector.json
minimum_k_anonymity
The desired k-anonymity level.
{"oneOf": [{"oneOf": [{"type": "string"}, {"type": "integer"}]}, {"type": "null"}], "default": 0}
strmprivacy.api.entities.v1.DataConnector.json
strmprivacy.api.entities.v1.BatchExporter
A batch exporter.
{"type": "object", "properties": {"dataConnectorRef": {}, "includeExistingEvents": {}, "interval": {}, "keyStreamRef": {}, "pathPrefix": {}, "ref": {}, "sinkName": {}, "streamRef": {}}, "patternProperties": {"^data_connector_ref$": {}, "^include_existing_events$": {}, "^key_stream_ref$": {}, "^path_prefix$": {}, "^sink_name$": {}, "^stream_ref$": {}}, "additionalProperties": {}, "definitions": {"data_connector_ref": {"oneOf": [{}, {"type": "null"}], "default": {}}, "include_existing_events": {"oneOf": [{"type": "boolean"}, {"type": "null"}], "default": false}, "interval": {"oneOf": [{}, {"type": "null"}]}, "key_stream_ref": {"oneOf": [{}, {"type": "null"}], "default": {}}, "path_prefix": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "ref": {"oneOf": [{}, {"type": "null"}], "default": {}}, "sink_name": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": "", "deprecationMessage": "Field \"sink_name\" is marked as deprecated"}, "stream_ref": {"oneOf": [{}, {"type": "null"}], "default": {}}}}
strmprivacy.api.entities.v1.DataConnector.json
interval
granularity of seconds, nanos is unused
{"oneOf": [{}, {"type": "null"}]}
strmprivacy.api.entities.v1.DataConnector.json
sink_name
(-- api-linter: core::0122::name-suffix=disabled aip.dev/not-precedent: We refer to the sink by name. --) Deprecated in favor of data_connector_ref
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": "", "deprecationMessage": "Field \"sink_name\" is marked as deprecated"}
strmprivacy.api.entities.v1.DataConnector.json
handle
constraint: handle should already exist
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
name
constraints: generic name constraint, unique within handle
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
version
constraints: semantic version, e.g. 1.12.3
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
strmprivacy.api.entities.v1.ConsentLevelType
Consent level is meant to interpret the consent-levels of an event for decryption purposes only. Cumulative means that the highest consent-level in an event must be greater than or equal to the single requested level for the decrypted stream. Granular means that the set of consent-levels in an event must enclose the set of requested event levels for the decrypted stream.
{"enum": ["CONSENT_LEVEL_TYPE_UNSPECIFIED", 0, "CUMULATIVE", 1, "GRANULAR", 2], "markdownEnumDescriptions": ["(or 0) ", "(or \"CONSENT_LEVEL_TYPE_UNSPECIFIED\") ", "(or 1) ", "(or \"CUMULATIVE\") ", "(or 2) ", "(or \"GRANULAR\") "]}
strmprivacy.api.entities.v1.DataConnector.json
file_name
(-- api-linter: core::0122::name-suffix=disabled aip.dev/not-precedent: We think file_name is a better name. --)
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
path_prefix
If omitted, files are read from the root of the bucket.
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
handle
constraint: handle should already exist
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
name
constraints: generic name constraint, unique within handle
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
version
constraints: semantic version, e.g. 1.12.3
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
bucket_name
(-- api-linter: core::0122::name-suffix=disabled aip.dev/not-precedent: We refer to a bucket name. --)
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
credentials
The Google Cloud Service Account credentials JSON that is used to access the Google Cloud Storage bucket. We do not support credentials in P12 format.
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
private_key
this is a private key for a service account to authenticate with google bigquery. It is added by the cli upon creating the jdbc data connector
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
field_patterns
map of event-contract-ref vs field patterns constraints: data-contract-refs should be existing data contracts field_patterns should be valid values (checked by events-core) the field_patterns list should have no duplicates.
{"oneOf": [{"type": "object", "additionalProperties": {"oneOf": [{}, {"type": "null"}], "default": {}}}, {"type": "null"}], "default": {}}
strmprivacy.api.entities.v1.DataConnector.json
hash_type
Default Murmurhash3 if empty
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
seed
hashing seed
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
field
generic field name
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
format
Java Time Format template, see https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
google.type.TimeZone
Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).
{"type": "object", "properties": {"id": {}, "version": {}}, "additionalProperties": {}, "definitions": {"id": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "version": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}}}
strmprivacy.api.entities.v1.DataConnector.json
id
IANA Time Zone Database time zone, e.g. "America/New_York".
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
version
Optional. IANA Time Zone Database version number, e.g. "2019a".
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
assume_role_arn
The ARN of the role to assume. If present, start an AssumeRole flow to get temporary credentials in another AWS account. This is used when the customer has a separate users account. Default there is no assumed role.
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
bucket_name
(-- api-linter: core::0122::name-suffix=disabled aip.dev/not-precedent: We refer to a bucket name. --)
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
strmprivacy.api.entities.v1.DataConnector.json
credentials
The AWS IAM credentials that give access to this bucket, in JSON format as returned by the AWS CLI. This means a JSON with at least one property: "AccessKey", which contains at least the two properties: "AccessKeyId" and "SecretAccessKey".
{"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}
htmlhint.json
alt-require
Alt of img must be present and alt of area[href] and input[type=image] must be set value.
{"type": "boolean", "default": false}
htmlhint.json
attr-lowercase
Attribute name must be lowercase.
{"type": "boolean", "default": false}
htmlhint.json
attr-no-duplication
The same attribute can't be specified twice.
{"type": "boolean", "default": false}
htmlhint.json
attr-unsafe-chars
Attribute value cant not use unsafe chars.
{"type": "boolean", "default": false}
htmlhint.json
attr-value-double-quotes
Attribute value must closed by double quotes.
{"type": "boolean", "default": false}
htmlhint.json
attr-value-not-empty
Attribute must set value.
{"type": "boolean", "default": false}
htmlhint.json
doctype-first
Doctype must be first.
{"type": "boolean", "default": false}
htmlhint.json
doctype-html5
Doctype must be html5.
{"type": "boolean", "default": false}
htmlhint.json
head-script-disabled
The script tag can not be used in head.
{"type": "boolean", "default": false}
htmlhint.json
href-abs-or-rel
Href must be absolute or relative.
{"default": false, "enum": [false, "abs", "rel"]}
htmlhint.json
html-lang-require
The lang attribute of an <html> element must be present and should be valid.
{"type": "boolean", "default": false}
htmlhint.json
id-class-ad-disabled
Id and class can not use ad keyword, it will blocked by adblock software.
{"type": "boolean", "default": false}
htmlhint.json
id-class-value
Id and class value must meet some rules: underline, dash, hump.
{"default": false, "enum": [false, "underline", "dash", "hump"]}
htmlhint.json
id-unique
ID attributes must be unique in the document.
{"type": "boolean", "default": false}
htmlhint.json
inline-script-disabled
Inline script cannot be used.
{"type": "boolean", "default": false}
htmlhint.json
inline-style-disabled
Inline style cannot be used.
{"type": "boolean", "default": false}
htmlhint.json
space-tab-mixed-disabled
Spaces and tabs can not mixed in front of line.
{"default": false, "enum": [false, "space", "tab"]}
htmlhint.json
spec-char-escape
Special characters must be escaped.
{"type": "boolean", "default": false}
htmlhint.json
src-not-empty
Src of img(script,link) must set value. Empty of src will visit current page twice.
{"type": "boolean", "default": false}
htmlhint.json
style-disabled
Style tag can not be used.
{"type": "boolean", "default": false}
htmlhint.json
tag-pair
Tag must be paired.
{"type": "boolean", "default": false}
htmlhint.json
tag-self-close
The empty tag must closed by self.
{"type": "boolean", "default": false}
htmlhint.json
tagname-lowercase
Tagname must be lowercase.
{"type": "boolean", "default": false}
htmlhint.json
title-require
<title> must be present in <head> tag.
{"type": "boolean", "default": false}
conjure.schema.json
conjure-imports
A map between a namespace and a relative path to a Conjure definition file.
{"type": "object", "additionalProperties": false, "patternProperties": {"^[_a-zA-Z][_a-zA-Z0-9]*$": {"type": "string"}}}
conjure.schema.json
imports
A map between a type alias and its external definition. Type aliases MUST be in PascalCase.
{"type": "object", "additionalProperties": {}}
conjure.schema.json
definitions
The types specified in this definition.
{}
conjure.schema.json
base-type
A base-type is provided as a hint to generators for how to handle this type when no external type reference is provided. Note that the serialization format of the base-type fallback should match the format of the imported type. If the imported type is a non-primitive JSON object, then a base-type of any should be used.
{}
conjure.schema.json
external
The external types to reference.
{}
conjure.schema.json
ExternalImportDefinition
References to types that are not defined within Conjure.
{"type": "object", "additionalProperties": false, "properties": {"java": {"type": "string"}}}
conjure.schema.json
java
The fully qualified Java type.
{"type": "string"}
conjure.schema.json
TypeName
Named types must be in PascalCase and be unique within a package.
{"type": "string", "pattern": "^([a-zA-Z]+[.])?[A-Z][a-z0-9]+([A-Z][a-z0-9]+)*$"}
conjure.schema.json
ContainerType
Container types like optional<T>, list<T>, set<T> and map<K, V> can be referenced using their lowercase names, where variables like T, K and V can be substituted for a Conjure named type, a built-in or more container types:
{"type": "string", "pattern": "^(optional|list|set|map)<.*>$"}
conjure.schema.json
alias
The Conjure type to be aliased.
{}
jmdsl-config-schema.json
Defines configuration to be used with cli
{"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"recorder": {"type": "object", "properties": {"url": {"examples": ["http://myservice.com"], "type": "string"}, "workdir": {"type": "string", "default": "recording"}, "urlIncludes": {"examples": ["[^?]*mysite.com.*"], "type": "array", "items": {"type": "string"}}, "urlExcludes": {"examples": [".*google.com.*"], "type": "array", "items": {"type": "string"}}, "urlIgnoreDefaultFilter": {"type": "boolean", "default": false}, "logFilteredRequests": {"type": "boolean", "default": false}, "headerExcludes": {"examples": ["(?i)sec-.*"], "type": "array", "items": {"type": "string"}}, "headerIgnoreDefaultFilter": {"type": "boolean", "default": false}, "correlations": {"type": "array", "items": {"type": "object", "properties": {"variable": {"examples": ["productId"], "type": "string"}, "extractor": {"oneOf": [{"type": "string", "examples": ["name=\"productId\" value=\"([^\"]+)\""]}, {"type": "object", "properties": {"regex": {"type": "string", "examples": ["name=\"productId\" value=\"([^\"]+)\""]}, "target": {"type": "string", "enum": ["RESPONSE_BODY", "RESPONSE_HEADERS", "REQUEST_URL", "REQUEST_HEADERS", "RESPONSE_BODY_UNESCAPED", "RESPONSE_BODY_AS_A_DOCUMENT", "RESPONSE_CODE", "RESPONSE_MESSAGE"], "default": "RESPONSE_BODY"}}, "required": ["regex"]}]}, "replacement": {"examples": ["productId=(.*)"], "type": "string"}}, "additionalProperties": false}}}, "additionalProperties": false}}, "additionalProperties": false}
jmdsl-config-schema.json
url
Initial URL to start recording from
{"examples": ["http://myservice.com"], "type": "string"}
jmdsl-config-schema.json
workdir
Directory where logs (eg: jtl files) and other relevant data is stored
{"type": "string", "default": "recording"}
jmdsl-config-schema.json
urlIncludes
Regular expressions used to only record requests with matching URLs. NOTE: Don't include scheme (e.g: http://) in regex
{"examples": ["[^?]*mysite.com.*"], "type": "array", "items": {"type": "string"}}
jmdsl-config-schema.json
urlExcludes
Regular expressions used to NOT record requests with matching URLs. NOTE: Don't include scheme (e.g: http://) in regex
{"examples": [".*google.com.*"], "type": "array", "items": {"type": "string"}}
jmdsl-config-schema.json
urlIgnoreDefaultFilter
Specifies to use or not the default URL filter. The default filter ignores URLs matching: (?i).*\.(bmp|css|js|gif|ico|jpe?g|png|svg|swf|ttf|woff2?|webp)(\?.*)?
{"type": "boolean", "default": false}
jmdsl-config-schema.json
logFilteredRequests
Specifies to include in generated JTL file, filtered and not recorded requests or not.
{"type": "boolean", "default": false}
jmdsl-config-schema.json
headerExcludes
Regular expressions used to ignore matching headers from recording
{"examples": ["(?i)sec-.*"], "type": "array", "items": {"type": "string"}}
jmdsl-config-schema.json
headerIgnoreDefaultFilter
Specifies to use or not the default headers filter. The default filter ignores these headers: Accept-Language,Upgrade-Insecure-Requests,Accept-Encoding,User-Agent,Accept,Referer,Origin,X-Requested-With,Cache-Control
{"type": "boolean", "default": false}
jmdsl-config-schema.json
correlations
Specifies list of correlation rules between requests and previous responses, avoiding fixed and brittle recorded test plans
{"type": "array", "items": {"type": "object", "properties": {"variable": {"examples": ["productId"], "type": "string"}, "extractor": {"oneOf": [{"type": "string", "examples": ["name=\"productId\" value=\"([^\"]+)\""]}, {"type": "object", "properties": {"regex": {"type": "string", "examples": ["name=\"productId\" value=\"([^\"]+)\""]}, "target": {"type": "string", "enum": ["RESPONSE_BODY", "RESPONSE_HEADERS", "REQUEST_URL", "REQUEST_HEADERS", "RESPONSE_BODY_UNESCAPED", "RESPONSE_BODY_AS_A_DOCUMENT", "RESPONSE_CODE", "RESPONSE_MESSAGE"], "default": "RESPONSE_BODY"}}, "required": ["regex"]}]}, "replacement": {"examples": ["productId=(.*)"], "type": "string"}}, "additionalProperties": false}}
jmdsl-config-schema.json
variable
Name of the variable used to store a value extracted from a response and to be used in a following request
{"examples": ["productId"], "type": "string"}
jmdsl-config-schema.json
extractor
Defines regular expression and, optionally, other parameters which define how to extract values from responses (or even requests), to be used in following requests
{"oneOf": [{"type": "string", "examples": ["name=\"productId\" value=\"([^\"]+)\""]}, {"type": "object", "properties": {"regex": {"type": "string", "examples": ["name=\"productId\" value=\"([^\"]+)\""]}, "target": {"type": "string", "enum": ["RESPONSE_BODY", "RESPONSE_HEADERS", "REQUEST_URL", "REQUEST_HEADERS", "RESPONSE_BODY_UNESCAPED", "RESPONSE_BODY_AS_A_DOCUMENT", "RESPONSE_CODE", "RESPONSE_MESSAGE"], "default": "RESPONSE_BODY"}}, "required": ["regex"]}]}