input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "options": {"type": "object", "properties": {"outdir": {"type": "string"}, "linkNatives"...
{"name" : "The Dropdown API", "description" : "A dropdown plugin created using Marionette / Backbone.", "version" : "1.0.0", "url" : "", "options" : {"outdir" : "documentation/apidocs", "linkNatives" : "true", "paths" : "*/js", "tabtospace" : 4}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "options": {"type": "object", "properties": {"outdir": {"type": "string"}, "linkNatives": {"type": "string"}, "paths": {"type": "string"}, "tabtospace": {"type": "in...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.4264, 39.484536], [-87.401002, 39.484796], [-87.400956, 39.480255], [-87.402593, 39.480248], [-87.402588, 39.477519], [-87.400948, 39.477529], [-87.400924, 39.474213], [-87.407089, 39.474128], [-87.407103, 39.475439],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"permalink": {"type": "string"}, "layout": {"type": "string"}}, "required": ["permalink", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"permalink" : "{{slug}}", "layout" : "pages"}
json_instruct
{"type": "object", "properties": {"permalink": {"type": "string"}, "layout": {"type": "string"}}, "required": ["permalink", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type":...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "80-89", "SERIES_NAME" : "FEMALE", "X_CALENDAR_YEAR" : 2017, "Y_PREVALENCE_1000PP" : 0.06484}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201703, "Y_PREVALENCE_1000PP" : 0.00227}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VAL...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["nspell", "retext-spell"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "in...
{"lastUpdated" : 1655019279666, "username" : "Dust_Sans=)", "scores" : [{"xp" : 37574, "rank" : 227, "cardId" : 196}, {"xp" : 30514, "rank" : 258, "cardId" : 7}, {"xp" : 58590, "rank" : 165, "cardId" : 1}, {"xp" : 43905, "rank" : 56, "cardId" : 311}, {"xp" : 27799, "rank" : 200, "cardId" : 241}, {"xp" : 24250, "rank" :...
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "program": {"type...
{"version" : "0.2.0", "configurations" : [{"name" : "Debug server", "type" : "Ruby", "request" : "launch", "program" : "${workspaceRoot}/bin/rackup", "args" : ["--server", "puma", "--host", "0.0.0.0", "--port", "8080"], "useBundler" : true}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "program": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "u...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string...
{"name" : "Iqra University, Karachi", "alt_name" : "(IU)", "country" : "Pakistan", "state" : null, "address" : {"street" : "Shaheed-e-Millat Road (Ext.), Defence View", "city" : "Karachi", "province" : "Sindh", "postal_code" : "75500"}, "contact" : {"telephone" : "+92(21) 111-264-264", "website" : "http://www.iqra.edu....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type"...
{"id" : "100134654", "city" : {"code" : 4700, "name" : "\uacbd\uc0c1\ubd81\ub3c4"}, "region" : {"code" : "2471701", "name" : "\uace0\ub839\uad70\uc131\uc8fc\uad70\uce60\uace1\uad70"}, "party" : "\ubbf8\ub798\ud1b5\ud569\ub2f9", "name" : "\uc815\ud76c\uc6a9", "hasEmail" : true}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {...
{"id" : 117403, "info" : {"name" : "Vk.com v0", "description" : "Use http://vk.com/ for test userstyle on site.\r\n\r\n\u041d\u0430\u0434\u043e\u0435\u043b\u0438 \u0442\u0435 \u043a\u0442\u043e \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e \u0432\u044b\u0445\u043e\u0434\u0438\u0442 \u0438\u0437 \u0432\u0430\u0...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu...
{"nom" : "Berganty", "circ" : "1\u00e8re circonscription", "dpt" : "Lot", "inscrits" : 104, "abs" : 39, "votants" : 65, "blancs" : 7, "nuls" : 0, "exp" : 58, "res" : [{"nuance" : "LR", "nom" : "M. Aur\u00e9lien PRADI\u00c9", "voix" : 32}, {"nuance" : "REM", "nom" : "M. S\u00e9bastien MAUREL", "voix" : 26}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type":...
{"text" : {"0" : {"m1" : "\u0632\u0646\u0647\u0627\u0631 \u062f\u0631 \u0627\u06cc\u0646 \u0631\u0627\u0647 \u0645\u062c\u0627\u0632\u06cc \u0646\u0627\u0626\u06cc", "m2" : "\u062a\u0627 \u06a9\u0627\u0631 \u062d\u0642\u06cc\u0642\u062a\u06cc \u0646\u0633\u0627\u0632\u06cc\u060c \u0646\u0627\u0626\u06cc"}, "1" : {"m1" ...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "...
{"id" : 48928529, "name" : "Number 83: Galaxy Queen", "is_illegal" : false, "is_custom" : false, "text" : "3 Level 1 monsters\nOnce per turn: You can detach 1 Xyz Material from this card; until the opponent's next End Phase, the monsters you currently control cannot be destroyed by battle, and if they attack a Defense ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}...
{"name" : "@coorpacademy/kinesis", "version" : "2.2.4", "description" : "A stream implementation of Amazon's Kinesis forked from mhart/heroku/kinesis", "main" : "kinesis.js", "repository" : "coorpacademy/kinesis", "keywords" : ["kinesis", "stream", "streaming", "aws", "logs", "logging"], "author" : "Michael Hart <micha...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "maintainers": {"type": "array", "items"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "ooui-dialog-action-close": {"type": "string"}, "ooui-outline-control-move-down": {"type": "st...
{"@metadata" : {"authors" : ["Zylbath"]}, "ooui-dialog-action-close" : "Dichtmaken", "ooui-outline-control-move-down" : "Element na \u00fcnnen schuven", "ooui-outline-control-move-up" : "Element na baven schuven", "ooui-toolbar-more" : "Mehr"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "ooui-dialog-action-close": {"type": "string"}, "ooui-outline-control-move-down": {"type": "string"}, "ooui-outline-control-move-up": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve...
{"schema_version" : "1.2.0", "id" : "GHSA-f36r-j88j-6j27", "modified" : "2022-05-02T03:37:07Z", "published" : "2022-05-02T03:37:07Z", "aliases" : ["CVE-2009-2629"], "details" : "Buffer underflow in src/http/ngx_http_parse.c in nginx 0.1.0 through 0.5.37, 0.6.x before 0.6.39, 0.7.x before 0.7.62, and 0.8.x before 0.8.15...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"baseUrl": {"type": "string"}, "reporter": {"type": "string"}, "reporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}}, "required": ["mochaFile"]}}, "required": ["baseUrl", "reporter", ...
{"baseUrl" : "http://localhost:4000", "reporter" : "junit", "reporterOptions" : {"mochaFile" : "cypress/results/test-report-junit.[hash].xml"}}
json_instruct
{"type": "object", "properties": {"baseUrl": {"type": "string"}, "reporter": {"type": "string"}, "reporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}}, "required": ["mochaFile"]}}, "required": ["baseUrl", "reporter", "reporterOptions"], "$schema": "http://json-schema.org/draft-07/schema#...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "requir...
{"appid" : 544590, "name" : "Death Dojo", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1491004452}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "p...
{"userId" : 73917, "cartId" : "7514248c-8fe9-497f-a7bd-1c7863899f76", "preferredProducts" : [1161, 4380, 2174], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"root": {"type": "string"}, "program": {"type": "string"}, "git": {"type": "object", "properties": {"remote": {"type": "string"}, "commit": {"type": "string"}}, "required": ["remote", "commit"]}, "email": {"type": "string"}, "s...
{"root" : "/Users/leandro/git/trl", "program" : "<python with no main file>", "git" : {"remote" : "https://github.com/lvwerra/trl.git", "commit" : "8b1192244185f036003a77aac73a3e880351b08f"}, "email" : "leandro.vonwerra@spoud.io", "startedAt" : "2020-05-12T10:53:35.425417", "host" : "Leandros-MacBook-Pro.local", "usern...
json_instruct
{"type": "object", "properties": {"root": {"type": "string"}, "program": {"type": "string"}, "git": {"type": "object", "properties": {"remote": {"type": "string"}, "commit": {"type": "string"}}, "required": ["remote", "commit"]}, "email": {"type": "string"}, "startedAt": {"type": "string"}, "host": {"type": "string"}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["#medabots_server:all_ignore", "#minecraft:fences", "minecraft:iron_bars", "#minecraft:leaves", "minecraft:bamboo", "minecraft:lily_pad", "minecraft:end_rod", "#minecraft:beds", "#minecraft:flower_pots", "minecraft:skeleton_skull", "minecraft:skeleton_wall_skull", "minecraft:wither_skeleton_skull", "minecr...
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Buji", "ShortName" : "T\u0131pa", "Description" : "Benzin kullanan i\u00e7ten yanmal\u0131 motorlar buji kullanmaktad\u0131r. Yak\u0131t-hava kar\u0131\u015f\u0131m\u0131n\u0131n ate\u015flenmesi elektrotlar aras\u0131nda ortaya \u00e7\u0131kan birka\u00e7 bin veya on binlerce voltluk gerilimle elektrik bo\u...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id_hochschule": {"type": "integer"}, "id_studien": {"type": "integer"}, "name": {"type": "string"}, "steckbrief": {"type": "object", "properties": {"Hochschule": {"type": "string"}, "Hochschulleitung": {"type":...
{"id_hochschule" : 165, "id_studien" : 110, "name" : "Hochschule f\u00fcr Musik und Theater Hamburg", "steckbrief" : {"Hochschule" : "Hochschule f\u00fcr Musik und Theater Hamburg", "Hochschulleitung" : "Herr Prof. Elmar Lampson", "" : "", "Hochschultyp" : "Kunst- und Musikhochschulen", "Bundesland" : "Hamburg", "Tr\u0...
json_instruct
{"type": "object", "properties": {"id_hochschule": {"type": "integer"}, "id_studien": {"type": "integer"}, "name": {"type": "string"}, "steckbrief": {"type": "object", "properties": {"Hochschule": {"type": "string"}, "Hochschulleitung": {"type": "string"}, "": {"type": "string"}, "Hochschultyp": {"type": "string"}, "Bu...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"appService.defaultWebAppToDeploy": {"type": "string"}, "appService.deploySubpath": {"type": "string"}}, "required": ["appService.defaultWebAppToDeploy", "appService.deploySubpath"], "$schema": "http://json-schema....
{"appService.defaultWebAppToDeploy" : "/subscriptions/307ab490-c13a-49ae-8a57-a7673876e8aa/resourceGroups/PythonEmailBot/providers/Microsoft.Web/sites/PythonEmailBot", "appService.deploySubpath" : ""}
json_instruct
{"type": "object", "properties": {"appService.defaultWebAppToDeploy": {"type": "string"}, "appService.deploySubpath": {"type": "string"}}, "required": ["appService.defaultWebAppToDeploy", "appService.deploySubpath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0xd4db04da59a795d82927d8ef0135f0b11b8469ca36194edc229f405a7575c122", "parentHash" : "0x6854ba81f5acd096f584ef518d46f724199d6137bd08542fd91f07d17c1ec9b7", "number" : 76048, "timestamp" : 1439413931, "nonce" : "0xb1d56c813450bd68", "difficulty" : 2247301636011, "gasLimit" : {"_hex" : "0x2fe3fa"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "require...
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "appSettings" : {"Nexmo.UserAgent" : "NEXMOQUICKSTART/1.0", "Nexmo.Url.Rest" : "https://rest.nexmo.com", "Nexmo.Url.Api" : "https://api.nexmo.com", "Nexmo.api_key" : "e230159c", "Nexmo.api_sec...
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required"...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["420624101001", "\u897f\u5173\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["420624101002", "\u4e1c\u5173\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["420624101003", "\u5218\u96c6\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["420624101004", "\u5b89\u96c6\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["420624101005"...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type"...
{"name" : "TBaseKit", "version" : "0.1.1", "summary" : "TBaseKit \u662f\u5bf9\u4e8eBaseView\u7684\u4e00\u4e9b\u5c01\u88c5\u7ec4\u4ef6.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/Methodname/TBaseKit", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"m...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["country", "state", "county"]}, "data": {"type": "string"},...
{"coverage" : {"country" : "us", "state" : "wi", "county" : "Manitowoc"}, "data" : "http://webmap2.manitowoc-county.com/agsweb/rest/services/Web_MercClipandShip/MapServer/1", "type" : "ESRI", "fingerprint" : "d629de81b29fef1ea4c54c7a8207e664", "version" : "20140814", "cache" : "http://s3.amazonaws.com/openaddresses/201...
json_instruct
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["country", "state", "county"]}, "data": {"type": "string"}, "type": {"type": "string"}, "fingerprint": {"type": "string"}, "version": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "reposit...
{"name" : "oebb", "description" : "Austrian Federal Railways (\u00d6BB) API client.", "version" : "0.0.2", "keywords" : ["oebb", "\u00f6bb", "\u00f6sterreichische", "bundesbahn", "bahn", "austria", "train", "railway", "api", "client"], "author" : "Julius Tens <mail@juliustens.eu>", "homepage" : "https://github.com/juli...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "main": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type":...
{"\u5de5\u5ee0\u540d\u7a31" : "\u93a7\u92d2\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e2d\u548c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99718742", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e2d\u548c\u5340\u6a4b\u5b89\u8857\u4e09\u4e94\u...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob...
{"hash" : "0x9a70d700f29f126109657eb5ec3c80f0ab75d226dbfcc4473636655e8d1e0b98", "parentHash" : "0x83966ea59beab3311e2c19182cd3f461c38d98d1ffcb5b0f18ede24f4bc3424f", "number" : 82743, "timestamp" : 1439524419, "nonce" : "0x8f5da8a1cff0cdbc", "difficulty" : 2379850309803, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["co-cache-wrapper"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/Users/denimpatel/anaconda3/bin/python"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "image_prefix": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}}, "required...
{"id" : "tplink_tl-mr3020-v3", "image_prefix" : "openwrt-ramips-mt76x8-tplink_tl-mr3020-v3", "images" : [{"name" : "openwrt-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin", "sha256" : "54bee6ca1d14f0d6d0edc2fd7692adf170c08d57930b66ac2ad51182d843e5fa", "type" : "sysupgrade"}, {"name" : "openwrt-ramips-mt76x8-...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "image_prefix": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "sha256", "type"]}}, "metadata_version": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "st...
{"authors" : [{"author" : "Sahathevan Vithoosan"}, {"author" : "Balendran Thanushah"}, {"author" : "Paramarajan Piranavan"}, {"author" : "Dayal Gamlaksha"}, {"author" : "Harindra Karunatilake"}, {"author" : "Ananda Jayanaga"}], "doi" : "10.1186/s12895-019-0096-2", "publication_date" : "2019-12-04", "id" : "EN111560", "...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "prestart": {"type": "string"}...
{"name" : "api", "version" : "1.0.0", "description" : "", "scripts" : {"build" : "tsc", "watch" : "tsc -w", "prestart" : "npm run build", "start" : "func start", "test" : "jest", "test:w" : "jest --watch --verbose"}, "dependencies" : {"@azure/storage-file-datalake" : "^12.7.0", "busboy" : "^0.3.1"}, "devDependencies" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1998, 6], [2000, 5], [2001, 10], [2002, 6], [2003, 6], [2004, 7], [2005, 9], [2006, 14], [2007, 10], [2008, 10], [2009, 17], [2010, 14], [2011, 22], [2012, 16], [2013, 16], [2014, 16]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "sourceType": {"type": "string"}, "errorRecovery": {"type": "boolean"}, "throws": {"type": "string"}}, "required": ["plugins", "sourceType", "errorRecovery",...
{"plugins" : ["topLevelAwait"], "sourceType" : "module", "errorRecovery" : false, "throws" : "'await' is only allowed within async functions and at the top levels of modules (2:2)"}
json_instruct
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "sourceType": {"type": "string"}, "errorRecovery": {"type": "boolean"}, "throws": {"type": "string"}}, "required": ["plugins", "sourceType", "errorRecovery", "throws"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rankine:block/rose_gold_pole"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "twine-monogatari", "version" : "0.2.0", "description" : "Allows one to use Twine to create Visual Novels for the Monogatari engine.", "main" : "format.js", "scripts" : {"test" : "cd test && mocha test.js"}, "repository" : {"type" : "git", "url" : "https://github.com/haroldo-ok/twine-monogatari"}, "author" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "telegram": {"type": "string"}, "twitter": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": ...
{"name" : "YoCoin", "website" : "https://YOCO.finance/", "telegram" : "https://t.me/joinchat/BgHkuDg0TIgwN2Vh", "twitter" : "https://twitter.com/YocoinY", "description" : "A Safe, Eco-Friendly Fair-Launched DeFi Token Engineered for Long Term Trust & Automatic Rewards", "explorer" : "https://www.bscscan.com/token/0xdd1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "telegram": {"type": "string"}, "twitter": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "slipp...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "ite...
{"name" : "Growler Token", "symbol" : "GRLR", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/D7txa12HUtWk5dVxC2Ybg9QoE7ALZgDcUEKdrh43V8fB/logo.png", "decimals" : 0, "address" : "D7txa12HUtWk5dVxC2Ybg9QoE7ALZgDcUEKdrh43V8fB", "chainId" : 101, "tags" : ["community-token", "socia...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"deriv_platform": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"gatsbyImageData": {"type": "object", "properties": {"layout": {"type"...
{"data" : {"deriv_platform" : {"childImageSharp" : {"gatsbyImageData" : {"layout" : "constrained", "images" : {"fallback" : {"src" : "/move-to-deriv/static/f500e01f7ba0e9d52ad3014f3ea6dee0/264fb/dbot-banner.png", "srcSet" : "/move-to-deriv/static/f500e01f7ba0e9d52ad3014f3ea6dee0/ed9cd/dbot-banner.png 360w,\n/move-to-de...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"deriv_platform": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"gatsbyImageData": {"type": "object", "properties": {"layout": {"type": "string"}, "images": {"type": "object", "properties": {"fallback": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema...
[{"subreddit" : "forwardsfromgrandma", "hour" : "01", "avg" : 128.17333333333335}, {"subreddit" : "forwardsfromgrandma", "hour" : "02", "avg" : 228.78021978021977}, {"subreddit" : "forwardsfromgrandma", "hour" : "03", "avg" : 84.0327868852459}, {"subreddit" : "forwardsfromgrandma", "hour" : "04", "avg" : 114.4038461538...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle"...
{"cam/image_array" : "4289_cam-image_array_.jpg", "user/throttle" : 0.8, "timestamp" : "2019-02-17 21:51:26.492511", "user/angle" : 1.0, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite...
{"ast" : null, "code" : "export default function (ms = 0) {\n let timeout;\n return new Promise(resolve => timeout = setTimeout(() => {\n resolve();\n }, ms)).catch(e => {\n clearTimeout(timeout);\n }).then(() => {\n clearTimeout(timeout);\n }).finally(() => {\n clearTimeout(timeout);\n });\n}", "map"...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}...
{"lastUpdated" : 1655019279666, "username" : "rikgaming", "scores" : [{"xp" : 5744, "rank" : 374, "cardId" : 409}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "strin...
{"id" : "QmP7iUBV4t8HpA29NRbBkx1VF7DEP3cYmiHkuhiJBZHYee", "title" : "Do you think BTC will hit 100k this year?", "body" : "This is only for testing purposes.", "choices" : ["Hell yes!", "Hell no!", "Bah"], "start" : 1622044800, "end" : 1624766400, "snapshot" : "25094786", "state" : "closed", "author" : "0x5d7D74eE77da0...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "swift_versions": {"type": "string"}, "authors": {"type": "object", "properties": {"Frien...
{"name" : "FriendlyScoreConnect", "version" : "1.0.11", "summary" : "Friendly Score iOS SDK delivers toolset for user credit scoring on iOS devices", "homepage" : "https://friendlyscore.com", "swift_versions" : "4.0", "authors" : {"FriendyScore" : "info@friendlyscore.com"}, "license" : {"type" : "MIT", "file" : "LICENS...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "swift_versions": {"type": "string"}, "authors": {"type": "object", "properties": {"FriendyScore": {"type": "string"}}, "required": ["FriendyScore"]}, "license": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "category": {"type": "integer"}}, "required": ["name", "value", "category"]}}, "links": {"type": ...
{"nodes" : [{"name" : "\u5929\u821f\u6587\u5316\u80a1\u4efd\u6709\u9650\u516c\u53f8", "value" : 3819689700.0, "category" : 1464}, {"name" : "\u6d77\u5357\u5143\u6e38\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8", "value" : 19441.53, "category" : 1464}, {"name" : "\u6e56\u5357\u5929\u5dfd\u6295\u8d44\u7ba1\u7406\u670...
json_instruct
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "category": {"type": "integer"}}, "required": ["name", "value", "category"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}...
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "minecraft:torch"}, {"item" : "minecraft:paper"}], "result" : {"item" : "coloredfire:generic_torch"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredient...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.771333, 53.04841]}, "properties" : {"ownership-status" : "not owned by a public authority", "planning-permission-status" : "permissioned", "name" : "BF0033", "site-plan-url" : "http://www.newark-sherwooddc.gov.uk/media/newarkandsherwood/imagesandf...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"ownership-status": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "gathered", "long" : "<i>Meaning:</i> \"gathered\", i.e. (abstractly) a \"gathering in of crops\".<br/><i>Usage:</i> ingathering.<br/><i>Source:</i> or \"\u05d0\u05b8\u05e1\u05b4\u05e3\"; from \"H622\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"...
{"name" : "plutonex/flow", "description" : "Framework agnostic Flow-based Programming in PHP", "keywords" : ["agnostic", "FBP", "flow", "plutonex"], "license" : "BSD", "authors" : [{"name" : "Raftalks", "email" : "raftalks@gmail.com"}], "require" : {"php" : ">=5.3.0", "plutonex/watch" : "*"}, "autoload" : {"psr-0" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties"...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.888184, 52.454521]}, "properties" : {"hectares" : "0.28", "organisation" : "local-authority-eng:BIR", "minimum-net-dwellings" : "27", "site-plan-url" : "https://maps.birmingham.gov.uk/webapps/shlaa/", "site" : "E841", "maximum-net-dwellings" : "27...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"hectares": {"type": "string"}, "o...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"arangodb": {"type": "string"}}, "required": ["arangodb"]}, "main": {"type": "string"}, "scripts": {"type": "...
{"name" : "EMOCK", "description" : "PLEASE IGNORE THIS SERVICE", "engines" : {"arangodb" : "^3.0.0"}, "main" : "main.js", "scripts" : {"setup" : "scripts/setup.js", "teardown" : "scripts/teardown.js", "clearSession" : "scripts/clearsSessions.js"}, "configuration" : {"message" : {"description" : "A message to demonstrat...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"arangodb": {"type": "string"}}, "required": ["arangodb"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"setup": {"type": "string"}, "teardown": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "id": {"type": "string"}}, "required": ["path", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"path" : "/t;28026b36-8fe4-4332-84c8-524e173a68bf/f;5ea2d44a-6b07-424b-b54e-0b4c798d1353", "id" : "5ea2d44a-6b07-424b-b54e-0b4c798d1353"}, {"path" : "/t;28026b36-8fe4-4332-84c8-524e173a68bf/f;328c17e1-c97f-4583-89d8-73feb0cf47f6", "id" : "328c17e1-c97f-4583-89d8-73feb0cf47f6"}, {"path" : "/t;28026b36-8fe4-4332-84c8-5...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "id": {"type": "string"}}, "required": ["path", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "array", "items": {"type": "object", "properties": {"update_id": {"type": "integer"}, "message": {"type": "object", "properties": {"message_id": {"type": "integer"}, "from": {"type": ...
{"ok" : true, "result" : [{"update_id" : 3725710, "message" : {"message_id" : 19, "from" : {"id" : 11111111, "is_bot" : false, "first_name" : "Michel", "language_code" : "fr"}, "chat" : {"id" : 11111111, "first_name" : "Michel", "type" : "private"}, "date" : 1587576957, "text" : "/start eyJ0eXAiOiJKV", "entities" : [{"...
json_instruct
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "array", "items": {"type": "object", "properties": {"update_id": {"type": "integer"}, "message": {"type": "object", "properties": {"message_id": {"type": "integer"}, "from": {"type": "object", "properties": {"id": {"type": "integer"}, "is_b...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": ...
{"uuid" : "a962705a-0a77-46cb-9e99-1feb2cdd0b12", "children" : ["ad99b1ac-8e1c-48bd-8a4d-f3b7b1e036a7"], "befores" : [{"name" : "check_ui", "status" : "passed", "start" : 1600232946241, "stop" : 1600232946241}], "start" : 1600232946241, "stop" : 1600232948139}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "require...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"popper.js": {"type": "string"}}, "required": ["popper.js"]}}, "required": ["name", "private", "dependen...
{"name" : "goal", "private" : true, "dependencies" : {"popper.js" : "^1.14.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"popper.js": {"type": "string"}}, "required": ["popper.js"]}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/s...
{"_id" : "beer_Drop_Anchor_Steam", "brewery" : "Great Dane Pub and Brewing #1", "name" : "Drop Anchor Steam", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "ite...
{"t" : "matolo'", "h" : [{"d" : [{"f" : "\u8dcc\u843d\uff0c\u8dcc\u5012\u3002", "e" : ["\ufff9`Ma~`tolo'~ `ko~ `faloco'~ `ako~ `a~ `minengneng~ `to~ `demak~ `ningra~.\ufffa\ufffb\u6bcf\u7576\u770b\u4ed6\u505a\u4e8b\uff0c\u6211\u7684\u4fe1\u5fc3\u5c31\u4e0b\u964d\u3002"]}]}], "stem" : "tolo'"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"powered=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "powered=true": {"type": "object", "properties": {"model": {"type": "string"}}...
{"variants" : {"powered=false" : {"model" : "super_block_world:block/bell_pressure_plate"}, "powered=true" : {"model" : "super_block_world:block/bell_pressure_plate_down"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"powered=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "powered=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["powered=false", ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"application_ver": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}...
{"type" : "object", "properties" : {"application_ver" : {"required" : true, "type" : "string"}, "api_ver__d_" : {"required" : true, "type" : "string"}, "metrics___" : {"required" : true, "type" : "string"}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"application_ver": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "api_ver__d_": {"type": "object", "properties": {"required":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "permission": {"type": "object", "properties": {"default": {"type": "integer"}, "umHu8DFnCrMQVZ37": {"type": "integer"}}, "required": ["default", "umHu8DFnCrMQVZ...
{"_id" : "4OtI0C5IK43GPywQ", "name" : "Hive Buster", "permission" : {"default" : 0, "umHu8DFnCrMQVZ37" : 3}, "type" : "fusion", "data" : {"description" : {"value" : "<p><span id=\"ctl00_MainContent_DataListWeaponFusions_ctl00_LabelName\">A weapon with the <em>hive buster</em> fusion can temporarily disrupt the psychic ...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "permission": {"type": "object", "properties": {"default": {"type": "integer"}, "umHu8DFnCrMQVZ37": {"type": "integer"}}, "required": ["default", "umHu8DFnCrMQVZ37"]}, "type": {"type": "string"}, "data": {"type": "object", "propert...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "draugh", "definition" : "See Draft. [Obs.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"app": {"type": "object", "properties": {"numOfPages": {"type": "integer"}, "numOfWorkers": {"type": "integer"}, "debug": {"type": "boolean"}}, "required": ["numOfPages", "numOfWorkers", "debug"]}, "recipePuppyAPI"...
{"app" : {"numOfPages" : 10, "numOfWorkers" : 2, "debug" : true}, "recipePuppyAPI" : {"url" : "http://www.recipepuppy.com", "timeout" : 15}}
json_instruct
{"type": "object", "properties": {"app": {"type": "object", "properties": {"numOfPages": {"type": "integer"}, "numOfWorkers": {"type": "integer"}, "debug": {"type": "boolean"}}, "required": ["numOfPages", "numOfWorkers", "debug"]}, "recipePuppyAPI": {"type": "object", "properties": {"url": {"type": "string"}, "timeout"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"LiveFrom": {"type": "string"}, "CaseTypeID": {"type": "string"}, "ID": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["LiveFrom", "CaseTypeID", "ID", "...
[{"LiveFrom" : "25/11/2021", "CaseTypeID" : "DRAFT", "ID" : "SOL_PETITIONER", "Name" : "PetitionerSolicitor", "Description" : "Solicitor for the petitioner"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"LiveFrom": {"type": "string"}, "CaseTypeID": {"type": "string"}, "ID": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["LiveFrom", "CaseTypeID", "ID", "Name", "Description"]}, "$schema": "http://json-schema.or...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "prope...
{"result" : {"item" : "industrialforegoing:tree_fluid_extractor"}, "pattern" : ["srs", "sfs", "sgs"], "type" : "forge:ore_shaped", "key" : {"r" : {"item" : "minecraft:redstone"}, "s" : {"item" : "minecraft:stone", "data" : 0}, "f" : {"item" : "minecraft:furnace"}, "g" : {"item" : "#GEARIRON"}}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"r": {"type": "object", "properties": {"item": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "scroll_id": {"type": "integer"}}, "required": ["data", "scroll_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : ["\u8df3\u4f1e", "\u6f5c\u6c34", "\u70ed\u6c14\u7403", "\u82b1\u5b63", "\u66b4\u98ce\u96e8", "\u661f\u7a7a"], "scroll_id" : 0}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "scroll_id": {"type": "integer"}}, "required": ["data", "scroll_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "The Wikipedia page for podcasting still has some misleading info about how the name was arrived at. How it <a href=\"http://threads2.scripting.com/2013/april/howPodcastingGotItsName\">actually happened</a>.", "created" : "Tue, 28 May 2019 15:04:57 GMT", "type" : "outline"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "imports"]}}, "$schema": "http://json-schema.org/draft-07/schema...
[[{"name" : "Activated point mutants of FGFR2", "imports" : ["Signaling by FGFR2 amplification mutants"]}]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "imports"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ProjectName": {"type": "string"}, "ProjectPath": {"type": "string"}, "InitializationTime": {"type": "string"}, "LastConfigurationTime": {"type": "string"}, "LastNPMInstallTime": {"type": "string"}, "FrontendLastBuild...
{"ProjectName" : "aws-mobile-react-native-notes-tutorial", "ProjectPath" : "/Users/Suprabha/Projects/aws-mobile-react-native-notes-tutorial", "InitializationTime" : "", "LastConfigurationTime" : "", "LastNPMInstallTime" : "", "FrontendLastBuildTime" : "", "LastPublishTime" : "", "BackendLastSyncTime" : "", "BackendLast...
json_instruct
{"type": "object", "properties": {"ProjectName": {"type": "string"}, "ProjectPath": {"type": "string"}, "InitializationTime": {"type": "string"}, "LastConfigurationTime": {"type": "string"}, "LastNPMInstallTime": {"type": "string"}, "FrontendLastBuildTime": {"type": "string"}, "LastPublishTime": {"type": "string"}, "Ba...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "author_association": {"type": "string"}, "issue_url": {"type": "string"}, "updated_at": {"type": "string"}, "performed_via_github_app...
{"_id" : {"$oid" : "60727f3143dd71267de5397f"}, "author_association" : "NONE", "issue_url" : "https://api.github.com/repos/vercel/next.js/issues/21679", "updated_at" : "2021-02-16T08:32:50Z", "performed_via_github_app" : null, "html_url" : "https://github.com/vercel/next.js/issues/21679#issuecomment-779674157", "create...
json_instruct
{"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "author_association": {"type": "string"}, "issue_url": {"type": "string"}, "updated_at": {"type": "string"}, "performed_via_github_app": {"type": "null"}, "html_url": {"type": "string"}, "creat...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "2f63862", "CardHash" : "d1aa2ae", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "code...
[{"manufacturer" : "Kyocera", "market_name" : "DIGNO T", "codename" : "302KC", "model" : "302KC"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"kl_train": {"type": "number"}, "kl_target": {"type": "number"}, "time_train": {"type": "number"}, "time_est": {"type": "number"}}, "required": ["kl_train", "kl_target", "time_train", "time_est"], "$schema": "ht...
{"kl_train" : -3.4828333870634425, "kl_target" : 69004.33603762837, "time_train" : 42.052677695000014, "time_est" : 0.002629951000017172}
json_instruct
{"type": "object", "properties": {"kl_train": {"type": "number"}, "kl_target": {"type": "number"}, "time_train": {"type": "number"}, "time_est": {"type": "number"}}, "required": ["kl_train", "kl_target", "time_train", "time_est"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": [...
{"count" : 6, "N.A.//" : {"count" : 3}, "252020" : {"count" : 1}, "211010" : {"count" : 1}, "132011" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "211010": {"type": "object", "properties": {"count": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{".js" : "dff0029c9f01352a07bf79684606dc4990669b97.js"}
json_instruct
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"t...
{"ast" : null, "code" : "var $ = require('../internals/export');\n\nvar scale = require('../internals/math-scale');\n\nvar fround = require('../internals/math-fround'); // `Math.fscale` method\n// https://rwaldron.github.io/proposal-math-extensions/\n\n\n$({\n target: 'Math',\n stat: true\n}, {\n fscale: function fs...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"best_epoch": {"type": "integer"}, "peak_cpu_memory_MB": {"type": "number"}, "peak_gpu_0_memory_MB": {"type": "integer"}, "training_duration": {"type": "string"}, "training_start_epoch": {"type": "integer"}, "...
{"best_epoch" : 3, "peak_cpu_memory_MB" : 2749.744, "peak_gpu_0_memory_MB" : 948, "training_duration" : "0:08:46.734012", "training_start_epoch" : 0, "training_epochs" : 3, "epoch" : 3, "training_loss" : 1.951300873206212, "training_cpu_memory_MB" : 2749.744, "training_gpu_0_memory_MB" : 945, "validation_loss" : 1.9082...
json_instruct
{"type": "object", "properties": {"best_epoch": {"type": "integer"}, "peak_cpu_memory_MB": {"type": "number"}, "peak_gpu_0_memory_MB": {"type": "integer"}, "training_duration": {"type": "string"}, "training_start_epoch": {"type": "integer"}, "training_epochs": {"type": "integer"}, "epoch": {"type": "integer"}, "trainin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long...
{"place_name" : "Steele", "state_name" : "Missouri", "state_abbrv" : "MO", "lat" : "36.0915", "long" : "-89.8346"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Nicolas, Angeles City, Pampanga, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.pampanga.angeles-city.san-nicolas", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ramda": {"...
{"name" : "IndexedList", "version" : "1.0.0", "main" : "stickey.js", "author" : "jameswhf@qq.com", "license" : "MIT", "dependencies" : {"ramda" : "^0.26.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ramda": {"type": "string"}}, "required": ["ramda"]}}, "required": ["name", "version", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"bootstrap-tagsinput-angular.js": {"type": "string"}, "bootstrap-tagsinput-angular.min.js": {"type": "string"}, "bootstrap-tagsinput.css": {"type": "string"}, "bootstrap-tagsinput.js": {"type": "string"}, "bootstrap...
{"bootstrap-tagsinput-angular.js" : "sha512-HNjX9dQ7D+eNgcoBSDv5FVqT5n+EXqkCDX7w13OpKMv+y6wxEWDwxgHpK5cYYt9zXWWCgI14igbg96IH+SVWww==", "bootstrap-tagsinput-angular.min.js" : "sha512-DIDNtTuBvb98kIUSTISNkWJCUmBw0n7o1dzApjaqL7MydF1a4+3s6D2d/cNfLIM7CdfGnLW91586UdEerR4oTA==", "bootstrap-tagsinput.css" : "sha512-3uVpgbpX33N...
json_instruct
{"type": "object", "properties": {"bootstrap-tagsinput-angular.js": {"type": "string"}, "bootstrap-tagsinput-angular.min.js": {"type": "string"}, "bootstrap-tagsinput.css": {"type": "string"}, "bootstrap-tagsinput.js": {"type": "string"}, "bootstrap-tagsinput.min.css": {"type": "string"}, "bootstrap-tagsinput.min.js": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "description": {"type": "string"}, "orientation": {"type": "string"}, "prefer_relat...
{"name" : "CV en ligne - DEVILLIERS Matthieu", "short_name" : "CV en ligne", "start_url" : ".", "display" : "standalone", "description" : "Ce CV en ligne me permet de me pr\u00e9senter plus facilement et avec toutes mes exp\u00e9riences professionnelles ainsi que mes diff\u00e9rentes r\u00e9alisations et r\u00e9seaux s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "description": {"type": "string"}, "orientation": {"type": "string"}, "prefer_related_applications": {"type": "boolean"}, "icons": {"type": "array", "items": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"27/2/2022": {"type": "integer"}, "28/2/2022": {"type": "integer"}, "4/3/2022": {"type": "integer"}}, "required": ["27/2/2022", "28/2/2022", "4/3/2022"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"27/2/2022" : 7, "28/2/2022" : 9, "4/3/2022" : 1}
json_instruct
{"type": "object", "properties": {"27/2/2022": {"type": "integer"}, "28/2/2022": {"type": "integer"}, "4/3/2022": {"type": "integer"}}, "required": ["27/2/2022", "28/2/2022", "4/3/2022"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ...
{"name" : "deswh", "version" : "0.0.1", "description" : "DESW account management helper", "main" : "deswh.js", "repository" : {"type" : "git", "url" : "https://github.com/WalletGuild/desw-helper.git"}, "keywords" : [], "author" : "Ira Miller <ira@gitguild.com> (http://gitguild.com)", "license" : "MIT", "bugs" : {"url" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}, "estimated_price": {"type": "string"}, "estimated_total_price": {"type": "string"}}, "required": ["s...
[{"skyblock_id" : "ENCHANTED_DANDELION", "quantity" : "8", "item_name" : "Enchanted dandelion", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "ENCHANTED_DANDELION", "quantity" : "8", "item_name" : "Enchanted dandelion", "estimated_price" : "Coming Soon", "estimated_total_...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}, "estimated_price": {"type": "string"}, "estimated_total_price": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name", "estimated_price", "e...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"bastion-host-name": {"type": "object", "properties": {"value": {"type": "string"}}, "required...
{"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"bastion-host-name" : {"value" : "bastion-aml-private-ne-279"}, "resourcegroupname" : {"value" : "aml-private-ne-279"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"bastion-host-name": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "resourcegroupname": {"type": "object", "properties": {"valu...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"php-cs-fixer.executablePath": {"type": "string"}, "php-cs-fixer.executablePathWindows": {"type": "string"}, "php-cs-fixer.formatHtml": {"type": "boolean"}, "php-cs-fixer.onsave": {"type": "boolean"}, "php-cs-...
{"php-cs-fixer.executablePath" : "C:\\Users\\uchida\\.vscode\\extensions\\junstyle.php-cs-fixer-0.1.153\\php-cs-fixer.phar", "php-cs-fixer.executablePathWindows" : "C:\\Users\\uchida\\.vscode\\extensions\\junstyle.php-cs-fixer-0.1.153\\php-cs-fixer.phar", "php-cs-fixer.formatHtml" : true, "php-cs-fixer.onsave" : true, ...
json_instruct
{"type": "object", "properties": {"php-cs-fixer.executablePath": {"type": "string"}, "php-cs-fixer.executablePathWindows": {"type": "string"}, "php-cs-fixer.formatHtml": {"type": "boolean"}, "php-cs-fixer.onsave": {"type": "boolean"}, "php-cs-fixer.rules": {"type": "string"}, "php-cs-fixer.exclude": {"type": "array", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"metricId": {"type": "string"}, "metrics": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "successfulInstalls": {"type": "integer"}, "failedInstalls": {"type": "integer...
{"metricId" : "060dcc61-224b-4889-a3aa-1cb387f5df8c", "metrics" : {"from" : "2018-09-17T06:00:40.870Z", "to" : "2018-09-17T06:00:40.870Z", "successfulInstalls" : 1, "failedInstalls" : 0}}
json_instruct
{"type": "object", "properties": {"metricId": {"type": "string"}, "metrics": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "successfulInstalls": {"type": "integer"}, "failedInstalls": {"type": "integer"}}, "required": ["from", "to", "successfulInstalls", "failedInstalls"]}}, "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "str...
{"t" : "fafac", "h" : [{"d" : [{"f" : "\u7af9\u7bc0\u4e4b\u9593\u7684\u8ddd\u96e2\uff0c\u7af9\u7bc0\u3002", "e" : ["\ufff9`Ko~`'~`da~`w~ `ko~ `fafa~`c~ `no~ `na~ `'aol~.\ufffa\ufffb\u9019\u6839\u7af9\u5b50\u7684\u7af9\u8ddd\u5f88\u9577\u3002"], "s" : ["`fatac~"]}]}]}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "string"}, "UlanIdNo": {"type": "string...
{"accession_number" : "1988.275", "actors" : [{"ULAN" : {"Name" : "Noland, Kenneth", "UlanIdNo" : "500003418"}, "after_follower" : null, "birth_date" : "1924", "collaboration" : null, "death_date" : "2010", "display_name" : "Noland, Kenneth", "first" : "Kenneth", "fullname" : "Kenneth Noland", "irn" : 775, "last" : "No...
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "string"}, "UlanIdNo": {"type": "string"}}, "required": ["Name", "UlanIdNo"]}, "after_follower": {"type": "null"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}...
[{"namaKab" : "TOBA SAMOSIR", "originalFilename" : "1.Victor Simangunsong.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 111323, "noUrut" : 1, "nama" : "VICTOR SANTOSO SIMANGUNSONG, ST", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TOBA SAMOSIR", "originalFilename" : "3.Norita Lahagu.jpg", "namaPartai" : "PARTAI ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"media": {"type": "string"}}, "required": ["media"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"media" : "https://plvod01.videocc.net/605ea32bee/3/605ea32bee31f7449b205375f3ce7b63_1.mp3"}
json_instruct
{"type": "object", "properties": {"media": {"type": "string"}}, "required": ["media"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-6vh5-8hmp-c68w", "modified" : "2022-05-01T18:36:58Z", "published" : "2022-05-01T18:36:58Z", "aliases" : ["CVE-2007-5798"], "details" : "Multiple cross-site scripting (XSS) vulnerabilities in uddigui/navigateTree.do in the UDDI user console in IBM WebSphere Application Server (W...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900638595": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900638596": {"type": "object", "properties": {"na...
{"900638595" : {"nama" : "TPS 1", "dapil" : [5302, 15302, 2530102]}, "900638596" : {"nama" : "TPS 2", "dapil" : [5302, 15302, 2530102]}, "900638597" : {"nama" : "TPS 3", "dapil" : [5302, 15302, 2530102]}, "900638598" : {"nama" : "TPS 4", "dapil" : [5302, 15302, 2530102]}, "900638599" : {"nama" : "TPS 5", "dapil" : [530...
json_instruct
{"type": "object", "properties": {"900638595": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900638596": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ...
{"lastUpdated" : 1650267386037, "username" : "nathan45737", "scores" : [{"xp" : 1857, "rank" : 500, "cardId" : 687}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...