schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
opspec-io-0.1.7.json | opspec | Version of [opspec](https://opspec.io) used by the op | {"type": "string", "pattern": "^([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:(-[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?(?:\\+[0-9A-Za-z-\\-\\.]+)?$"} |
strmprivacy.api.entities.v1.DataContract.json | field | constraint: valid field path, follows avro constraints + slashes | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | type | constraint: one of the validator types. handled by code
This should become an enum | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | value | constraint: a type specific definition | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | create_time | The timestamp when this Schema was created. | {"oneOf": [{}, {"type": "null"}]} |
strmprivacy.api.entities.v1.DataContract.json | description | The description of this Schema. Used in the Portal. Markdown syntax is supported. This field can be modified. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | icon_uri | The URI to the icon used with this Schema. This always an absolute URI, with the https scheme. Used in the Portal. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | labels | Generic (key/value) labels for this Schema. | {"oneOf": [{"type": "array", "items": {"default": {}}}, {"type": "null"}], "default": [{}]} |
strmprivacy.api.entities.v1.DataContract.json | title | The human readable title of this Schema. Used in the Portal. Defaults to the Schema name. This field can be modified. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | create_time | The timestamp when this Data Contract was created. | {"oneOf": [{}, {"type": "null"}]} |
strmprivacy.api.entities.v1.DataContract.json | description | The description of this Data Contract. Used in the Portal. Markdown syntax is supported. This field can be modified. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | labels | Generic (key/value) labels for this Data Contract. | {"oneOf": [{"type": "array", "items": {"default": {}}}, {"type": "null"}], "default": [{}]} |
strmprivacy.api.entities.v1.DataContract.json | title | The human readable title of this Data Contract. Used in the Portal. Defaults to the Data Contract name if left unspecified. This field can be modified. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | field_name | Full reference to a (nested) field. For non-top-level fields (i.e. nested fields), each level should be separated by a forward slash. E.g. customer/id. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | null_handling_config | How null values should generally be dealt with for a field. | {"oneOf": [{}, {"type": "null"}], "default": {}} |
strmprivacy.api.entities.v1.DataContract.json | ordinal_values | If a field is of ordinal values, defines the possible values and their order. | {"oneOf": [{"type": "array", "items": {"type": "string"}}, {"type": "null"}], "default": null} |
strmprivacy.api.entities.v1.DataContract.json | personal_data_config | Metadata on the type of personal data this field may contain. | {"oneOf": [{}, {"type": "null"}], "default": {}} |
strmprivacy.api.entities.v1.DataContract.json | statistical_data_type | The statistical data type of the field, e.g. nominal, ordinal, numerical. | {"oneOf": [{}, {"type": "null"}], "default": "STATISTICAL_DATA_TYPE_UNSPECIFIED"} |
strmprivacy.api.entities.v1.DataContract.json | default_value | If the type is DEFAULT_VALUE, the desired default value must be specified. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | avro_name | avro compatible name set by creator OR derived from name | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | doc | constraints:
size < 5000 | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | name | constraints: same as SimpleSchemaDefinition | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | definition | constraints: is no longer required provided simple_schema is not empty. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | id | The UUID of this schema | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | is_public | (-- 'is' is intentional here (see https://google.aip.dev/140#booleans) --) | {"oneOf": [{"type": "boolean"}, {"type": "null"}], "default": false} |
strmprivacy.api.entities.v1.DataContract.json | handle | constraints: generic name constraint | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | name | constraints: generic name constraint | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | version | constraints: `\d+\.\d+\.\d+ | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | handle | constraint: handle should already exist | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | name | constraints: generic name constraint, unique within handle | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | version | constraints: semantic version, e.g. 1.12.3 | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | gdpr_special_personal_data_type | The special sensitive data type as defined by the GDPR https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32016R0679#d1e2051-1-1 | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | is_pii | Currently, only string fields or repeated string fields can be marked as PII, since other data types cannot store an encrypted string. | {"oneOf": [{"type": "boolean"}, {"type": "null"}], "default": false} |
strmprivacy.api.entities.v1.DataContract.json | is_quasi_id | A quasi identifier doesn't identify an individual directly, but combined with other QIs can result in a unique (direct) identifier. | {"oneOf": [{"type": "boolean"}, {"type": "null"}], "default": false} |
strmprivacy.api.entities.v1.DataContract.json | purpose_level | The purpose level as defined in the purpose level mapping of an organization. | {"oneOf": [{"oneOf": [{"type": "string"}, {"type": "integer"}]}, {"type": "null"}], "default": 0} |
strmprivacy.api.entities.v1.DataContract.json | is_public | (-- 'is' is intentional here (see https://google.aip.dev/140#booleans) --) | {"oneOf": [{"type": "boolean"}, {"type": "null"}], "default": false} |
strmprivacy.api.entities.v1.DataContract.json | pii_fields | PII Fields as a map, where the key is the field path (i.e. producerSessionId or customer/id) and the
value is the purpose level, provided as an integer | {"oneOf": [{"type": "object", "additionalProperties": {"oneOf": [{"oneOf": [{"type": "string"}, {"type": "integer"}]}, {"type": "null"}], "default": 0}}, {"type": "null"}], "default": {}, "deprecationMessage": "Field \"pii_fields\" is marked as deprecated"} |
strmprivacy.api.entities.v1.DataContract.json | strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition | constraints: overall size < 100000 TBD | {"type": "object", "properties": {"avroName": {}, "doc": {}, "name": {}, "namespace": {}, "nodes": {}}, "patternProperties": {"^avro_name$": {}}, "additionalProperties": {}, "definitions": {"avro_name": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "doc": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "name": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "namespace": {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""}, "nodes": {"oneOf": [{"type": "array", "items": {"default": {}}}, {"type": "null"}], "default": [{}]}}} |
strmprivacy.api.entities.v1.DataContract.json | avro_name | avro compatible name set by creator OR derived from name (thus ignore_empty = true) | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | name | constraints: printable characters | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | namespace | constraints:
dot separated sequence of name constraints
must be Avro compatible. When absent becomes <handle>.<name>.v<version> | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | key | The key of the label. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
strmprivacy.api.entities.v1.DataContract.json | value | The value of the label. An empty string means there is no value. | {"oneOf": [{"type": "string"}, {"type": "null"}], "default": ""} |
traefik-v2.json | globalTags | Sets a list of key:value tags on all spans. | {"type": "object", "patternProperties": {"[a-zA-Z0-9-_]+": {"type": "string"}}} |
vega-lite.json | aggregate | Array of objects that define fields to aggregate. | {"items": {}, "type": "array"} |
vega-lite.json | groupby | The data fields to group by. If not specified, a single group containing all data objects will be used. | {"items": {"type": "string"}, "type": "array"} |
vega-lite.json | as | The output field names to use for each aggregated field. | {"type": "string"} |
vega-lite.json | field | The data field for which to compute aggregate function. | {"type": "string"} |
vega-lite.json | op | The aggregation operations to apply to the fields, such as sum, average or count.
See the [full list of supported aggregation operations](https://vega.github.io/vega-lite/docs/aggregate.html#supported-aggregation-operations)
for more information. | {} |
vega-lite.json | contains | Determines how size calculation should be performed, one of `"content"` or `"padding"`. The default setting (`"content"`) interprets the width and height settings as the data rectangle (plotting) dimensions, to which padding is then added. In contrast, the `"padding"` setting includes the padding within the view size calculations, such that the width and height settings indicate the **total** intended size of the view.
__Default value__: `"content"` | {"enum": ["content", "padding"], "type": "string"} |
vega-lite.json | resize | A boolean flag indicating if autosize layout should be re-calculated on every view update.
__Default value__: `false` | {"type": "boolean"} |
vega-lite.json | type | The sizing format type. One of `"pad"`, `"fit"` or `"none"`. See the [autosize type](https://vega.github.io/vega-lite/docs/size.html#autosize) documentation for descriptions of each.
__Default value__: `"pad"` | {} |
vega-lite.json | domain | A boolean flag indicating if the domain (the axis baseline) should be included as part of the axis.
__Default value:__ `true` | {"type": "boolean"} |
vega-lite.json | format | The formatting pattern for labels. This is D3's [number format pattern](https://github.com/d3/d3-format#locale_format) for quantitative fields and D3's [time format pattern](https://github.com/d3/d3-time-format#locale_format) for time field.
See the [format documentation](format.html) for more information.
__Default value:__ derived from [numberFormat](config.html#format) config for quantitative fields and from [timeFormat](config.html#format) config for temporal fields. | {"type": "string"} |
vega-lite.json | grid | A boolean flag indicating if grid lines should be included as part of the axis
__Default value:__ `true` for [continuous scales](scale.html#continuous) that are not binned; otherwise, `false`. | {"type": "boolean"} |
vega-lite.json | labelAngle | The rotation angle of the axis labels.
__Default value:__ `-90` for nominal and ordinal fields; `0` otherwise. | {"maximum": 360, "minimum": -360, "type": "number"} |
vega-lite.json | labelBound | Indicates if labels should be hidden if they exceed the axis range. If `false `(the default) no bounds overlap analysis is performed. If `true`, labels will be hidden if they exceed the axis range by more than 1 pixel. If this property is a number, it specifies the pixel tolerance: the maximum amount by which a label bounding box may exceed the axis range.
__Default value:__ `false`. | {"type": ["boolean", "number"]} |
vega-lite.json | labelFlush | Indicates if the first and last axis labels should be aligned flush with the scale range. Flush alignment for a horizontal axis will left-align the first label and right-align the last label. For vertical axes, bottom and top text baselines are applied instead. If this property is a number, it also indicates the number of pixels by which to offset the first and last labels; for example, a value of 2 will flush-align the first and last labels and also push them 2 pixels outward from the center of the axis. The additional adjustment can sometimes help the labels better visually group with corresponding axis ticks.
__Default value:__ `true` for axis of a continuous x-scale. Otherwise, `false`. | {"type": ["boolean", "number"]} |
vega-lite.json | labelOverlap | The strategy to use for resolving overlap of axis labels. If `false` (the default), no overlap reduction is attempted. If set to `true` or `"parity"`, a strategy of removing every other label is used (this works well for standard linear axes). If set to `"greedy"`, a linear scan of the labels is performed, removing any labels that overlaps with the last visible label (this often works better for log-scaled axes).
__Default value:__ `true` for non-nominal fields with non-log scales; `"greedy"` for log scales; otherwise `false`. | {"anyOf": [{"type": "boolean"}, {"enum": ["parity"], "type": "string"}, {"enum": ["greedy"], "type": "string"}]} |
vega-lite.json | labelPadding | The padding, in pixels, between axis and text labels. | {"type": "number"} |
vega-lite.json | labels | A boolean flag indicating if labels should be included as part of the axis.
__Default value:__ `true`. | {"type": "boolean"} |
vega-lite.json | maxExtent | The maximum extent in pixels that axis ticks and labels should use. This determines a maximum offset value for axis titles.
__Default value:__ `undefined`. | {"type": "number"} |
vega-lite.json | minExtent | The minimum extent in pixels that axis ticks and labels should use. This determines a minimum offset value for axis titles.
__Default value:__ `30` for y-axis; `undefined` for x-axis. | {"type": "number"} |
vega-lite.json | offset | The offset, in pixels, by which to displace the axis from the edge of the enclosing group or data rectangle.
__Default value:__ derived from the [axis config](config.html#facet-scale-config)'s `offset` (`0` by default) | {"type": "number"} |
vega-lite.json | orient | The orientation of the axis. One of `"top"`, `"bottom"`, `"left"` or `"right"`. The orientation can be used to further specialize the axis type (e.g., a y axis oriented for the right edge of the chart).
__Default value:__ `"bottom"` for x-axes and `"left"` for y-axes. | {} |
vega-lite.json | position | The anchor position of the axis in pixels. For x-axis with top or bottom orientation, this sets the axis group x coordinate. For y-axis with left or right orientation, this sets the axis group y coordinate.
__Default value__: `0` | {"type": "number"} |
vega-lite.json | tickCount | A desired number of ticks, for axes visualizing quantitative scales. The resulting number may be different so that values are "nice" (multiples of 2, 5, 10) and lie within the underlying scale's range. | {"type": "number"} |
vega-lite.json | tickSize | The size in pixels of axis ticks. | {"minimum": 0, "type": "number"} |
vega-lite.json | ticks | Boolean value that determines whether the axis should include ticks. | {"type": "boolean"} |
vega-lite.json | title | A title for the field. If `null`, the title will be removed.
__Default value:__ derived from the field's name and transformation function (`aggregate`, `bin` and `timeUnit`). If the field has an aggregate function, the function is displayed as a part of the title (e.g., `"Sum of Profit"`). If the field is binned or has a time unit applied, the applied function will be denoted in parentheses (e.g., `"Profit (binned)"`, `"Transaction Date (year-month)"`). Otherwise, the title is simply the field name.
__Note__: You can customize the default field title format by providing the [`fieldTitle` property in the [config](config.html) or [`fieldTitle` function via the `compile` function's options](compile.html#field-title). | {"type": ["string", "null"]} |
vega-lite.json | titleMaxLength | Max length for axis title if the title is automatically generated from the field's description. | {"type": "number"} |
vega-lite.json | titlePadding | The padding, in pixels, between title and axis. | {"type": "number"} |
vega-lite.json | values | Explicitly set the visible axis tick values. | {"anyOf": [{"items": {"type": "number"}, "type": "array"}, {"items": {}, "type": "array"}]} |
vega-lite.json | zindex | A non-positive integer indicating z-index of the axis.
If zindex is 0, axes should be drawn behind all chart elements.
To put them in front, use `"zindex = 1"`.
__Default value:__ `1` (in front of the marks) for actual axis and `0` (behind the marks) for grids. | {"minimum": 0, "type": "number"} |
vega-lite.json | bandPosition | An interpolation fraction indicating where, for `band` scales, axis ticks should be positioned. A value of `0` places ticks at the left edge of their bands. A value of `0.5` places ticks in the middle of their bands. | {"type": "number"} |
vega-lite.json | domain | A boolean flag indicating if the domain (the axis baseline) should be included as part of the axis.
__Default value:__ `true` | {"type": "boolean"} |
vega-lite.json | domainColor | Color of axis domain line.
__Default value:__ (none, using Vega default). | {"type": "string"} |
vega-lite.json | domainWidth | Stroke width of axis domain line
__Default value:__ (none, using Vega default). | {"type": "number"} |
vega-lite.json | grid | A boolean flag indicating if grid lines should be included as part of the axis
__Default value:__ `true` for [continuous scales](scale.html#continuous) that are not binned; otherwise, `false`. | {"type": "boolean"} |
vega-lite.json | gridColor | Color of gridlines. | {"type": "string"} |
vega-lite.json | gridDash | The offset (in pixels) into which to begin drawing with the grid dash array. | {"items": {"type": "number"}, "type": "array"} |
vega-lite.json | gridOpacity | The stroke opacity of grid (value between [0,1])
__Default value:__ (`1` by default) | {"maximum": 1, "minimum": 0, "type": "number"} |
vega-lite.json | gridWidth | The grid width, in pixels. | {"minimum": 0, "type": "number"} |
vega-lite.json | labelAngle | The rotation angle of the axis labels.
__Default value:__ `-90` for nominal and ordinal fields; `0` otherwise. | {"maximum": 360, "minimum": -360, "type": "number"} |
vega-lite.json | labelBound | Indicates if labels should be hidden if they exceed the axis range. If `false `(the default) no bounds overlap analysis is performed. If `true`, labels will be hidden if they exceed the axis range by more than 1 pixel. If this property is a number, it specifies the pixel tolerance: the maximum amount by which a label bounding box may exceed the axis range.
__Default value:__ `false`. | {"type": ["boolean", "number"]} |
vega-lite.json | labelColor | The color of the tick label, can be in hex color code or regular color name. | {"type": "string"} |
vega-lite.json | labelFlush | Indicates if the first and last axis labels should be aligned flush with the scale range. Flush alignment for a horizontal axis will left-align the first label and right-align the last label. For vertical axes, bottom and top text baselines are applied instead. If this property is a number, it also indicates the number of pixels by which to offset the first and last labels; for example, a value of 2 will flush-align the first and last labels and also push them 2 pixels outward from the center of the axis. The additional adjustment can sometimes help the labels better visually group with corresponding axis ticks.
__Default value:__ `true` for axis of a continuous x-scale. Otherwise, `false`. | {"type": ["boolean", "number"]} |
vega-lite.json | labelFont | The font of the tick label. | {"type": "string"} |
vega-lite.json | labelFontSize | The font size of the label, in pixels. | {"minimum": 0, "type": "number"} |
vega-lite.json | labelLimit | Maximum allowed pixel width of axis tick labels. | {"type": "number"} |
vega-lite.json | labelOverlap | The strategy to use for resolving overlap of axis labels. If `false` (the default), no overlap reduction is attempted. If set to `true` or `"parity"`, a strategy of removing every other label is used (this works well for standard linear axes). If set to `"greedy"`, a linear scan of the labels is performed, removing any labels that overlaps with the last visible label (this often works better for log-scaled axes).
__Default value:__ `true` for non-nominal fields with non-log scales; `"greedy"` for log scales; otherwise `false`. | {"anyOf": [{"type": "boolean"}, {"enum": ["parity"], "type": "string"}, {"enum": ["greedy"], "type": "string"}]} |
vega-lite.json | labelPadding | The padding, in pixels, between axis and text labels. | {"type": "number"} |
vega-lite.json | labels | A boolean flag indicating if labels should be included as part of the axis.
__Default value:__ `true`. | {"type": "boolean"} |
vega-lite.json | maxExtent | The maximum extent in pixels that axis ticks and labels should use. This determines a maximum offset value for axis titles.
__Default value:__ `undefined`. | {"type": "number"} |
vega-lite.json | minExtent | The minimum extent in pixels that axis ticks and labels should use. This determines a minimum offset value for axis titles.
__Default value:__ `30` for y-axis; `undefined` for x-axis. | {"type": "number"} |
vega-lite.json | shortTimeLabels | Whether month names and weekday names should be abbreviated.
__Default value:__ `false` | {"type": "boolean"} |
vega-lite.json | tickColor | The color of the axis's tick. | {"type": "string"} |
vega-lite.json | tickRound | Boolean flag indicating if pixel position values should be rounded to the nearest integer. | {"type": "boolean"} |
vega-lite.json | tickSize | The size in pixels of axis ticks. | {"minimum": 0, "type": "number"} |
vega-lite.json | tickWidth | The width, in pixels, of ticks. | {"minimum": 0, "type": "number"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.