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
heroiclabs/hiro
d7b50b0be46c97fddf61bde671486233c34f7b69
2023-12-21T15:04:37
schemas/13-Hiro-Incentives.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "incentives": { "patternProperties": { ".{1,}": { "properties": { "description": { "title": "description", "type": "string" }, "expiry_duration_sec...
Apache-2.0
en
heroiclabs/hiro
d3dbe198614ad83f63b21c7b63d83a34682f5762
2023-07-10T10:49:48
schemas/02-Hiro-Rewards.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "guaranteed": { "$ref": "Hiro-Reward", "title": "guaranteed" }, "max_rolls": { "minimum": 0, "title": "max_rolls", "type": "number" }, "total_weight": { "minimum": 0, "title": "...
Apache-2.0
en
heroiclabs/hiro
2f4efb9704c183fcadf632ae38824bfe3a310cdc
2024-05-17T13:03:18
schemas/09-Hiro-Economy.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "donations": { "patternProperties": { ".{1,}": { "properties": { "additional_properties": { "patternProperties": { ".{1,}": { "type": "string" ...
Apache-2.0
en
heroiclabs/hiro
ae6f4be47a00a79a806cea054783e5635d94770c
2024-05-16T22:07:07
schemas/01-Hiro-Reward.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "currencies": { "patternProperties": { ".{1,}": { "properties": { "max": { "minimum": 0, "type": "number" }, "min": { "minimum": 0, ...
Apache-2.0
en
heroiclabs/hiro
e47d54f810f2ab7ca2eede973bd2204c8b0b069b
2024-05-23T20:07:13
schemas/07-Hiro-Inventory.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "items": { "patternProperties": { ".{1,}": { "properties": { "category": { "pattern": ".{1,}", "type": "string" }, "consumable": { "t...
Apache-2.0
en
heroiclabs/hiro
c4ee2f5cd52409f28c0efa6f325140139fee7116
2024-05-16T22:07:07
schemas/15-Hiro-Stats.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "whitelist": { "items": { "type": "string" }, "type": "array" } }, "required": [ "whitelist" ], "type": "object" }
Apache-2.0
en
heroiclabs/hiro
d7b50b0be46c97fddf61bde671486233c34f7b69
2023-12-21T15:04:37
schemas/12-Hiro-Event-Leaderboards.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "event_leaderboards": { "patternProperties": { ".+": { "properties": { "additional_properties": { "patternProperties": { ".+": { "type": "string" ...
Apache-2.0
en
heroiclabs/hiro
2f4efb9704c183fcadf632ae38824bfe3a310cdc
2024-05-17T13:03:18
schemas/11-Hiro-Unlockables.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "active_slots": { "minimum": 0, "type": "number" }, "max_active_slots": { "minimum": 0, "type": "number" }, "slot_cost": { "properties": { "currencies": { "patternProperti...
Apache-2.0
en
heroiclabs/hiro
8ad2277f1636cc77966bcf223bc70dcde7966521
2023-09-07T11:29:08
schemas/12-Hiro-Event-Leaderboards.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "event_leaderboards": { "patternProperties": { ".+": { "properties": { "additional_properties": { "patternProperties": { ".+": { "type": "string" ...
Apache-2.0
en
heroiclabs/hiro
d3dbe198614ad83f63b21c7b63d83a34682f5762
2023-07-10T10:49:48
schemas/01-Hiro-Reward.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "currencies": { "patternProperties": { ".{1,}": { "properties": { "max": { "minimum": 0, "title": "max", "type": "number" }, "min": {...
Apache-2.0
en
heroiclabs/hiro
d3dbe198614ad83f63b21c7b63d83a34682f5762
2023-07-10T10:49:48
schemas/07-Hiro-Inventory.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "items": { "patternProperties": { ".{1,}": { "properties": { "category": { "pattern": ".{1,}", "title": "category", "type": "string" }, ...
Apache-2.0
en
heroiclabs/hiro
d7b50b0be46c97fddf61bde671486233c34f7b69
2023-12-21T15:04:37
schemas/15-Hiro-Stats.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "whitelist": { "items": { "type": "string" }, "type": "array" } }, "required": [ "whitelist" ] }
Apache-2.0
en
heroiclabs/hiro
ae6f4be47a00a79a806cea054783e5635d94770c
2024-05-16T22:07:07
schemas/07-Hiro-Inventory.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "items": { "patternProperties": { ".{1,}": { "properties": { "category": { "pattern": ".{1,}", "type": "string" }, "consumable": { "t...
Apache-2.0
en
heroiclabs/hiro
2f4efb9704c183fcadf632ae38824bfe3a310cdc
2024-05-17T13:03:18
schemas/13-Hiro-Incentives.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "incentives": { "patternProperties": { ".{1,}": { "properties": { "description": { "pattern": ".*", "type": "string" }, "expiry_duration_sec": { ...
Apache-2.0
en
heroiclabs/hiro
d3dbe198614ad83f63b21c7b63d83a34682f5762
2023-07-10T10:49:48
schemas/04-Hiro-Tutorials.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "tutorials": { "patternProperties": { ".{1,}": { "properties": { "additional_properties": { "patternProperties": { ".{1,}": { "title": "key", ...
Apache-2.0
en
heroiclabs/hiro
d7b50b0be46c97fddf61bde671486233c34f7b69
2023-12-21T15:04:37
schemas/08-Hiro-Energy.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "energies": { "patternProperties": { ".{1,}": { "properties": { "additional_properties": { "patternProperties": { ".{1,}": { "title": "key", ...
Apache-2.0
en
heroiclabs/hiro
c4ee2f5cd52409f28c0efa6f325140139fee7116
2024-05-16T22:07:07
schemas/14-Hiro-Progressions.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "ProgressionPreconditionsBlock": { "properties": { "direct": { "properties": { "achievements": { "items": { "type": "string" }, "type": "arr...
Apache-2.0
en
heroiclabs/hiro
ae6f4be47a00a79a806cea054783e5635d94770c
2024-05-16T22:07:07
schemas/13-Hiro-Incentives.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "incentives": { "patternProperties": { ".{1,}": { "properties": { "description": { "type": "string" }, "expiry_duration_sec": { "minimum": 0, ...
Apache-2.0
en
heroiclabs/hiro
d3dbe198614ad83f63b21c7b63d83a34682f5762
2023-07-10T10:49:48
schemas/11-Hiro-Unlockables.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "active_slots": { "minimum": 0, "title": "active_slots", "type": "number" }, "max_active_slots": { "minimum": 0, "title": "max_active_slots", "type": "number" }, "slot_cost": { ...
Apache-2.0
en
heroiclabs/hiro
2f4efb9704c183fcadf632ae38824bfe3a310cdc
2024-05-17T13:03:18
schemas/14-Hiro-Progressions.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "ProgressionPreconditionsBlock": { "properties": { "direct": { "properties": { "achievements": { "items": { "type": "string" }, "type": "arr...
Apache-2.0
en
heroiclabs/hiro
ae6f4be47a00a79a806cea054783e5635d94770c
2024-05-16T22:07:07
schemas/10-Hiro-Achievements.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "achievements": { "patternProperties": { ".{1,}": { "properties": { "additional_properties": { "patternProperties": { ".{1,}": { "type": "string" ...
Apache-2.0
en
heroiclabs/hiro
ae6f4be47a00a79a806cea054783e5635d94770c
2024-05-16T22:07:07
schemas/03-Hiro-Base.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "rate_app_smtp_addr": { "pattern": ".{1,}", "type": "string" }, "rate_app_smtp_email_from": { "format": "email", "type": "string" }, "rate_app_smtp_email_from_name": { "pattern": ".{1,}", ...
Apache-2.0
en
heroiclabs/hiro
c4ee2f5cd52409f28c0efa6f325140139fee7116
2024-05-16T22:07:07
schemas/13-Hiro-Incentives.json
16
2024-05-27T08:54:23.844076Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "incentives": { "patternProperties": { ".{1,}": { "properties": { "description": { "type": "string" }, "expiry_duration_sec": { "minimum": 0, ...
Apache-2.0
en
up42/up42-py
6263bdafbd09c6e133446a6e59b3ba9b010d0e1e
2023-10-14T10:15:33
tests/mock_data/data_product_spot_schema.json
129
2024-05-28T03:01:24.081537Z
{ "$schema": "https://json-schema.org/draft-07/schema", "additionalProperties": false, "allOf": [ { "else": { "definitions": { "projection": { "anyOf": [ { "const": "2154", "title": "2154" }, { ...
MIT
en
up42/up42-py
6263bdafbd09c6e133446a6e59b3ba9b010d0e1e
2023-10-14T10:15:33
tests/mock_data/data_product_schema_phr_tasking.json
129
2024-05-28T03:01:24.081537Z
{ "$schema": "https://json-schema.org/draft-07/schema", "additionalProperties": false, "allOf": [ { "else": { "definitions": { "projection": { "anyOf": [ { "const": "2154", "title": "2154" }, { ...
MIT
en
up42/up42-py
dbc63b2df26c8a6e4ae536847134948f498ec700
2023-07-14T12:12:50
tests/mock_data/data_product_spot_schema.json
129
2024-05-28T03:01:24.081537Z
{ "$schema": "https://json-schema.org/draft-07/schema", "additionalProperties": false, "allOf": [ { "else": { "definitions": { "projection": { "anyOf": [ { "const": "2154", "title": "2154" }, { ...
MIT
en
up42/up42-py
dbc63b2df26c8a6e4ae536847134948f498ec700
2023-07-14T12:12:50
tests/mock_data/data_product_schema_phr_tasking.json
129
2024-05-28T03:01:24.081537Z
{ "$schema": "https://json-schema.org/draft-07/schema", "additionalProperties": false, "allOf": [ { "else": { "definitions": { "projection": { "anyOf": [ { "const": "2154", "title": "2154" }, { ...
MIT
en
AMNatty/plutoengine
d9a583ed8bfaad84f907bd730e8166c0adc10270
2022-04-06T09:04:32
engine-demo/basic-application/mods/tefek.demo.basicapplication/info.schema.json
6
2024-05-28T06:07:24.499829Z
{ "$defs": { "nonEmptyString": { "pattern": "^.+$", "type": "string" }, "virtualAddress": { "$ref": "#/$defs/nonEmptyString", "pattern": "^([a-zA-Z0-9_-]+\\.)*[a-zA-Z0-9_-]+$" } }, "$id": "https://plutoengine.org/developer/mod.schema.json", "$schema": "https://json-schema...
MIT
en
fastfetch-cli/fastfetch
a6639d72115e88c9141b3fbfb1b56aa69ff76109
2024-04-16T01:55:21
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
28805365135f59120fc969ceba034f9fd60935fd
2024-05-08T07:01:57
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
5147651bcbca9efd8198a1a802f1024d10e8fffd
2024-02-27T05:11:39
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
e63dfdd8b13f7a4ce386cca93a9556d74cbb1a16
2024-04-16T02:16:31
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
ce6b5954216428aa5b25c2bbc734c71e6874356b
2024-05-10T03:13:47
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
3430c10ec214fdf2f1d13603e3711f14fa58f5f5
2024-05-02T06:09:56
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
2d4e7f10c4954a1f8559fb362f75aa0a8afdb3ab
2024-05-21T01:21:03
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
be1791e386033d0ef036cb83b9e9957b86f8e0cd
2024-05-13T15:33:06
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
a8b734c8779be6affa9a341cbee58670a3dbcef9
2024-05-20T08:46:04
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
7d8c085254fb47e58dac0b1e538df193947eb4ba
2024-05-10T03:13:47
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
983e5c680f4ecc0e1c1f0bbdc77d183817c67136
2024-05-28T08:13:06
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
fd0b35f21a125359c3574440fa2e6eac310ba978
2024-04-18T14:53:31
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
3d4077c2d02cc4f3171bc3189a6b0340823dcf90
2024-05-10T05:39:06
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
0f5e746fe2122932c13364042d373e3f8c7195bb
2024-05-09T01:40:53
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
acc77ebddd9f6f2aa42066958892bdab75ae2bd7
2024-05-09T07:54:49
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
a2d99695fd6a3cdab8f64c70bbdbf5dcde948186
2024-04-04T02:42:44
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
3e24cdc7527c2712fa3bd0261736109943cb2523
2024-05-06T08:25:08
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
ba60d9059fb6ab9a69f926ac6627216d62a2fa0c
2024-02-27T03:00:43
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
dc94ac8d0c5d39604dab7b3331c24183c1971704
2024-05-14T02:25:29
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
374997b599a3bfa8b94636e3b55b0dc21eb7baf4
2024-05-24T11:50:26
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
30a5dd52b1df7180a4bca0beff67c05a40b95d40
2024-05-22T08:32:27
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
6326405c26c5a8ef4f02a830b30e8a39d751f133
2024-05-24T02:19:58
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
ea1ef0f34731ad50e277f6a0b1a37fce739c9c92
2024-04-23T14:51:22
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
bc76220a5b45c87bcb68eb1985d2eb582c68dd5b
2024-05-16T10:48:27
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "italic_", "underline_", "blink_", "inverse_", "hidden_", "strike_", "light_", "black", "red", "green", "yellow", "blue", ...
MIT
en
fastfetch-cli/fastfetch
6c88981b05c9731f998adeaaa8350bb54557c3a5
2024-02-28T01:17:29
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
9cb08d115a9341666b32eef49164e556a120f0bf
2024-05-08T08:11:16
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
738daa1c7770f1935d898e6c37c901003b0fae7a
2024-05-08T10:34:34
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
fastfetch-cli/fastfetch
81480532e2c60c12d96ae36ea57a2d7b7f07a8ab
2024-05-01T07:54:30
doc/json_schema.json
6,819
2024-05-29T11:02:54.506501Z
{ "$defs": { "colors": { "enum": [ "reset_", "bright_", "dim_", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default", "bright_black", "bright_red", "bright_gree...
MIT
en
raystack/stencil
efce4dae1327a2eb5cbe66b8c100cf254ba60344
2023-10-26T00:15:31
formats/json/testdata/array/2020items.json
214
2024-05-29T10:18:12.592384Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "This object represents Collections in a SpatioTemporal Asset Catalog.", "properties": { "example": { "prefixItems": [ { "type": "string" }, { "type": "number" } ], ...
Apache-2.0
en
raystack/stencil
efce4dae1327a2eb5cbe66b8c100cf254ba60344
2023-10-26T00:15:31
formats/json/testdata/array/2020prefixItems.json
214
2024-05-29T10:18:12.592384Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "This object represents Collections in a SpatioTemporal Asset Catalog.", "properties": { "example": { "items": { "type": "integer" }, "prefixItems": [ { "type": "string" }, {...
Apache-2.0
en
raystack/stencil
efce4dae1327a2eb5cbe66b8c100cf254ba60344
2023-10-26T00:15:31
formats/json/testdata/array/2020updated.json
214
2024-05-29T10:18:12.592384Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "This object represents Collections in a SpatioTemporal Asset Catalog.", "properties": { "example": { "items": { "type": "integer" }, "prefixItems": [ { "type": "string" }, {...
Apache-2.0
en
raystack/stencil
efce4dae1327a2eb5cbe66b8c100cf254ba60344
2023-10-26T00:15:31
formats/json/testdata/array/2020prev.json
214
2024-05-29T10:18:12.592384Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "This object represents Collections in a SpatioTemporal Asset Catalog.", "properties": { "example": { "items": { "type": "integer" }, "prefixItems": [ { "type": "string" }, {...
Apache-2.0
en
Scirra/Construct-Plugin-Steamworks
d4a8ff4aa1d2432dbb0630f486224e0892924c74
2024-01-10T11:36:35
plugin.lang.schema.json
7
2024-05-27T06:11:11.243561Z
{ "$defs": { "acEntry": { "additionalProperties": false, "description": "Language strings for conditions or actions by their ID.", "properties": { "description": { "description": "A description of the action or condition, which appears as a tip at the top of the condition/actio...
MIT
en
Scirra/Construct-Plugin-Steamworks
d4a8ff4aa1d2432dbb0630f486224e0892924c74
2024-01-10T11:36:35
aces.schema.json
7
2024-05-27T06:11:11.243561Z
{ "$defs": { "acParameter": { "description": "A parameter for a condition or action.", "properties": { "allowedPluginIds": { "description": "Optional and only valid with the \"object\" type. Set to an array of plugin IDs allowed to be shown by the object picker. For example, use [\"S...
MIT
en
Scirra/Construct-Plugin-Steamworks
d4a8ff4aa1d2432dbb0630f486224e0892924c74
2024-01-10T11:36:35
plugin.addon.schema.json
7
2024-05-27T06:11:11.243561Z
{ "$id": "https://construct.net/sdk/schema/plugin.addon.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Main JSON file that describes metadata about a plugin.", "properties": { "author": { "description": "A string identifying the author of the addon.", "t...
MIT
en
pyrox0/fursona-schema
f6ccc064af12f0c97700d148181b6f0c4a14ee75
2023-04-20T00:50:10
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "avatar": { "format": "uri", "qt-uri-protocols": [ "http", "https", "gemeni", ...
CC-BY-4.0
en
pyrox0/fursona-schema
e876de9edc28a15677ad83e310163b0c59e2e74e
2023-05-05T12:33:49
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "avatar": { "format": "uri", "qt-uri-protocols": [ "http", "https", "gemini", ...
CC-BY-4.0
en
pyrox0/fursona-schema
87b78e5a9e8f4a7d433e1284cca2ab80c4fe1aaf
2023-04-19T02:55:44
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "colors": { "items": { "pattern": "#([0-9a-f]){3,6}", "type": "string" }, "type"...
CC-BY-4.0
en
pyrox0/fursona-schema
108585a3834db72bfa8247836bd8809cf44c45b8
2023-04-19T03:12:55
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "colors": { "items": { "pattern": "#([0-9a-f]){3,6}", "type": "string" }, "type"...
CC-BY-4.0
en
pyrox0/fursona-schema
ce339eaff393a72c9c86cc8533bc1286b53b82fe
2023-04-19T02:43:08
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "colors": { "items": { "pattern": "#([0-9][a-f]){3,6}", "type": "string" }, "typ...
CC-BY-4.0
en
pyrox0/fursona-schema
dca26847a2640f8ef3997cfda906523978fd1d4b
2023-03-15T21:30:26
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "colors": { "items": { "pattern": "#([0-9][a-f]){3,6}", "type": "string" }, "typ...
CC-BY-4.0
en
pyrox0/fursona-schema
24ad14d23f1e4fb37a7c644ed15addff1c2762a5
2023-04-18T12:24:44
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "colors": { "items": { "pattern": "#([0-9][a-f]){3,6}", "type": "string" }, "typ...
CC-BY-4.0
en
pyrox0/fursona-schema
c0ed3284a9f78bdb3be42e4a9000cd3abcad0a20
2023-05-02T17:07:33
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "avatar": { "format": "uri", "qt-uri-protocols": [ "http", "https", "gemeni", ...
CC-BY-4.0
en
pyrox0/fursona-schema
de091268069712755313cefc25c27b5f0b459102
2023-03-15T21:33:23
schema.json
55
2024-05-27T03:44:47.19335Z
{ "$defs": { "sona": { "$id": "/schemas/sona", "description": "A single fursona", "properties": { "age": { "type": "integer" }, "colors": { "items": { "pattern": "#([0-9][a-f]){3,6}", "type": "string" }, "typ...
CC-BY-4.0
en
kit-data-manager/metastore2
f6e28ee9d6125450d0920254edfcfb6c9908f397
2022-03-11T06:42:28
src/main/resources/static/jsonSchemas/metadataRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", ...
Apache-2.0
en
kit-data-manager/metastore2
b7d4394b937cea77e8ce42862d29b3a3e8e9e48a
2022-03-08T07:58:33
src/main/resources/static/jsonSchemas/metadataRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", ...
Apache-2.0
en
kit-data-manager/metastore2
4406ffb9197376533f78f35d6cc11fe35eae7ed2
2021-12-09T10:39:47
src/main/resources/static/jsonSchemas/metadataRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
808eaf1e47e666e7b890b2c086c11805ac128f94
2022-02-21T09:54:48
src/main/resources/static/jsonSchemas/schemaRecordForUpdate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", ...
Apache-2.0
en
kit-data-manager/metastore2
b7d4394b937cea77e8ce42862d29b3a3e8e9e48a
2022-03-08T07:58:33
src/main/resources/static/jsonSchemas/schemaRecordForUpdate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", ...
Apache-2.0
en
kit-data-manager/metastore2
2ffff8327215195ef7652384daa71bc4e33dd028
2021-11-29T15:33:43
src/main/resources/static/jsonSchemas/metadataRecord.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
4ee7cef15bdad070285a27656a43f664d6c65c61
2022-04-12T10:07:26
src/main/resources/static/jsonSchemas/schemaRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", ...
Apache-2.0
en
kit-data-manager/metastore2
f4986351c54fc051a56069f8cdaeda52325f59ca
2021-07-30T14:43:11
src/main/resources/static/jsonSchemas/metadataRecord.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
577d91b847367dd80e02c283a3df0b82c938a1c4
2022-03-28T08:07:31
src/main/resources/static/jsonSchemas/metadataRecordForUpdate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", ...
Apache-2.0
en
kit-data-manager/metastore2
808eaf1e47e666e7b890b2c086c11805ac128f94
2022-02-21T09:54:48
src/main/resources/static/jsonSchemas/metadataRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", ...
Apache-2.0
en
kit-data-manager/metastore2
808eaf1e47e666e7b890b2c086c11805ac128f94
2022-02-21T09:54:48
src/main/resources/static/jsonSchemas/schemaRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", ...
Apache-2.0
en
kit-data-manager/metastore2
4caf23b3514c6cb5b5fcee756c65bb113593ebce
2022-01-10T11:01:42
src/main/resources/static/jsonSchemas/metadataRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
4ee7cef15bdad070285a27656a43f664d6c65c61
2022-04-12T10:07:26
src/main/resources/static/jsonSchemas/schemaRecordForUpdate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", ...
Apache-2.0
en
kit-data-manager/metastore2
4406ffb9197376533f78f35d6cc11fe35eae7ed2
2021-12-09T10:39:47
src/main/resources/static/jsonSchemas/metadataRecord.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
a75959a1b583ead384fff34aae2693f18b7c0f74
2021-07-30T14:22:52
src/main/resources/static/jsonSchemas/schemaRecord.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "ADMINISTRATE" ], "title": "Permission", "type": "string" }, "sid":...
Apache-2.0
en
kit-data-manager/metastore2
86de370ff102f2307f6e98f3e487fc43b957c778
2021-10-13T10:20:52
src/main/resources/static/jsonSchemas/schemaRecord.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", "WRITE", "ADMINISTRATE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
b7d4394b937cea77e8ce42862d29b3a3e8e9e48a
2022-03-08T07:58:33
src/main/resources/static/jsonSchemas/schemaRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", ...
Apache-2.0
en
kit-data-manager/metastore2
d8edb07e48b14087cbf1493111a00490d9244309
2021-11-12T13:08:19
src/main/resources/static/jsonSchemas/schemaRecord.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", "WRITE", "ADMINISTRATE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
86de370ff102f2307f6e98f3e487fc43b957c778
2021-10-13T10:20:52
src/main/resources/static/jsonSchemas/schemaRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", "WRITE", "ADMINISTRATE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
808eaf1e47e666e7b890b2c086c11805ac128f94
2022-02-21T09:54:48
src/main/resources/static/jsonSchemas/schemaRecord.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", ...
Apache-2.0
en
kit-data-manager/metastore2
a75959a1b583ead384fff34aae2693f18b7c0f74
2021-07-30T14:22:52
src/main/resources/static/jsonSchemas/schemaRecordForUpdate.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "ADMINISTRATE" ], "title": "Permission", "type": "string" }, "sid":...
Apache-2.0
en
kit-data-manager/metastore2
808eaf1e47e666e7b890b2c086c11805ac128f94
2022-02-21T09:54:48
src/main/resources/static/jsonSchemas/metadataRecord.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", ...
Apache-2.0
en
kit-data-manager/metastore2
86de370ff102f2307f6e98f3e487fc43b957c778
2021-10-13T10:20:52
src/main/resources/static/jsonSchemas/metadataRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
a75959a1b583ead384fff34aae2693f18b7c0f74
2021-07-30T14:22:52
src/main/resources/static/jsonSchemas/schemaRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
f4986351c54fc051a56069f8cdaeda52325f59ca
2021-07-30T14:43:11
src/main/resources/static/jsonSchemas/metadataRecordForCreate.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
2c89264a30ceab134d03fe9ca93c847914c64683
2022-02-24T14:42:48
src/main/resources/static/jsonSchemas/metadataRecordForUpdate.json
5
2024-05-28T02:23:16.441484Z
{ "$id": "http://www.example.org/schema/json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", ...
Apache-2.0
en
kit-data-manager/metastore2
86de370ff102f2307f6e98f3e487fc43b957c778
2021-10-13T10:20:52
src/main/resources/static/jsonSchemas/metadataRecord.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "READ", "WRITE", "ADMINISTRATE", "NONE" ], "title": "Permission", "...
Apache-2.0
en
kit-data-manager/metastore2
86de370ff102f2307f6e98f3e487fc43b957c778
2021-10-13T10:20:52
src/main/resources/static/jsonSchemas/schemaRecordForUpdate.json
5
2024-05-28T02:23:16.441484Z
{ "properties": { "acl": { "items": { "properties": { "permission": { "default": "ADMINISTRATE", "enum": [ "NONE", "READ", "WRITE", "ADMINISTRATE" ], "title": "Permission", "...
Apache-2.0
en