schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
ninjs-1.3.json | versioncreated | The date and time when this version of the news object was created. nar:versionCreated | {"type": "string", "format": "date-time"} |
ninjs-1.3.json | embargoed | The date and time before which all versions of the news object are embargoed. If absent, this object is not embargoed. nar:embargoed | {"type": "string", "format": "date-time"} |
ninjs-1.3.json | pubstatus | The publishing status of the news object, its value is *usable* by default. nar:pubStatus | {"type": "string", "enum": ["usable", "withheld", "canceled"]} |
ninjs-1.3.json | urgency | The editorial urgency of the content from 1 to 9. 1 represents the highest urgency, 9 the lowest. nar:urgency | {"type": "number"} |
ninjs-1.3.json | copyrightholder | The person or organisation claiming the intellectual property for the content. nar:copyrightHolder | {"type": "string"} |
ninjs-1.3.json | copyrightnotice | Any necessary copyright notice for claiming the intellectual property for the content. nar:copyrightNotice | {"type": "string"} |
ninjs-1.3.json | usageterms | A natural-language statement about the usage terms pertaining to the content. nar:usageTerms | {"type": "string"} |
ninjs-1.3.json | ednote | A note that is intended to be read by internal staff at the receiving organisation, but not published to the end-user. (Added in version 1.2 from issue #6.) . ednote: nar:edNote | {"type": "string"} |
ninjs-1.3.json | language | The human language used by the content. The value should follow IETF BCP47. nar:language | {"type": "string"} |
ninjs-1.3.json | person | An individual human being. nar:subject | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "rel": {"type": "string"}, "scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}}}} |
ninjs-1.3.json | name | The name of a person | {"type": "string"} |
ninjs-1.3.json | rel | The relationship of the content of the news object to the person | {"type": "string"} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the person | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the person in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
ninjs-1.3.json | organisation | An administrative and functional structure which may act as as a business, as a political party or not-for-profit party. nar:subject | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "rel": {"type": "string"}, "scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}, "symbols": {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"ticker": {"type": "string"}, "exchange": {"type": "string"}}}}}}} |
ninjs-1.3.json | name | The name of the organisation | {"type": "string"} |
ninjs-1.3.json | rel | The relationship of the content of the news object to the organisation | {"type": "string"} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the organisation | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the organisation in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
ninjs-1.3.json | symbols | Symbols used for a financial instrument linked to the organisation at a specific market place | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"ticker": {"type": "string"}, "exchange": {"type": "string"}}}} |
ninjs-1.3.json | ticker | Ticker symbol used for the financial instrument | {"type": "string"} |
ninjs-1.3.json | exchange | Identifier for the marketplace which uses the ticker symbols of the ticker property | {"type": "string"} |
ninjs-1.3.json | place | A named location. nar:subject | {"type": "array", "items": {"type": "object", "additionalProperties": false, "patternProperties": {"^geometry_[a-zA-Z0-9_]+": {"type": "object"}}, "properties": {"name": {"type": "string"}, "rel": {"type": "string"}, "scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}}}} |
ninjs-1.3.json | ^geometry_[a-zA-Z0-9_]+ | An object holding geo data of this place. Could be of any relevant geo data JSON object definition. | {"type": "object"} |
ninjs-1.3.json | name | The name of the place | {"type": "string"} |
ninjs-1.3.json | rel | The relationship of the content of the news object to the place | {"type": "string"} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the place | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the place in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
ninjs-1.3.json | subject | A concept with a relationship to the content. nar:subject | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "rel": {"type": "string"}, "scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}}}} |
ninjs-1.3.json | name | The name of the subject | {"type": "string"} |
ninjs-1.3.json | rel | The relationship of the content of the news object to the subject | {"type": "string"} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the subject | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the subject in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
ninjs-1.3.json | event | Something which happens in a planned or unplanned manner. nar:? | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "rel": {"type": "string"}, "scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}}}} |
ninjs-1.3.json | name | The name of the event | {"type": "string"} |
ninjs-1.3.json | rel | The relationship of the content of the news object to the event | {"type": "string"} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the event | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the event in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
ninjs-1.3.json | object | Something material, excluding persons. nar:subject | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "rel": {"type": "string"}, "scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}}}} |
ninjs-1.3.json | name | The name of the object | {"type": "string"} |
ninjs-1.3.json | rel | The relationship of the content of the news object to the object | {"type": "string"} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the object | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the object in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
ninjs-1.3.json | infosource | A party (person or organisation) which originated, modified, enhanced, distributed, aggregated or supplied the content or provided some information used to create or enhance the content. (Added in version 1.2 according to issue #15.) . infosource: nar:infoSource | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "rel": {"type": "string"}, "scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}}}} |
ninjs-1.3.json | name | The name of the infosource | {"type": "string"} |
ninjs-1.3.json | rel | The relationship of the content of the news object to the infosource | {"type": "string"} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the infosource | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the infosource in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
ninjs-1.3.json | title | A short natural-language name for the item. (Added in version 1.2 according to issue #9). nar:itemMeta/title | {"type": "string"} |
ninjs-1.3.json | byline | The name(s) of the creator(s) of the content. nar:by | {"type": "string"} |
ninjs-1.3.json | headline | A brief and snappy introduction to the content, designed to catch the reader's attention. nar:headline | {"type": "string"} |
ninjs-1.3.json | slugline | A human-readable identifier for the item. (Added in version 1.2 from issue #4.). nar:slugline | {"type": "string"} |
ninjs-1.3.json | located | The name of the location from which the content originates. nar:located | {"type": "string"} |
ninjs-1.3.json | charcount | The total character count in the article excluding figure captions. (Added in version 1.2 according to issue #27.). nar:charcount | {"type": "number"} |
ninjs-1.3.json | wordcount | The total number of words in the article excluding figure captions. (Added in version 1.2 according to issue #27.). nar:wordcount | {"type": "number"} |
ninjs-1.3.json | renditions | Wrapper for different renditions of the news object. nar:remoteContent | {"type": "object", "additionalProperties": false, "patternProperties": {"^[a-zA-Z0-9_]+": {"type": "object", "additionalProperties": false, "properties": {"href": {"type": "string", "format": "uri"}, "mimetype": {"type": "string"}, "height": {"type": "number"}, "width": {"type": "number"}, "sizeinbytes": {"type": "number"}, "duration": {"type": "number"}, "format": {"type": "string"}}}}} |
ninjs-1.3.json | ^[a-zA-Z0-9_]+ | A specific rendition of the content of the news object. (Description changed in version 1.2 according to issue #17.) | {"type": "object", "additionalProperties": false, "properties": {"href": {"type": "string", "format": "uri"}, "mimetype": {"type": "string"}, "height": {"type": "number"}, "width": {"type": "number"}, "sizeinbytes": {"type": "number"}, "duration": {"type": "number"}, "format": {"type": "string"}}} |
ninjs-1.3.json | href | The URL for accessing the rendition as a resource. nar:remoteContent@ref | {"type": "string", "format": "uri"} |
ninjs-1.3.json | mimetype | A MIME type which applies to the rendition. nar:remoteContent@contenttype | {"type": "string"} |
ninjs-1.3.json | title | A title for the link to the rendition resource | {"type": "string"} |
ninjs-1.3.json | height | For still and moving images: the height of the display area measured in pixels. nar:remoteContent@height | {"type": "number"} |
ninjs-1.3.json | width | For still and moving images: the width of the display area measured in pixels. nar:remoteContent@width | {"type": "number"} |
ninjs-1.3.json | sizeinbytes | The size of the rendition resource in bytes | {"type": "number"} |
ninjs-1.3.json | duration | The total time duration of the content in seconds. (Added in version 1.2. Issue #18). nar:remoteContent@duration | {"type": "number"} |
ninjs-1.3.json | format | Binary format name. (Added in version 1.2. Issue #18). nar:remoteContent@format | {"type": "string"} |
ninjs-1.3.json | associations | Content of news objects which are associated with this news object. nar:link | {"type": "object", "additionalProperties": false, "patternProperties": {"^[a-zA-Z0-9_]+": {}}} |
ninjs-1.3.json | altids | Alternative identifiers of the item. It is up to the individual provider to name and set type on the alternative identifiers they like to use. nar:altId issue #3. (Added in version 1.3) | {"type": "object", "additionalProperties": true} |
ninjs-1.3.json | trustindicator | An array of objects to allow links to documents about trust indicators. (nar:link) issue #44. (Added in version 1.3) | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}, "href": {"type": "string", "format": "uri"}}}} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the trust indicator | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the trust indicator in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
ninjs-1.3.json | title | The title of the resource being referenced. | {"type": "string"} |
ninjs-1.3.json | href | The URL for accessing the trust indicator resource. | {"type": "string", "format": "uri"} |
ninjs-1.3.json | $standard | An object with information about standard, version and schema this instance is valid against. nar:standard, nar:standardversion and xml:schema issue #43. (Added in version 1.3) | {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "schema": {"type": "string", "format": "uri"}}} |
ninjs-1.3.json | name | For example ninjs. nar:standard | {"type": "string"} |
ninjs-1.3.json | version | For example 1.3. nar:standardversion | {"type": "string"} |
ninjs-1.3.json | schema | The uri of the json schema to use for validation. | {"type": "string", "format": "uri"} |
ninjs-1.3.json | genre | A nature, intellectual or journalistic form of the content. nar:genre. (Added in version 1.3) | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"name": {"type": "string"}, "scheme": {"type": "string", "format": "uri"}, "code": {"type": "string"}}}} |
ninjs-1.3.json | name | The name of the genre | {"type": "string"} |
ninjs-1.3.json | scheme | The identifier of a scheme (= controlled vocabulary) which includes a code for the genre. Normally http://cv.iptc.org/newscodes/genre/ | {"type": "string", "format": "uri"} |
ninjs-1.3.json | code | The code for the genre in a scheme (= controlled vocabulary) which is identified by the scheme property | {"type": "string"} |
comet.json | JSON Schema for Starlake Data Pipeline | {"$schema": "http://json-schema.org/draft-07/schema#", "definitions": {"PrimitiveType": {"type": "string", "oneOf": [{"const": "string"}, {"const": "long"}, {"const": "int"}, {"const": "short"}, {"const": "double"}, {"const": "boolean"}, {"const": "byte"}, {"const": "date"}, {"const": "basic_iso_date"}, {"const": "iso_local_date"}, {"const": "iso_offset_date"}, {"const": "iso_date"}, {"const": "iso_local_date_time"}, {"const": "iso_offset_date_time"}, {"const": "iso_zoned_date_time"}, {"const": "iso_date_time"}, {"const": "iso_ordinal_date"}, {"const": "iso_week_date"}, {"const": "iso_instant"}, {"const": "rfc_1123_date_time"}, {"const": "timestamp"}, {"const": "decimal"}, {"const": "struct"}]}, "IndexMapping": {"type": "string", "oneOf": [{"const": "text"}, {"const": "keyword"}, {"const": "long"}, {"const": "integer"}, {"const": "short"}, {"const": "byte"}, {"const": "double"}, {"const": "float"}, {"const": "half_float"}, {"const": "scaled_float"}, {"const": "date"}, {"const": "boolean"}, {"const": "binary"}, {"const": "integer_rang"}, {"const": "float_range"}, {"const": "long_range"}, {"const": "double_range"}, {"const": "date_range"}, {"const": "geo_point"}, {"const": "geo_shape"}, {"const": "ip"}, {"const": "completion"}, {"const": "token_count"}, {"const": "object"}, {"const": "array"}]}, "WriteMode": {"type": "string", "oneOf": [{"const": "OVERWRITE"}, {"const": "APPEND"}, {"const": "ERROR_IF_EXISTS"}, {"const": "IGNORE"}]}, "UserType": {"type": "string", "oneOf": [{"const": "SA"}, {"const": "USER"}, {"const": "GROUP"}]}, "Trim": {"type": "string", "oneOf": [{"const": "LEFT"}, {"const": "RIGHT"}, {"const": "BOTH"}, {"const": "NONE"}]}, "TableDdl": {"type": "object", "properties": {"createSql": {"type": "string"}, "pingSql": {"type": "string"}}, "required": ["createSql"]}, "TableType": {"type": "string", "oneOf": [{"const": "TABLE"}, {"const": "VIEW"}, {"const": "SYSTEM TABLE"}, {"const": "GLOBAL TEMPORARY"}, {"const": "LOCAL TEMPORARY"}, {"const": "ALIAS"}, {"const": "SYNONYM"}]}, "Type": {"type": "object", "properties": {"name": {"type": "string"}, "primitiveType": {}, "pattern": {"type": "string"}, "zone": {"type": "string"}, "sample": {"type": "string"}, "comment": {"type": "string"}, "indexMapping": {"type": "string"}, "ddlMapping": {}}, "required": ["name", "pattern", "primitiveType"]}, "Partition": {"type": "object", "properties": {"sampling": {"type": "number"}, "attributes": {"type": "array", "items": {"type": "string"}}}, "required": []}, "Position": {"type": "object", "properties": {"first": {"type": "number"}, "last": {"type": "number"}}, "required": ["first", "last"]}, "Connection": {"type": "object", "properties": {"type": {"type": "string"}, "sparkFormat": {"type": "string"}, "mode": {}, "options": {}}, "required": ["type"]}, "RowLevelSecurity": {"type": "object", "properties": {"name": {"type": "string"}, "predicate": {"type": "string"}, "grants": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "grants"]}, "AccessControlEntry": {"type": "object", "properties": {"role": {"type": "string"}, "grants": {"type": "array", "items": {"type": "string"}}}, "required": ["role", "grants"]}, "MergeOptions": {"type": "object", "properties": {"key": {"type": "array", "items": {"type": "string"}}, "delete": {"type": "string"}, "timestamp": {"type": "string"}, "queryFilter": {"type": "string"}}, "required": ["key"]}, "Format": {"type": "string", "oneOf": [{"const": "DSV"}, {"const": "POSITION"}, {"const": "JSON"}, {"const": "ARRAY_JSON"}, {"const": "SIMPLE_JSON"}, {"const": "XML"}]}, "MapString": {"type": "object", "additionalProperties": {"type": "string"}}, "MapConnection": {"type": "object", "additionalProperties": {}}, "MapJdbcEngine": {"type": "object", "additionalProperties": {}}, "MapTableDdl": {"type": "object", "additionalProperties": {}}, "JdbcEngine": {"type": "object", "properties": {"tables": {"type": "array", "items": {}}}}, "Privacy": {"type": "object", "properties": {"options": {}}}, "Internal": {"type": "object", "properties": {"cacheStorageLevel": {"type": "string"}, "intermediateBigqueryFormat": {"type": "string"}, "temporaryGcsBucket": {"type": "string"}, "substituteVars": {"type": "boolean"}}}, "AccessPolicies": {"type": "object", "properties": {"apply": {"type": "boolean"}, "location": {"type": "string"}, "database": {"type": "string"}, "taxonomy": {"type": "string"}}}, "JobScheduling": {"type": "object", "properties": {"maxJobs": {"type": "integer"}, "poolName": {"type": "string"}, "mode": {"type": "string"}, "file": {"type": "string"}}}, "Expectations": {"type": "object", "properties": {"path": {"type": "string"}, "active": {"type": "boolean"}}}, "Metrics": {"type": "object", "properties": {"path": {"type": "string"}, "discreteMaxCardinality": {"type": "integer"}, "active": {"type": "boolean"}}}, "Sink": {"type": "object", "properties": {"options": {}, "id": {"type": "string"}, "timestamp": {"type": "string"}, "location": {"type": "string"}, "clustering": {"type": "array", "items": {"type": "string"}}, "days": {"type": "number"}, "requirePartitionFilter": {"type": "boolean"}, "materializedView": {"type": "boolean"}, "enableRefresh": {"type": "boolean"}, "refreshIntervalMs": {"type": "number"}, "format": {"type": "string"}, "extension": {"type": "string"}, "partition": {}, "connectionRef": {"type": "string"}, "coalesce": {"type": "boolean"}}}, "MapArrayOfString": {"type": "object", "additionalProperties": {"type": "array", "items": {"type": "string"}}}, "Metadata": {"type": "object", "properties": {"format": {}, "encoding": {"type": "string"}, "multiline": {"type": "boolean"}, "array": {"type": "boolean"}, "withHeader": {"type": "boolean"}, "separator": {"type": "string"}, "quote": {"type": "string"}, "escape": {"type": "string"}, "write": {}, "partition": {}, "sink": {}, "ignore": {"type": "string"}, "xml": {}, "directory": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}, "ack": {"type": "string"}, "options": {}, "validator": {"type": "string"}, "emptyIsNull": {"type": "boolean"}, "nullValue": {"type": "string"}, "freshness": {}, "schedule": {"type": "string"}, "dagRef": {"type": "string"}}}, "ExternalDomain": {"type": "object", "properties": {"name": {"type": "string"}, "tables": {"type": "array", "items": {"type": "string"}}}}, "Airflow": {"type": "object", "properties": {"endpoint": {"type": "string"}, "ingest": {"type": "string"}}}, "External": {"type": "object", "properties": {"database": {"type": "string"}, "external": {"type": "array", "items": {}}}}, "Area": {"type": "object", "properties": {"pending": {"type": "string"}, "unresolved": {"type": "string"}, "archive": {"type": "string"}, "ingesting": {"type": "string"}, "accepted": {"type": "string"}, "rejected": {"type": "string"}, "replay": {"type": "string"}, "business": {"type": "string"}, "hiveDatabase": {"type": "string"}}}, "Freshness": {"type": "object", "properties": {"warn": {"type": "string"}, "error": {"type": "string"}}}, "Table": {"type": "object", "properties": {"name": {"type": "string"}, "rename": {"type": "string"}, "pattern": {"type": "string"}, "attributes": {"type": "array", "items": {}}, "metadata": {}, "merge": {}, "comment": {"type": "string"}, "presql": {"type": "array", "items": {"type": "string"}}, "postsql": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "rls": {"type": "array", "items": {}}, "expectations": {}, "primaryKey": {"type": "array", "items": {"type": "string"}}, "acl": {"type": "array", "items": {}}, "sample": {"type": "string"}, "filter": {"type": "string"}, "patternSample": {"type": "string"}}, "required": ["name", "pattern"]}, "Attribute": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "array": {"type": "boolean"}, "required": {"type": "boolean"}, "privacy": {"type": "string"}, "comment": {"type": "string"}, "rename": {"type": "string"}, "metricType": {"type": "string"}, "attributes": {"type": "array", "items": {}}, "position": {}, "default": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "trim": {}, "script": {"type": "string"}, "foreignKey": {"type": "string"}, "ignore": {"type": "boolean"}, "accessPolicy": {"type": "string"}}, "required": ["name", "type"]}, "AutoTaskDesc": {"type": "object", "properties": {"sql": {"type": "string"}, "database": {"type": "string"}, "domain": {"type": "string"}, "table": {"type": "string"}, "write": {}, "partition": {"type": "array", "items": {"type": "string"}}, "presql": {"type": "array", "items": {"type": "string"}}, "postsql": {"type": "array", "items": {"type": "string"}}, "sink": {}, "rls": {"type": "array", "items": {}}, "expectations": {}, "acl": {"type": "array", "items": {}}, "comment": {"type": "string"}, "freshness": {}, "attributesDesc": {"type": "array", "items": {}}, "python": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "merge": {}, "schedule": {"type": "string"}, "dagRef": {"type": "string"}}, "required": []}, "Lock": {"type": "object", "properties": {"path": {"type": "string"}, "timeout": {"type": "integer"}, "pollTime": {"type": "string"}, "refreshTime": {"type": "string"}}}, "Audit": {"type": "object", "properties": {"path": {"type": "string"}, "sink": {}, "maxErrors": {"type": "string"}, "database": {"type": "string"}, "domain": {}, "active": {"type": "boolean"}}, "required": []}, "AttributeDesc": {"type": "object", "properties": {"name": {"type": "string"}, "comment": {"type": "string"}, "accessPolicy": {"type": "string"}}, "required": ["name", "comment"]}, "Domain": {"type": "object", "properties": {"name": {"type": "string"}, "rename": {"type": "string"}, "metadata": {}, "tables": {"type": "array", "items": {}}, "comment": {"type": "string"}, "database": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}}, "AutoJobDesc": {"type": "object", "properties": {"name": {"type": "string"}, "default": {}, "tasks": {"type": "array", "items": {}}}}, "JDBCTable": {"type": "object", "properties": {"name": {"type": "string"}, "columns": {"type": "array", "items": {"type": "string"}}, "partitionColumn": {"type": "string"}, "numPartitions": {"type": "integer"}, "connectionOptions": {"type": "string"}, "fetchSize": {"type": "integer"}, "fullExport": {"type": "boolean"}}, "required": ["name"]}, "JDBCSchema": {"type": "object", "properties": {"catalog": {"type": "string"}, "schema": {"type": "string"}, "write": {}, "pattern": {"type": "string"}, "numericTrim": {}, "partitionColumn": {"type": "string"}, "numPartitions": {"type": "integer"}, "connectionOptions": {"type": "string"}, "fetchSize": {"type": "integer"}, "stringPartitionFunc": {"type": "string"}, "fullExport": {"type": "boolean"}, "tableRemarks": {"type": "string"}, "columnRemarks": {"type": "string"}, "template": {"type": "string"}, "tables": {"type": "array", "items": {}}, "tableTypes": {"type": "array", "items": {"type": "string"}}}, "required": ["tables"]}, "JDBCSchemas": {"type": "object", "properties": {"jdbcSchemas": {"type": "array", "items": {}}, "globalJdbcSchema": {}, "fetchSize": {"type": "integer"}, "connectionRef": {"type": "string"}, "connection": {}}}, "RefInput": {"type": "object", "properties": {"database": {"type": "string"}, "domain": {"type": "string"}, "table": {"type": "string"}}, "required": ["table"]}, "RefOutput": {"type": "object", "properties": {"database": {"type": "string"}, "domain": {"type": "string"}, "table": {"type": "string"}}, "required": ["table", "domain", "database"]}, "Ref": {"type": "object", "properties": {"input": {}, "output": {}}, "required": ["input", "output"]}, "Refs": {"type": "array", "items": {}}, "Application": {"type": "object", "properties": {"env": {"type": "string"}, "datasets": {"type": "string"}, "dags": {"type": "string"}, "metadata": {"type": "string"}, "metrics": {}, "validateOnLoad": {"type": "boolean"}, "audit": {}, "archive": {"type": "boolean"}, "sinkReplayToFile": {"type": "boolean"}, "lock": {}, "defaultFormat": {"type": "string"}, "defaultRejectedWriteFormat": {"type": "string"}, "defaultAuditWriteFormat": {"type": "string"}, "csvOutput": {"type": "boolean"}, "csvOutputExt": {"type": "string"}, "privacyOnly": {"type": "boolean"}, "emptyIsNull": {"type": "boolean"}, "validator": {"type": "string"}, "rowValidatorClass": {"type": "string"}, "treeValidatorClass": {"type": "string"}, "loadStrategyClass": {"type": "string", "enum": ["ai.starlake.job.load.IngestionNameStrategy", "ai.starlake.job.load.IngestionTimeStrategy"]}, "analyze": {"type": "boolean"}, "hive": {"type": "boolean"}, "grouped": {"type": "boolean"}, "groupedMax": {"type": "integer"}, "mergeForceDistinct": {"type": "boolean"}, "mergeOptimizePartitionWrite": {"type": "boolean"}, "area": {}, "airflow": {}, "hadoop": {}, "connections": {}, "jdbcEngines": {}, "privacy": {}, "root": {"type": "string"}, "internal": {}, "accessPolicies": {}, "scheduling": {}, "udfs": {"type": "string"}, "expectations": {}, "sqlParameterPattern": {"type": "string"}, "rejectAllOnError": {"type": "string"}, "rejectMaxRecords": {"type": "integer"}, "maxParCopy": {"type": "integer"}, "dsvOptions": {}, "forceViewPattern": {"type": "string"}, "forceDomainPattern": {"type": "string"}, "forceTablePattern": {"type": "string"}, "forceJobPattern": {"type": "string"}, "forceTaskPattern": {"type": "string"}, "useLocalFileSystem": {"type": "string"}, "sessionDurationServe": {"type": "integer"}, "database": {"type": "string"}, "tenant": {"type": "string"}, "connectionRef": {"type": "string"}}}}, "oneOf": [{"required": ["extract"]}, {"required": ["load"]}, {"required": ["transform"]}, {"required": ["expectations"]}, {"required": ["env"]}, {"required": ["types"]}, {"required": ["tables"]}, {"required": ["table"]}, {"required": ["task"]}, {"required": ["connections"]}, {"required": ["external"]}, {"required": ["application"]}, {"required": ["refs"]}], "properties": {"types": {"type": "array", "items": {}}, "extract": {}, "load": {}, "transform": {}, "task": {}, "env": {}, "expectations": {}, "table": {}, "external": {}, "refs": {}, "application": {}}, "type": "object"} |
|
comet.json | PrimitiveType | Any string that match the '.*' regex | {"const": "string"} |
comet.json | PrimitiveType | Any whole number that match the '[-|+|0-9][0-9]*' regex.
ints are mapped to as 'int' in some database whereas 'longs are mapped as 'bigint' and shorts as 'smallint' | {"const": "long"} |
comet.json | PrimitiveType | Any whole number that match the '[-|+|0-9][0-9]*' regex.
ints are mapped to as 'int' in some database whereas 'longs are mapped as 'bigint' and shorts as 'smallint' | {"const": "int"} |
comet.json | PrimitiveType | Any whole number that match the '[-|+|0-9][0-9]*' regex.
ints are mapped to as 'int' in some database whereas 'longs are mapped as 'bigint' and shorts as 'smallint' | {"const": "short"} |
comet.json | PrimitiveType | Any decimal number that match the '[-+]?\d*\.?\d+[Ee]?[-+]?\d*' regex | {"const": "double"} |
comet.json | PrimitiveType | Any string that match the '(?i)true|yes|[y1]<-TF->(?i)false|no|[n0]' regex,
where the value on the left of '<-T' represent true and values on the right of 'F->' represent the false | {"const": "boolean"} |
comet.json | PrimitiveType | Any single char | {"const": "byte"} |
comet.json | PrimitiveType | Any date that match the 'yyyy-MM-dd' regex (2023-12-31) | {"const": "date"} |
comet.json | PrimitiveType | Any date that match the 'yyyyMMdd' regex (20231231) | {"const": "basic_iso_date"} |
comet.json | PrimitiveType | Any date that match the 'yyyy-MM-dd' regex (2023-12-31) | {"const": "iso_local_date"} |
comet.json | PrimitiveType | Timestamp based on `ISO Date with offset` pattern (2023-12-31+02:00) | {"const": "iso_offset_date"} |
comet.json | PrimitiveType | Timestamp based on `ISO Date with or without offset` pattern (2011-12-03+02:00) | {"const": "iso_date"} |
comet.json | PrimitiveType | Timestamp based on `ISO Local Date and Time` pattern (2023-12-31T10:15:30) | {"const": "iso_local_date_time"} |
comet.json | PrimitiveType | Timestamp based on `ISO Local Date and Time` pattern (2023-12-31T10:15:30+01:00) | {"const": "iso_offset_date_time"} |
comet.json | PrimitiveType | Timestamp based on `ISO Zoned Date Time`pattern (2023-12-31T10:15:30+01:00[Europe/Paris]) | {"const": "iso_zoned_date_time"} |
comet.json | PrimitiveType | Timestamp based on `ISO Date and time with ZoneId` pattern (2011-12-03T10:15:30+01:00[Europe/Paris]) | {"const": "iso_date_time"} |
comet.json | PrimitiveType | Timestamp based on `year and day of year` pattern (2023-337) | {"const": "iso_ordinal_date"} |
comet.json | PrimitiveType | Timestamp based on `Year and Week` pattern (2012-W48-6) | {"const": "iso_week_date"} |
comet.json | PrimitiveType | Timestamp based on `Date and Time of an Instant` pattern - UTC only - (2023-12-31T10:15:30Z) | {"const": "iso_instant"} |
Subsets and Splits