repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/schemas/labels.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "labels.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "patternProperties": { "": { "properties": { "en": { "type": "string" }, "fr": { "type": "string" } }, "required": [ "en", "fr" ], ...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/schemas/subschemas/task.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/task.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "items": { "enum": [ "damage_detection", "wheel_analysis", "repair_estimate", "images_ocr", "image_editing", "inspection_pdf", "pricing", "dashboard_ocr" ], "ty...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/data/ffocus18/ffocus18.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "ffocus18.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id"...
BSD-3-Clause-Clear
en
monkvision/monkjs
dee9704b5ef7426b9abe3532d6a29cae12e4c728
2023-11-13T09:27:21
packages/sights/research/schemas/subschemas/vehicle.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/vehicle.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "all", "audia7", "fesc20", "ff150", "ffocus18", "ftransit18", "haccord", "jgc21", "tsienna20", "vwtroc" ], "type": "string" }
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/schemas/subschemas/category.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/category.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "interior", "exterior", "misc" ], "type": "string" }
BSD-3-Clause-Clear
en
monkvision/monkjs
5789f4436b3738e52d26c994e98ce17cd99a1e24
2023-05-22T13:54:32
packages/sights/research/schemas/sight.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "sight.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "if": { "properties": { "category": { "const": "exterior" }, "dev": { "anyOf": [ { "const": null }, ...
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/schemas/sight.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "sight.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "if": { "properties": { "category": { "const": "exterior" } }, "required": [ "category" ] }, "then": { "required"...
BSD-3-Clause-Clear
en
monkvision/monkjs
dee9704b5ef7426b9abe3532d6a29cae12e4c728
2023-11-13T09:27:21
packages/sights/research/schemas/labels.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "labels.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "patternProperties": { "": { "properties": { "de": { "type": "string" }, "en": { "type": "string" }, "fr": { "type": "string" }, "key...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/data/haccord/haccord.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "haccord.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id":...
BSD-3-Clause-Clear
en
monkvision/monkjs
d7e2a9aab06be6741361dab6bad80616125e4f2f
2023-10-04T14:04:06
packages/sights/research/schemas/subschemas/task.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/task.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "items": { "enum": [ "damage_detection", "wheel_analysis", "repair_estimate", "images_ocr", "image_editing", "inspection_pdf", "pricing", "dashboard_ocr" ], "ty...
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/data/all/all.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "all.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id": { ...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/schemas/vehicles.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "vehicles.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Vehicle": { "$ref": "subschemas/vehicle.schema" }, "VehicleType": { "$ref": "subschemas/vehicleType.schema" }, "xyzArray": { "$ref": "subschemas/xyzArray.schema" } }...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/schemas/subschemas/category.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/category.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "interior", "exterior", "misc" ], "type": "string" }
BSD-3-Clause-Clear
en
monkvision/monkjs
dee9704b5ef7426b9abe3532d6a29cae12e4c728
2023-11-13T09:27:21
packages/sights/research/schemas/vehicles.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "vehicles.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Vehicle": { "$ref": "subschemas/vehicle.schema" }, "VehicleType": { "$ref": "subschemas/vehicleType.schema" }, "xyzArray": { "$ref": "subschemas/xyzArray.schema" } }...
BSD-3-Clause-Clear
en
monkvision/monkjs
5789f4436b3738e52d26c994e98ce17cd99a1e24
2023-05-22T13:54:32
packages/sights/research/schemas/subschemas/task.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/task.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "items": { "enum": [ "damage_detection", "wheels_analysis", "repair_estimate", "images_ocr" ], "type": "string" }, "maxItems": 4, "minItems": 1, "type": "array" }
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/data/tsienna20/tsienna20.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "tsienna20.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id...
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/schemas/vehicles.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "vehicles.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "xyzArray": { "$ref": "subschemas/xyzArray.schema" } }, "patternProperties": { "": { "properties": { "dimensions_xyz": { "$ref": "#/definitions/xyzArray" },...
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/data/ffocus18/ffocus18.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "ffocus18.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id"...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/data/audia7/audia7.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "audia7.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id": ...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/data/ftransit18/ftransit18.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "ftransit18.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "i...
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/schemas/subschemas/camera.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/camera.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "xyzArray": { "$ref": "xyzArray.schema" } }, "properties": { "focal_length": { "minimum": 0, "type": "number" }, "location_xyz": { "$ref": "#/definitions...
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/data/audia7/audia7.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "audia7.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id": ...
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/schemas/subschemas/vehicleType.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/vehicleType.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "all", "audia7", "fesc20", "ff150", "ffocus18", "ftransit18", "haccord", "jgc21", "tsienna20", "vwtroc" ], "type": "string" }
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/data/fesc20/fesc20.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "fesc20.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id": ...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/schemas/labels.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "labels.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "patternProperties": { "": { "properties": { "de": { "type": "string" }, "en": { "type": "string" }, "fr": { "type": "string" }, "key...
BSD-3-Clause-Clear
en
monkvision/monkjs
cf716342a50914935affc67b2217e36613baf6fe
2024-05-06T14:32:53
packages/sights/research/schemas/labels.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "labels.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "patternProperties": { "": { "properties": { "de": { "type": "string" }, "en": { "type": "string" }, "fr": { "type": "string" }, "key...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/schemas/subschemas/vehicle.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/vehicle.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "all", "audia7", "fesc20", "ff150", "ffocus18", "ftransit18", "haccord", "jgc21", "tsienna20", "vwtroc" ], "type": "string" }
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/data/jgc21/jgc21.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "jgc21.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id": {...
BSD-3-Clause-Clear
en
monkvision/monkjs
2476ccaf9eb327963b924667ceb05cb88d9ff95a
2023-03-21T14:27:51
packages/sights/research/schemas/sight.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "sight.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "if": { "properties": { "category": { "const": "exterior" }, "dev": { "anyOf": [ { "const": null }, ...
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/data/ftransit18/ftransit18.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "ftransit18.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "i...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/data/tsienna20/tsienna20.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "tsienna20.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id...
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/data/vwtroc/vwtroc.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "vwtroc.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Sight": { "$ref": "sight.schema" } }, "patternProperties": { "": { "allOf": [ { "$ref": "#/definitions/Sight" } ], "properties": { "id": ...
BSD-3-Clause-Clear
en
microsoft/mdatp-devicecontrol
6ebe15de663f8bc0bd9ae7fb28b1ea3ab8911e64
2024-03-31T10:21:28
macOS/policy/device_control_policy_schema.json
40
2024-05-28T04:52:12.012991Z
{ "$defs": { "allowEnforcement": { "additionalProperties": false, "properties": { "$type": { "enum": [ "allow" ] }, "__comments": { "type": "string" }, "options": { "items": { "enum": [ ...
MIT
en
microsoft/mdatp-devicecontrol
a63f5629dbf472583881a19df385c040513d893c
2024-04-21T23:51:45
python/package_schema.json
40
2024-05-28T04:52:12.012991Z
{ "$defs": { "assignmentsType": { "description": "Groups the policy is assigned of excluded from", "items": { "description": "A target included/excluded for the policy", "properties": { "group": { "properties": { "name": { "descriptio...
MIT
en
microsoft/mdatp-devicecontrol
0bd72e1afa904cb10ade7afcb99324db0f257ffd
2024-04-22T02:46:51
python/package_schema.json
40
2024-05-28T04:52:12.012991Z
{ "$defs": { "assignmentMetadataType": { "description": "Name of the group assigned the policy", "properties": { "assignment_id": { "type": "string" }, "assignment_source_id": { "$ref": "#/$defs/graphIdType" }, "id": { "$ref": "#/$d...
MIT
en
microsoft/mdatp-devicecontrol
4a2e0c9d23b73fb26c846dc3216cc12adea9c940
2024-04-22T19:10:17
python/package_schema.json
40
2024-05-28T04:52:12.012991Z
{ "$defs": { "assignmentMetadataType": { "description": "Name of the group assigned the policy", "properties": { "assignment_id": { "type": "string" }, "assignment_source_id": { "$ref": "#/$defs/graphIdType" }, "id": { "$ref": "#/$d...
MIT
en
microsoft/mdatp-devicecontrol
7072f34798c5aba2f63b7941530dd9f66b014e57
2024-01-18T15:14:18
macOS/policy/device_control_policy_schema.json
40
2024-05-28T04:52:12.012991Z
{ "$defs": { "allowEnforcement": { "additionalProperties": false, "properties": { "$type": { "enum": [ "allow" ] }, "__comments": { "type": "string" }, "options": { "items": { "enum": [ ...
MIT
en
microsoft/PlanetaryComputerDataCatalog
c33a60db67b32316dc55d582b02efc9181e0c94e
2021-06-25T17:42:22
mockstac/data/sentinel-2-l2a/queryables.json
35
2024-05-27T23:41:06.648474Z
{ "$id": "https://example.org/queryables", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "Queryable properties for the mock STAC API Item Search filter.", "properties": { "eo:cloud_cover": { "$ref": "https://stac-extensions.github.io/eo/v1.0.0/schema.json#/definitions/field...
MIT
en
microsoft/PlanetaryComputerDataCatalog
0238e98371a315d79b1c0cfba056231706a61f30
2021-07-26T12:52:33
mockstac/data/sentinel-2-l2a/queryables.json
35
2024-05-27T23:41:06.648474Z
{ "$id": "https://example.org/queryables", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "Queryable properties for the mock STAC API Item Search filter.", "properties": { "eo:cloud_cover": { "$ref": "https://stac-extensions.github.io/eo/v1.0.0/schema.json#/definitions/field...
MIT
en
microsoft/iot-cardboard-js
41265bfa8ea807b4802f91c8a7fd48a397e4907c
2022-03-18T20:55:04
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAlertVisual": { "additionalProperties": false, "description": "Alert visual are used to show specific iconography when a boolean expression is true", "properties": { "color": { "type": "string" }, "extensionProperties": { "$ref": "#/$def...
MIT
en
microsoft/iot-cardboard-js
2de6f4d4184c8dc442f916f65780725c89f0b284
2022-06-24T18:06:40
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAsset": { "additionalProperties": false, "description": "A 3D asset used to create the scene", "properties": { "extensionProperties": { "$ref": "#/$defs/IExtensionProperties" }, "type": { "type": "string" }, "url": { ...
MIT
en
microsoft/iot-cardboard-js
a901368b0eabdf9c74dc99536a8ce34aaa91a8d8
2022-11-11T00:06:26
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IADXTimeSeriesConnection": { "additionalProperties": false, "description": "Azure Data Explorer connection information for time series data", "properties": { "adxClusterUrl": { "type": "string" }, "adxDatabaseName": { "type": "string" ...
MIT
en
microsoft/iot-cardboard-js
9bd4bdd2d6263547078af70e56b15951a88fa704
2022-10-13T20:25:07
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAsset": { "additionalProperties": false, "description": "A 3D asset used to create the scene", "properties": { "extensionProperties": { "$ref": "#/$defs/IExtensionProperties" }, "type": { "type": "string" }, "url": { ...
MIT
en
microsoft/iot-cardboard-js
5c96d9ee06e40d69565c4500dba5c884f324d516
2022-10-18T22:04:45
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAsset": { "additionalProperties": false, "description": "A 3D asset used to create the scene", "properties": { "extensionProperties": { "$ref": "#/$defs/IExtensionProperties" }, "type": { "type": "string" }, "url": { ...
MIT
en
microsoft/iot-cardboard-js
d30eb227da9626bbbafc1b116b6c051b902c75dc
2022-03-11T00:18:04
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAlertVisual": { "additionalProperties": false, "description": "Alert visual are used to show specific iconography when a boolean expression is true", "properties": { "color": { "type": "string" }, "extensionProperties": { "$ref": "#/$def...
MIT
en
microsoft/iot-cardboard-js
ce06d40d18c4950a9e2db42f1a28220206ec36d0
2022-10-10T21:24:19
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAsset": { "additionalProperties": false, "description": "A 3D asset used to create the scene", "properties": { "extensionProperties": { "$ref": "#/$defs/IExtensionProperties" }, "type": { "type": "string" }, "url": { ...
MIT
en
microsoft/iot-cardboard-js
848964d0eab3686bb982bc7435e3112fbc2fd613
2023-02-28T18:38:02
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IADXTimeSeriesConnection": { "additionalProperties": false, "description": "Azure Data Explorer connection information for time series data", "properties": { "adxClusterUrl": { "type": "string" }, "adxDatabaseName": { "type": "string" ...
MIT
en
microsoft/iot-cardboard-js
fdb815185990e51582a027939548fce54a503a33
2022-03-16T20:37:58
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAlertVisual": { "additionalProperties": false, "description": "Alert visual are used to show specific iconography when a boolean expression is true", "properties": { "color": { "type": "string" }, "extensionProperties": { "$ref": "#/$def...
MIT
en
microsoft/iot-cardboard-js
2add350d4d4c8d5183cd54fd73ff24a091c8e227
2022-03-03T00:14:10
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "extensionProperties": { "description": "Optional bag of non-schematized extension properties", "type": "object" }, "groupID": { "description": "Widget group to which a widget belongs", "type": "string" }, "numericOrInfinityType": { "anyOf": [ { ...
MIT
en
microsoft/iot-cardboard-js
5356a2b3ff2ce6eec02dc6e0f11332a26297fb44
2022-05-11T02:16:17
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAlertVisual": { "additionalProperties": false, "description": "Alert visual are used to show specific iconography when a boolean expression is true", "properties": { "color": { "type": "string" }, "extensionProperties": { "$ref": "#/$def...
MIT
en
microsoft/iot-cardboard-js
d3557b8f8b9f92d6df843df240cf9217847e994b
2022-05-12T23:34:57
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAsset": { "additionalProperties": false, "description": "A 3D asset used to create the scene", "properties": { "extensionProperties": { "$ref": "#/$defs/IExtensionProperties" }, "type": { "type": "string" }, "url": { ...
MIT
en
microsoft/iot-cardboard-js
bd53852ecc328fa9dcda840801351a3806abe644
2022-03-09T19:23:03
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAlertVisual": { "description": "Alert visual are used to show specific iconography when a boolean expression is true", "properties": { "color": { "type": "string" }, "iconName": { "type": "string" }, "labelExpression": { ...
MIT
en
microsoft/iot-cardboard-js
4a69c95b8b1c1df7b037bf99e2e218b8c326f504
2022-10-26T17:33:40
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IADXTimeSeriesConnection": { "additionalProperties": false, "description": "Azure Data Explorer connection information for time series data", "properties": { "adxClusterUrl": { "type": "string" }, "adxDatabaseName": { "type": "string" ...
MIT
en
microsoft/iot-cardboard-js
6f8b999b605b36064da38328ed0204cdd3db2db2
2022-05-02T18:18:07
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAlertVisual": { "additionalProperties": false, "description": "Alert visual are used to show specific iconography when a boolean expression is true", "properties": { "color": { "type": "string" }, "extensionProperties": { "$ref": "#/$def...
MIT
en
microsoft/iot-cardboard-js
acd6965f20e251e68e54ef4e1f33157a958fbf47
2022-10-20T20:05:07
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAsset": { "additionalProperties": false, "description": "A 3D asset used to create the scene", "properties": { "extensionProperties": { "$ref": "#/$defs/IExtensionProperties" }, "type": { "type": "string" }, "url": { ...
MIT
en
microsoft/iot-cardboard-js
8544d02c54c0997b68f1cc30a21d74787c12b11a
2022-11-14T18:56:42
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IADXTimeSeriesConnection": { "additionalProperties": false, "description": "Azure Data Explorer connection information for time series data", "properties": { "adxClusterUrl": { "type": "string" }, "adxDatabaseName": { "type": "string" ...
MIT
en
microsoft/iot-cardboard-js
ffec4391717ab2e79bac02d06a95b24fcada35ce
2022-08-09T17:48:55
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAsset": { "additionalProperties": false, "description": "A 3D asset used to create the scene", "properties": { "extensionProperties": { "$ref": "#/$defs/IExtensionProperties" }, "type": { "type": "string" }, "url": { ...
MIT
en
microsoft/iot-cardboard-js
c6c26c4d6c764d27310859ad3087b700c1d2cb31
2022-08-15T19:52:40
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAsset": { "additionalProperties": false, "description": "A 3D asset used to create the scene", "properties": { "extensionProperties": { "$ref": "#/$defs/IExtensionProperties" }, "type": { "type": "string" }, "url": { ...
MIT
en
microsoft/iot-cardboard-js
384c24256dafba03220806aff1f9e7e4045c6c13
2022-03-17T19:33:39
schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
80
2024-05-28T00:58:30.948027Z
{ "$defs": { "IAlertVisual": { "additionalProperties": false, "description": "Alert visual are used to show specific iconography when a boolean expression is true", "properties": { "color": { "type": "string" }, "extensionProperties": { "$ref": "#/$def...
MIT
en
microsoft/PowerApps-Tooling
9721cf9f9de1d3d90b691e3d085304017d9b1d3f
2024-05-11T22:40:57
docs/pa.yaml-schema.json
292
2024-05-28T05:53:51.20087Z
{ "$defs": { "ControlDef": { "additionalProperties": false, "patternProperties": { "^[^\\\\]*$": { "additionalProperties": false, "description": "The control name", "properties": { "AccessAppScope": { "type": "string" }, ...
MIT
en
microsoft/PowerApps-Tooling
9721cf9f9de1d3d90b691e3d085304017d9b1d3f
2024-05-11T22:40:57
docs/control-property-schema.json
292
2024-05-28T05:53:51.20087Z
{ "$id": "https://raw.githubusercontent.com/microsoft/PowerApps-Tooling/master/docs/control-type-schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "The properties of the control", "properties": { "Align": { "description": "The location of text in relation to the h...
MIT
en
microsoft/PowerApps-Tooling
9721cf9f9de1d3d90b691e3d085304017d9b1d3f
2024-05-11T22:40:57
docs/control-type-schema.json
292
2024-05-28T05:53:51.20087Z
{ "$id": "https://raw.githubusercontent.com/microsoft/PowerApps-Tooling/master/docs/control-type-schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "The type of the control", "examples": [ "AddMedia", "Arrow", "Attachments", "Audio", "BarChart", "Barc...
MIT
en
microsoft/PowerApps-Tooling
f1eb02be78cbc736f56a5a273dae8179cab95402
2024-05-08T19:16:19
docs/pa.yaml-schema.json
292
2024-05-28T05:53:51.20087Z
{ "$defs": { "ControlDef": { "additionalProperties": false, "patternProperties": { "^[^\\\\]*$": { "additionalProperties": false, "properties": { "AccessAppScope": { "type": "string" }, "Children": { "items": {...
MIT
en
microsoft/AzureTRE
d6f1a1740d42565a03353fa5014a4f5112a40466
2021-06-03T14:06:43
docs/schemas/resource.json
166
2024-05-29T00:41:41.990629Z
{ "$defs": { "property": { "properties": { "default": { "description": "Property default value.", "type": "string" }, "description": { "description": "Property description.", "type": "string" }, "mutable": { "descripti...
MIT
en
microsoft/AzureTRE
d6f1a1740d42565a03353fa5014a4f5112a40466
2021-06-03T14:06:43
docs/schemas/operation.json
166
2024-05-29T00:41:41.990629Z
{ "$defs": { "event": { "properties": { "description": { "description": "Event message.", "type": "string" }, "eventType": { "description": "Event type.", "type": "string" }, "from": { "description": "Event originator....
MIT
en
microsoft/AzureTRE
d6f1a1740d42565a03353fa5014a4f5112a40466
2021-06-03T14:06:43
docs/schemas/resource-assignment.json
166
2024-05-29T00:41:41.990629Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "ResourceId": { "description": "Resource id.", "format": "uuid", "type": "string" }, "etag": { "description": "ETag.", "type": "string" }, "id": { "de...
MIT
en
microsoft/security-devops-common
eeb4ad504786eee61030d1cbf8f93f04b18bff59
2022-08-09T18:49:19
schemata/msdo-rules-schema-0.1.0.json
5
2024-05-27T06:53:33.70884Z
{ "$defs": { "propertyBag": { "additionalProperties": true, "description": "Key/value pairs that provide additional information about the object.", "properties": { "tags": { "default": [], "description": "A set of distinct strings that provide additional information."...
MIT
en
microsoft/security-devops-common
3cedf2450555766d2fed1d6e9c58d601a581938c
2022-08-09T16:54:08
schemata/msdo-rules-schema-0.1.0.json
5
2024-05-27T06:53:33.70884Z
{ "$defs": { "policyControls": { "description": "Policy control options to instruct a policy reader to act in a certain way.", "type": "object" }, "policyRule": { "description": "Policy controls for a specific static analysis rule.", "type": "object" }, "policyTool": { ...
MIT
en
microsoft/PSDocs
0596d6393b54d91ce14b7a33eff2fdc3bbb5e5a7
2023-07-18T05:27:14
schemas/PSDocs-language.schema.json
136
2024-05-28T02:54:05.219331Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "resource-metadata": { "description": "Additional information to identify the resource.", "properties": { "annotations": { "title": "Annotations", "type": "object" }, "name": { ...
MIT
en
microsoft/PSDocs
aada426d103ec33d083d92d122ce1eb99e67c575
2021-07-03T14:51:38
schemas/PSDocs-language.schema.json
136
2024-05-28T02:54:05.219331Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "resource-metadata": { "description": "Additional information to identify the resource.", "properties": { "annotations": { "title": "Annotations", "type": "object" }, "name": { ...
MIT
en
microsoft/PSDocs
56c62328726350cc28756f53f1952db2e98d26ad
2021-07-12T14:23:12
schemas/PSDocs-language.schema.json
136
2024-05-28T02:54:05.219331Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "resource-metadata": { "description": "Additional information to identify the resource.", "properties": { "annotations": { "title": "Annotations", "type": "object" }, "name": { ...
MIT
en
microsoft/PSRule
0548563384598042dec845d30cbdaf439c1fb8ac
2021-09-30T05:42:40
schemas/PSRule-language.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "baseline-v1": { "additionalProperties": false, "description": "A PSRule Baseline.", "markdownDescription": "A PSRule Baseline. [See help](https://microsoft.github.io/PSRule/concepts/PSRule/en-US/about_PSRule_Baseline.htm...
MIT
en
microsoft/PSRule
855560d8b25e9ee17e113f358e8f7396e1ad384b
2022-10-03T10:50:18
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
c75a8c28f477ff7d96a11af1d8008b958e6b7b9e
2022-01-16T20:59:35
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
8bd9dcac014ea4f418266d4d98cdf2cc6413b018
2022-11-13T10:06:48
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
af6531aa2014566d1b3b55fb6bd1be83c4099cd1
2022-01-14T07:57:03
schemas/PSRule-language.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "baseline-v1": { "additionalProperties": false, "description": "A PSRule Baseline.", "markdownDescription": "A PSRule Baseline. [See help](https://microsoft.github.io/PSRule/concepts/PSRule/en-US/about_PSRule_Baseline.htm...
MIT
en
microsoft/PSRule
4d71df338df0d5b90b7438547c9cf10f95016ee2
2021-12-21T04:06:46
schemas/PSRule-language.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "baseline-v1": { "additionalProperties": false, "description": "A PSRule Baseline.", "markdownDescription": "A PSRule Baseline. [See help](https://microsoft.github.io/PSRule/concepts/PSRule/en-US/about_PSRule_Baseline.htm...
MIT
en
microsoft/PSRule
c75a8c28f477ff7d96a11af1d8008b958e6b7b9e
2022-01-16T20:59:35
schemas/PSRule-language.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "baseline-v1": { "additionalProperties": false, "description": "A PSRule Baseline.", "markdownDescription": "A PSRule Baseline. [See help](https://microsoft.github.io/PSRule/v2/concepts/PSRule/en-US/about_PSRule_Baseline/...
MIT
en
microsoft/PSRule
cb799e156fb07a66827ac5ed2f5c47c6b5c108cb
2022-08-31T12:36:02
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
852c2c6c95268f8f48606f5bcb0691d9677d7889
2023-03-27T14:34:53
schemas/PSRule-resources.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "description": "A meta schema for defining PSRule resources in a JSON document.", "items": { "anyOf": [ { "$ref": "https://raw.githubusercontent.com/microsoft/PSRule/main/schemas/PSRule-language.schema.json#/definitions/rule-v1" }, ...
MIT
en
microsoft/PSRule
fb1fb4a635c7db139bf213b69b96298f51965721
2022-07-04T22:34:41
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
229f4f6be65aeecb6af34de80e6e70482585f072
2024-05-24T15:57:00
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "baseline-option": { "additionalProperties": false, "description": "Options that configure baselines.", "properties": { "group": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
b4ca7b4db5b7861f7e2d807ee9cc1a06e901af53
2022-03-12T04:58:12
schemas/PSRule-language.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "baseline-v1": { "additionalProperties": false, "description": "A PSRule Baseline.", "markdownDescription": "A PSRule Baseline. [See help](https://microsoft.github.io/PSRule/v2/concepts/PSRule/en-US/about_PSRule_Baseline/...
MIT
en
microsoft/PSRule
72480c81f5df3e45cce7b2753220a15d57b07382
2022-01-05T02:24:02
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
c51fff482be94360baf04e28bbd8d62ff615e54c
2024-05-24T12:32:55
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "baseline-option": { "additionalProperties": false, "description": "Options that configure baselines.", "properties": { "group": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
0f29bcab9b28aeed887df59a920f03b1011fc8a2
2021-11-08T12:51:54
schemas/PSRule-resources.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "A schema for PSRule resources.", "items": { "anyOf": [ { "$ref": "https://raw.githubusercontent.com/microsoft/PSRule/main/schemas/PSRule-language.schema.json#/definitions/rule-v1" }, { "$ref": "https://ra...
MIT
en
microsoft/PSRule
d6d90a156872f711efc5266134133182032af739
2022-01-30T03:43:13
schemas/PSRule-language.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "baseline-v1": { "additionalProperties": false, "description": "A PSRule Baseline.", "markdownDescription": "A PSRule Baseline. [See help](https://microsoft.github.io/PSRule/v2/concepts/PSRule/en-US/about_PSRule_Baseline/...
MIT
en
microsoft/PSRule
8bff501a6f5b058a51298e3a1db197d270b79d77
2022-02-04T16:11:50
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
85e180ed5343d564fd2f3d9d22d03f6dfc9e530d
2021-11-22T02:05:03
schemas/PSRule-language.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "baseline-v1": { "additionalProperties": false, "description": "A PSRule Baseline.", "markdownDescription": "A PSRule Baseline. [See help](https://microsoft.github.io/PSRule/concepts/PSRule/en-US/about_PSRule_Baseline.htm...
MIT
en
microsoft/PSRule
5a52e4d9004e230ee83124c0e1f953c85f6b3f19
2022-03-20T15:03:07
schemas/PSRule-resources.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "description": "A schema for PSRule resources.", "items": { "anyOf": [ { "$ref": "https://raw.githubusercontent.com/microsoft/PSRule/main/schemas/PSRule-language.schema.json#/definitions/rule-v1" }, { "$ref": "https://r...
MIT
en
microsoft/PSRule
77f4d293742324bfe06eb2880f48c1be2fe0654f
2022-02-27T03:56:23
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
c0c0600cc80b600f8324fa7b38fd03da8c9638ba
2024-01-27T06:34:49
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "baseline-option": { "additionalProperties": false, "description": "Options that configure baselines.", "properties": { "group": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
657c0543fe9310348d0d68fbfa143e00983a7da7
2023-04-23T11:41:32
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
8bd9dcac014ea4f418266d4d98cdf2cc6413b018
2022-11-13T10:06:48
schemas/PSRule-resources.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "description": "A schema for PSRule resources.", "items": { "anyOf": [ { "$ref": "https://raw.githubusercontent.com/microsoft/PSRule/main/schemas/PSRule-language.schema.json#/definitions/rule-v1" }, { "$ref": "https://r...
MIT
en
microsoft/PSRule
852c2c6c95268f8f48606f5bcb0691d9677d7889
2023-03-27T14:34:53
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
50252fd382236463e31e5626b37bc1c3547563e9
2022-08-28T04:28:58
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
ceec946b0699c3ee079d095b5c648668da14496d
2022-06-18T14:53:15
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
280508e18bc4478a26a75a50f55b6d7c15747e80
2023-11-12T02:16:39
schemas/PSRule-lock.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "A schema for the PSRule lock file.", "properties": { "modules": { "additionalProperties": { "additionalProperties": false, "properties": { "version": { "title":...
MIT
en
microsoft/PSRule
de58334a37d839d4d8ac79395be70323d97164cb
2022-08-13T05:36:43
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en
microsoft/PSRule
7ee897752601f078ccdfeb96a7c44d3dbfe3b16b
2023-03-02T05:11:17
schemas/PSRule-options.schema.json
359
2024-05-27T09:34:56.226398Z
{ "$ref": "#/definitions/options", "$schema": "https://json-schema.org/draft-07/schema#", "definitions": { "binding-option": { "additionalProperties": false, "description": "Configure property/ object binding options.", "properties": { "field": { "additionalProperties": { ...
MIT
en