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
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/asset.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "asset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Metadata about the glTF asset.", "properties": { "copyright": { "description": "A copyright message suitable for display to cr...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/camera.orthographic.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "camera.orthographic.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "An orthographic camera containing properties to create an orthographic projection matrix.", "properties": { "extension...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/glTF.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "glTF.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "dependencies": { "scene": [ "scenes" ] }, "description": "The root object for a glTF asset.", "properties": { "accessors": { ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/extension.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "additionalProperties": { "type": "object" }, "description": "Dictionary object with extension-specific objects.", "properties": {}, "title": "Extension", "type": "object" }
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/material.occlusionTextureInfo.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "textureInfo.schema.json" } ], "properties": { "extensions": {}, "extras": {}, "index": {}, "strength": { "default": 1.0, "description": "A scalar multiplier controlling the amount of occlusion ...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/animation.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "animation.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A keyframe animation.", "properties": { "channels": { "description": "An array of animation channels. An animat...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/skin.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "skin.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "Joints and matrices defining a skin.", "properties": { "extensions": {}, "extras": {}, "inverseBindMatrices": { ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/mesh.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A set of primitives to be rendered. A node can contain one mesh. A node's transform places the mesh in the scene.", "properties": { "extensions": {}, "...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/material.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "material.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "dependencies": { "alphaCutoff": [ "alphaMode" ] }, "description": "The material appearance of a primitive.", "propertie...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/accessor.sparse.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Sparse storage of attributes that deviate from their initialization value.", "properties": { "count": { "description": "Number of entries stored in the sparse arr...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/mesh.primitive.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "mesh.primitive.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Geometry to be rendered with the given material.", "gltf_webgl": "`drawElements()` and `drawArrays()`", "properties": { "...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/sampler.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "sampler.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "Texture sampler properties for filtering and wrapping modes.", "properties": { "extensions": {}, "extras": {}, ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/material.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "dependencies": { "alphaCutoff": [ "alphaMode" ] }, "description": "The material appearance of a primitive.", "properties": { "alphaCutoff": { "defau...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/animation.sampler.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Combines input and output accessors with an interpolation algorithm to define a keyframe graph (but not its target).", "properties": { "extensions": {}, "extras": {...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/camera.perspective.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "A perspective camera containing properties to create a perspective projection matrix.", "properties": { "aspectRatio": { "description": "The floating-point aspect...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/extras.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "extras.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Application-specific data.", "gltf_sectionDescription": "Although `extras` **MAY** have any type, it is common for applications to store and access custom data as key/value pairs. Therefore, `extras` **SHOU...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/accessor.sparse.indices.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Indices of those attributes that deviate from their initialization value.", "properties": { "bufferView": { "allOf": [ { "$ref": "glTFid.schema....
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/accessor.sparse.values.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "accessor.sparse.values.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "An object pointing to a buffer view containing the deviating accessor values. The number of elements is equal to `accesso...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/glTFProperty.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "glTFProperty.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "extensions": { "$ref": "extension.schema.json" }, "extras": { "$ref": "extras.schema.json" } }, "title": "glTF Property", "type": "object" }
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/scene.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "scene.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "The root nodes of a scene.", "properties": { "extensions": {}, "extras": {}, "name": {}, "nodes": { "de...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/animation.channel.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Targets an animation's sampler at a node's property.", "properties": { "extensions": {}, "extras": {}, "sampler": { "allOf": [ { "$ref":...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/animation.channel.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "animation.channel.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "An animation channel combines an animation sampler with a target property being animated.", "properties": { "extensions"...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/material.normalTextureInfo.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "material.normalTextureInfo.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "textureInfo.schema.json" } ], "properties": { "extensions": {}, "extras": {}, "index": {}, "scale": { "default": 1.0, "description": "Th...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/texture.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A texture and its sampler.", "gltf_webgl": "`createTexture()`, `deleteTexture()`, `bindTexture()`, `texImage2D()`, and `texParameterf()`", "properties": { ...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/extension.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "extension.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": { "type": "object" }, "description": "JSON object with extension-specific objects.", "properties": {}, "title": "Extension", "type": "object" }
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/skin.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "Joints and matrices defining a skin.", "properties": { "extensions": {}, "extras": {}, "inverseBindMatrices": { "allOf": [ { ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/node.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "dependencies": { "skin": [ "mesh" ], "weights": [ "mesh" ] }, "description": "A node in the node hierarchy. When the node contains `skin`, all `m...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/animation.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A keyframe animation.", "properties": { "channels": { "description": "An array of channels, each of which targets an animation's sampler at a node's pr...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/accessor.sparse.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "accessor.sparse.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Sparse storage of accessor values that deviate from their initialization value.", "properties": { "count": { "descri...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/extras.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "description": "Application-specific data.", "gltf_sectionDescription": "**Implementation Note:** Although extras may have any type, it is common for applications to store and access custom data as key/value pairs. As best practice, extras should be an Object...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/scene.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "The root nodes of a scene.", "properties": { "extensions": {}, "extras": {}, "name": {}, "nodes": { "description": "The indices of each roo...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/image.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "dependencies": { "bufferView": [ "mimeType" ] }, "description": "Image data used to create a texture. Image can be referenced by URI or `bufferView` index. `mim...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/camera.perspective.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "camera.perspective.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "A perspective camera containing properties to create a perspective projection matrix.", "properties": { "aspectRatio": ...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/node.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "node.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "dependencies": { "skin": [ "mesh" ], "weights": [ "mesh" ] }, "description": "A node in the node hierarchy. Wh...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/camera.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "camera.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A camera's projection. A node **MAY** reference a camera to apply a transform to place the camera in the scene.", "not": { ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/textureInfo.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Reference to a texture.", "properties": { "extensions": {}, "extras": {}, "index": { "allOf": [ { "$ref": "glTFid.schema.json" }...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/material.pbrMetallicRoughness.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "material.pbrMetallicRoughness.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "A set of parameter values that are used to define the metallic-roughness material model from Physically-Based Rend...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/texture.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "texture.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A texture and its sampler.", "gltf_webgl": "`createTexture()`, `deleteTexture()`, `bindTexture()`, `texImage2D()`, and `tex...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/glTFid.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "glTFid.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "minimum": 0, "title": "glTF Id", "type": "integer" }
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/camera.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A camera's projection. A node can reference a camera to apply a transform to place the camera in the scene.", "not": { "required": [ "perspective", ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/animation.channel.target.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "The index of the node and TRS property that an animation channel targets.", "properties": { "extensions": {}, "extras": {}, "node": { "allOf": [ {...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/glTF.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "dependencies": { "scene": [ "scenes" ] }, "description": "The root object for a glTF asset.", "properties": { "accessors": { "description": "An array of access...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/glTFid.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "minimum": 0, "title": "glTF Id", "type": "integer" }
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/buffer.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "buffer.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A buffer points to binary geometry, animation, or skins.", "properties": { "byteLength": { "description": "The len...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/asset.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Metadata about the glTF asset.", "properties": { "copyright": { "description": "A copyright message suitable for display to credit the content creator.", "t...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/animation.channel.target.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "animation.channel.target.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "The descriptor of the animated property.", "properties": { "extensions": {}, "extras": {}, "node": { ...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/image.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "image.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "dependencies": { "bufferView": [ "mimeType" ] }, "description": "Image data used to create a texture. Image **MAY** be refer...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/textureInfo.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "textureInfo.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Reference to a texture.", "properties": { "extensions": {}, "extras": {}, "index": { "allOf": [ { ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/bufferView.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A view into a buffer generally representing a subset of the buffer.", "properties": { "buffer": { "allOf": [ { "$ref": "glTFid.schema...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/material.occlusionTextureInfo.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "material.occlusionTextureInfo.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "textureInfo.schema.json" } ], "properties": { "extensions": {}, "extras": {}, "index": {}, "strength": { "default": 1.0, "description...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/glTFChildOfRootProperty.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "properties": { "name": { "description": "The user-defined name of this object.", "gltf_detailedDescription": "The user-defined name of this object. This is not necessarily ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/material.normalTextureInfo.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "textureInfo.schema.json" } ], "properties": { "extensions": {}, "extras": {}, "index": {}, "scale": { "default": 1.0, "description": "The scalar multiplier applied to each normal vector of the ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/sampler.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "Texture sampler properties for filtering and wrapping modes.", "gltf_webgl": "`texParameterf()`", "properties": { "extensions": {}, "extras": {}, "...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/glTFChildOfRootProperty.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "glTFChildOfRootProperty.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "properties": { "name": { "description": "The user-defined name of this object.", "gltf_detailedDescription": "The user-...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/mesh.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "mesh.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A set of primitives to be rendered. Its global transform is defined by a node that references it.", "properties": { "exte...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/camera.orthographic.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "An orthographic camera containing properties to create an orthographic projection matrix.", "properties": { "extensions": {}, "extras": {}, "xmag": { "des...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/buffer.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "description": "A buffer points to binary geometry, animation, or skins.", "properties": { "byteLength": { "description": "The length of the buffer in bytes.", "...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/accessor.sparse.indices.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "accessor.sparse.indices.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "An object pointing to a buffer view containing the indices of deviating accessor values. The number of indices is equal ...
Apache-2.0
en
kettle11/koi
6fc2a2c9f951c6a04900f852bcbe1b4653ec936b
2022-02-12T16:24:50
crates/kgltf/generator/schema/accessor.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$id": "accessor.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "dependencies": { "byteOffset": [ "bufferView" ] }, "description": "A typed view into a buffer view that contains raw bina...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/accessor.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ], "dependencies": { "byteOffset": [ "bufferView" ] }, "description": "A typed view into a bufferView. A bufferView contains raw binary data. An accessor provides...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/mesh.primitive.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Geometry to be rendered with the given material.", "gltf_webgl": "`drawElements()` and `drawArrays()`", "properties": { "attributes": { "additionalProperties": ...
Apache-2.0
en
kettle11/koi
e333b4ce8733447964658fde4d4f2898c9590664
2021-08-24T21:18:22
crates/kgltf/generator/schema/material.pbrMetallicRoughness.schema.json
139
2024-05-28T05:21:34.80698Z
{ "$schema": "http://json-schema.org/draft-04/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "A set of parameter values that are used to define the metallic-roughness material model from Physically-Based Rendering (PBR) methodology.", "properties": { "baseColorF...
Apache-2.0
en
cardano-foundation/CIPs
dec8b2ec6d2ba13e0a5e9d71e9d0136a6804f7a3
2023-05-06T14:31:22
CIP-0057/schemas/plutus-blueprint.json
460
2024-05-28T04:44:43.575467Z
{ "$defs": { "compiledCode": { "contentEncoding": "base16", "description": "A cbor-serialised flat-encoded Plutus script", "example": "01450100002601", "type": "string" }, "hashDigest": { "contentEncoding": "base16", "description": "Blake2b-224 hash digest of the serial...
CC-BY-4.0
en
cardano-foundation/CIPs
3c0f51abd357160b4c5f94522fa2527871da727b
2024-05-14T16:57:34
CIP-0116/cardano-babbage.json
460
2024-05-28T04:44:43.575467Z
{ "$id": "cardano-babbage.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Address": { "anyOf": [ { "$ref": "cardano-babbage.json#/definitions/RewardAddress" }, { "$ref": "cardano-babbage.json#/definitions/BaseAddress" ...
CC-BY-4.0
en
cardano-foundation/CIPs
dec8b2ec6d2ba13e0a5e9d71e9d0136a6804f7a3
2023-05-06T14:31:22
CIP-0057/schemas/plutus-data.json
460
2024-05-28T04:44:43.575467Z
{ "$defs": { "annotation": { "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "applicator": { "maxProperties": 1, "minProperties": 1, "properties": { "al...
CC-BY-4.0
en
cardano-foundation/CIPs
aa96cef123ece05523eb082613aaae93d2f930d1
2024-03-05T16:35:36
CIP-0057/schemas/plutus-blueprint.json
460
2024-05-28T04:44:43.575467Z
{ "$defs": { "compiledCode": { "contentEncoding": "base16", "description": "A cbor-serialised flat-encoded Plutus script", "example": "01450100002601", "type": "string" }, "hashDigest": { "contentEncoding": "base16", "description": "Blake2b-224 hash digest of the serial...
CC-BY-4.0
en
cardano-foundation/CIPs
dec8b2ec6d2ba13e0a5e9d71e9d0136a6804f7a3
2023-05-06T14:31:22
CIP-0057/schemas/plutus-builtin.json
460
2024-05-28T04:44:43.575467Z
{ "$defs": { "_boolean": { "properties": { "dataType": { "const": "#boolean", "type": "string" } }, "required": [ "dataType" ], "type": "object" }, "_bytes": { "properties": { "dataType": { "const": "#bytes",...
CC-BY-4.0
en
cardano-foundation/CIPs
cf54d51b1d82d0be86d9406fa8fcdf2c4d2eb73f
2024-03-05T16:35:16
CIP-0057/schemas/plutus-builtin.json
460
2024-05-28T04:44:43.575467Z
{ "$defs": { "_boolean": { "properties": { "dataType": { "const": "#boolean", "type": "string" } }, "required": [ "dataType" ], "type": "object" }, "_bytes": { "properties": { "dataType": { "const": "#bytes",...
CC-BY-4.0
en
cardano-foundation/CIPs
dec8b2ec6d2ba13e0a5e9d71e9d0136a6804f7a3
2023-05-06T14:31:22
CIP-0057/schemas/plutus-blueprint-argument.json
460
2024-05-28T04:44:43.575467Z
{ "$defs": { "applicator": { "properties": { "oneOf": { "$ref": "#/$defs/schemaArray" } }, "required": [ "oneOf" ], "type": "object" }, "purpose": { "enum": [ "spend", "mint", "withdraw", "publish" ...
CC-BY-4.0
en
cardano-foundation/CIPs
cf54d51b1d82d0be86d9406fa8fcdf2c4d2eb73f
2024-03-05T16:35:16
CIP-0057/schemas/plutus-data.json
460
2024-05-28T04:44:43.575467Z
{ "$defs": { "annotation": { "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "applicator": { "maxProperties": 1, "minProperties": 1, "properties": { "al...
CC-BY-4.0
en
cardano-foundation/CIPs
dec8b2ec6d2ba13e0a5e9d71e9d0136a6804f7a3
2023-05-06T14:31:22
CIP-0057/schemas/plutus-blueprint-parameter.json
460
2024-05-28T04:44:43.575467Z
{ "$defs": { "applicator": { "properties": { "oneOf": { "$ref": "#/$defs/schemaArray" } }, "required": [ "oneOf" ], "type": "object" }, "purpose": { "enum": [ "spend", "mint", "withdraw", "publish" ...
CC-BY-4.0
en
Phillip9587/nx-stylelint
ada1d07518c3819c02583d35d948824d9392bafb
2023-10-23T21:03:45
nx-stylelint/executors.json
77
2024-05-28T05:49:43.538463Z
{ "$schema": "https://json-schema.org/draft-07/schema", "executors": { "lint": { "description": "Run stylelint on a project.", "implementation": "./src/executors/lint/executor", "schema": "./src/executors/lint/schema.json" } } }
MIT
en
Phillip9587/nx-stylelint
ada1d07518c3819c02583d35d948824d9392bafb
2023-10-23T21:03:45
nx-stylelint/src/executors/lint/schema.json
77
2024-05-28T05:49:43.538463Z
{ "$schema": "https://json-schema.org/draft-07/schema", "outputCapture": "direct-nodejs", "properties": { "allowEmptyInput": { "default": true, "description": "The executor exits without throwing an error when 'lintFilePatterns' match no files.", "type": "boolean" }, "cache": { ...
MIT
en
Phillip9587/nx-stylelint
5258257d2366a21256add2f7348ecb902dc0c053
2023-10-09T18:12:32
nx-stylelint/src/generators/init/schema.json
77
2024-05-28T05:49:43.538463Z
{ "$id": "NxStylelintInit", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "scss": { "default": false, "description": "Add SCSS Language support.", "type": "boolean", "x-priority": "important" }, "skipFormat": { ...
MIT
en
Phillip9587/nx-stylelint
ada1d07518c3819c02583d35d948824d9392bafb
2023-10-23T21:03:45
nx-stylelint/src/generators/init/schema.json
77
2024-05-28T05:49:43.538463Z
{ "$id": "NxStylelintInit", "$schema": "https://json-schema.org/draft-07/schema", "additionalProperties": false, "properties": { "scss": { "default": false, "description": "Add SCSS Language support.", "type": "boolean", "x-priority": "important" }, "skipFormat": { "def...
MIT
en
Phillip9587/nx-stylelint
ada1d07518c3819c02583d35d948824d9392bafb
2023-10-23T21:03:45
nx-stylelint/generators.json
77
2024-05-28T05:49:43.538463Z
{ "$schema": "https://json-schema.org/draft-07/schema", "generators": { "configuration": { "aliases": [ "config" ], "description": "Add stylelint configuration to a project.", "factory": "./src/generators/configuration/generator", "schema": "./src/generators/configuration/s...
MIT
en
Phillip9587/nx-stylelint
5258257d2366a21256add2f7348ecb902dc0c053
2023-10-09T18:12:32
nx-stylelint/src/executors/lint/schema.json
77
2024-05-28T05:49:43.538463Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "outputCapture": "direct-nodejs", "properties": { "allowEmptyInput": { "default": true, "description": "The executor exits without throwing an error when 'lintFilePatterns' match no files.", "type": "boolean" }, "cache": { ...
MIT
en
Phillip9587/nx-stylelint
5258257d2366a21256add2f7348ecb902dc0c053
2023-10-09T18:12:32
nx-stylelint/executors.json
77
2024-05-28T05:49:43.538463Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "builders": { "lint": { "description": "Run stylelint on a project", "implementation": "./src/executors/lint/compat", "schema": "./src/executors/lint/schema.json" } }, "executors": { "lint": { "description": "Run st...
MIT
en
Phillip9587/nx-stylelint
e48aa6c63308e44f51a053cabb55b9a814ed6c51
2023-10-23T19:59:31
nx-stylelint/generators.json
77
2024-05-28T05:49:43.538463Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "generators": { "configuration": { "aliases": [ "config" ], "description": "Add stylelint configuration to a project", "factory": "./src/generators/configuration/generator", "schema": "./src/generators/configurati...
MIT
en
Phillip9587/nx-stylelint
ada1d07518c3819c02583d35d948824d9392bafb
2023-10-23T21:03:45
nx-stylelint/src/generators/configuration/schema.json
77
2024-05-28T05:49:43.538463Z
{ "$id": "NxStylelintProjectConfiguration", "$schema": "https://json-schema.org/draft-07/schema", "additionalProperties": false, "properties": { "formatter": { "default": "string", "description": "Stylelint output formatter (https://stylelint.io/user-guide/usage/options#formatter).", "enum...
MIT
en
Phillip9587/nx-stylelint
5258257d2366a21256add2f7348ecb902dc0c053
2023-10-09T18:12:32
nx-stylelint/src/generators/configuration/schema.json
77
2024-05-28T05:49:43.538463Z
{ "$id": "NxStylelintProjectConfiguration", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "formatter": { "default": "string", "description": "Stylelint output formatter (https://stylelint.io/user-guide/usage/options#formatter).", ...
MIT
en
Phillip9587/nx-stylelint
5258257d2366a21256add2f7348ecb902dc0c053
2023-10-09T18:12:32
nx-stylelint/generators.json
77
2024-05-28T05:49:43.538463Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "generators": { "configuration": { "aliases": [ "config" ], "description": "Add stylelint configuration to a project", "factory": "./src/generators/configuration/generator", "schema": "./src/generators/configurati...
MIT
en
ZNotify/server
76f8bf9704f94b05be22fac9fb46b5e5e9c35e44
2023-03-03T07:41:04
docs/schema.json
5
2024-05-27T05:08:38.725681Z
{ "$defs": { "Configuration": { "additionalProperties": false, "properties": { "database": { "$ref": "#/$defs/DatabaseConfiguration" }, "senders": { "$ref": "#/$defs/SenderConfiguration" }, "server": { "$ref": "#/$defs/ServerConfigu...
Apache-2.0
en
ZNotify/server
3a2965267d8f1c3c3cd3716324319b5511619ec8
2023-03-02T13:37:37
docs/schema.json
5
2024-05-27T05:08:38.725681Z
{ "$defs": { "Configuration": { "additionalProperties": false, "properties": { "database": { "$ref": "#/$defs/DatabaseConfiguration" }, "senders": { "$ref": "#/$defs/SenderConfiguration" }, "server": { "$ref": "#/$defs/ServerConfigu...
Apache-2.0
en
ZNotify/server
948fc2cffd3c1300e3de426c377bd6fd158162b2
2023-03-03T09:51:16
docs/schema.json
5
2024-05-27T05:08:38.725681Z
{ "$defs": { "Configuration": { "additionalProperties": false, "properties": { "database": { "$ref": "#/$defs/DatabaseConfiguration" }, "senders": { "$ref": "#/$defs/SenderConfiguration" }, "server": { "$ref": "#/$defs/ServerConfigu...
Apache-2.0
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
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
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/schemas/subschemas/xyzArray.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/xyzArray.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "items": { "type": "number" }, "maxItems": 3, "minItems": 3, "type": "array" }
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
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": [ "hatchback", "crossover", "pickup", "city", "van", "sedan", "large-suv", "minivan", "suv" ], "type": "string" }
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
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
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
packages/sights/research/data/ff150/ff150.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "ff150.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/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/schemas/subschemas/xyzArray.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "subschemas/xyzArray.schema", "$schema": "https://json-schema.org/draft/2020-12/schema", "items": { "type": "number" }, "maxItems": 3, "minItems": 3, "type": "array" }
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
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
0304e45b650aa6bdf63e2d7b629b6fc2ea3ad957
2024-05-28T12:50:46
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": [ "hatchback", "cuv", "pickup", "city", "van", "sedan", "large-suv", "minivan", "suv" ], "type": "string" }
BSD-3-Clause-Clear
en
monkvision/monkjs
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
packages/sights/research/data/ff150/ff150.schema.json
27
2024-05-28T05:58:52.120793Z
{ "$id": "ff150.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/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
dee9704b5ef7426b9abe3532d6a29cae12e4c728
2023-11-13T09:27:21
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
dee9704b5ef7426b9abe3532d6a29cae12e4c728
2023-11-13T09:27:21
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": [ "hatchback", "crossover", "pickup", "city", "van", "sedan", "large-suv", "minivan", "suv" ], "type": "string" }
BSD-3-Clause-Clear
en
monkvision/monkjs
252ffc574c2efc8cda234f56c5853c8c4028f7e4
2024-03-06T09:49:27
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
b57959910a1d1563cebba15154f41fe623c18d44
2023-02-02T14:36:58
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