input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.339303, 51.806736]}, "properties" : {"site" : "299", "hectares" : "0.34", "name" : "299", "planning-permission-status" : "Not permissioned", "maximum-net-dwellings" : "14", "ownership-status" : "not owned by a public authority", "minimum-net-dwell...
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": {"site": {"type": "string"}, "hecta...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items...
{"t" : "ciifangat", "h" : [{"d" : [{"f" : "\u60b6\u71b1\u51fa\u6c57\u3002", "s" : ["`cisino'et~."]}]}], "stem" : "ifangat"}
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"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}, "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colored": {"type": "string"}, "vibe-d": {"type": "string"}}, "requir...
{"authors" : ["UI Manufaktur Team"], "copyright" : "Copyright \u00a9 2017-2020, UI Manufaktur UG", "dependencies" : {"colored" : "~>0.0.23", "vibe-d" : "~>0.9.4"}, "description" : "D library for working with JavaScript", "importPaths" : ["../../LIBS/uim-core", "../../LIBS/uim-oop", "../../LIBS/uim-css", "../../LIBS/uim...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colored": {"type": "string"}, "vibe-d": {"type": "string"}}, "required": ["colored", "vibe-d"]}, "description": {"type": "string"}, "importPath...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Novacta.Shfb.LatexConfiguration": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}}, "required": ["commandName", "executabl...
{"profiles" : {"Novacta.Shfb.LatexConfiguration" : {"commandName" : "Executable", "executablePath" : "$(SHFBROOT)\\Tools\\SandcastleBuilderGUI.exe"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Novacta.Shfb.LatexConfiguration": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}}, "required": ["commandName", "executablePath"]}}, "required": ["Novacta.Shfb.LatexConfiguration"]}...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["assets/tests/cancel_test.json", "assets/tests/conditional.json", "assets/tests/conditional_extended.json", "assets/tests/conditional_widget_exists.json", "assets/tests/failures.json", "assets/tests/for_each_testable.json", "assets/tests/include_test.json", "assets/tests/iterate.json", "assets/tests/multi_step.json", ...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["522728001001", "\u57ce\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["522728001002", "\u57ce\u897f\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["522728001003", "\u6cb3\u6ee8\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@emotion/react": {"type": "string"}, "@emotion/styled": {"type": "string"}, "@mate...
{"name" : "app", "version" : "0.1.0", "private" : true, "dependencies" : {"@emotion/react" : "^11.7.0", "@emotion/styled" : "^11.6.0", "@material-ui/core" : "^4.12.3", "@mui/icons-material" : "^5.2.0", "@mui/styled-engine-sc" : "^5.1.0", "@mui/styles" : "^5.2.1", "axios" : "^0.24.0", "mui" : "0.0.1", "react" : "^17.0.2...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@emotion/react": {"type": "string"}, "@emotion/styled": {"type": "string"}, "@material-ui/core": {"type": "string"}, "@mui/icons-material": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "...
{"type" : "FeatureCollection", "title" : "Aquilonia", "id" : "442471", "bbox" : [15.425269, 40.987863, 15.475346, 41.053314], "description" : "An ancient place, cited: BAtlas 45 B2 Aquilonia", "connectsWith" : ["469059303", "442614", "356966898"], "names" : ["Aquilonia"], "features" : [{"type" : "Feature", "geometry" :...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Designer": {"type": "string"}, "Types": {"type": "array", "items": {"type": "string"}}, "Layers": {"type": "array", "items": {"type": "string"}}, "Name": {"type": "string"}}, "required": ["Designer", "Types", "Layer...
{"Designer" : "simibubi", "Types" : ["WALL", "FACADE", "CORNER", "FLAT_ROOF", "ROOF", "TOWER", "TOWER_FLAT_ROOF", "TOWER_ROOF"], "Layers" : ["Roofing", "Regular", "Foundation", "Open"], "Name" : "Medieval"}
json_instruct
{"type": "object", "properties": {"Designer": {"type": "string"}, "Types": {"type": "array", "items": {"type": "string"}}, "Layers": {"type": "array", "items": {"type": "string"}}, "Name": {"type": "string"}}, "required": ["Designer", "Types", "Layers", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"ty...
{"name" : "udev-joystick-blacklist", "description" : "Fix for keyboard/mouse/tablet being detected as joystick in Linux", "license" : null, "starNum" : 79, "folkNum" : 15, "watchNum" : 79, "topic" : ["joystick", "linux-kernel", "udev-rules", "workaround"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "li...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}...
{"id" : 55908, "date" : "2015-06-23 09:19:20", "user" : "Firstheberg", "post" : "Hi the Lowendtalk community,\r\n\r\nFirstheberg is celebrating the summer with two good deals !\r\n\r\nThe first one, we offer 10 to 50% off on your first order for the rent of a dedicated server INTEL ATOM 4GB Ram & 1x64 GB SSD or 2x5...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward...
{"wards" : [{"ward_no" : 1, "ward_name" : "Aamghat", "ward_id" : "199216"}, {"ward_no" : 2, "ward_name" : "Boha Khas", "ward_id" : "199233"}, {"ward_no" : 3, "ward_name" : "Rupaupur", "ward_id" : "199226"}], "no_of_wards" : 3, "name" : "AAMGHAT", "lsg_code" : "49844", "district" : "Ballia", "state" : "Uttar Pradesh", "...
json_instruct
{"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "referenceType": {"type": "string"}, "referenceId": {"type": "string"}, "hooks": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "integer"}, "updat...
[{"user" : "userid", "referenceType" : "API", "referenceId" : "config-to-delete", "hooks" : ["A", "B"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "userid", "referenceType" : "API", "referenceId" : "config-to-update", "hooks" : ["A", "B"], "createdAt" : 1439022010883, "updatedAt" : 14390220108...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "referenceType": {"type": "string"}, "referenceId": {"type": "string"}, "hooks": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "integer"}, "updatedAt": {"type": "integer"}}, "required": ["user", "referenceTy...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/lib/python3.9/site-packages/dmenu/__init__.py", "/lib/python3.9/site-packages/dmenu/__pycache__/__init__.cpython-39.pyc", "/lib/python3.9/site-packages/dmenu/__pycache__/dmenu.cpython-39.pyc", "/lib/python3.9/site-packages/dmenu/dmenu.py", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/INSTALLER", "/li...
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["330", "air canada", "gaspe", "canada", "iles de la madeleine", "canada", "0"], ["330", "air canada", "gaspe", "canada", "quebec", "canada", "0"], ["330", "air canada", "iles de la madeleine", "canada", "gaspe", "canada", "0"], ["330", "air canada", "quebec", "canada", "gaspe", "canada", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Church Bells", "yearf" : 2016.4933789954, "rscore" : 0.752156206}, {"title" : "Jesus, Take The Wheel", "yearf" : 2005.9687214612, "rscore" : 0.7012013697}, {"title" : "Smoke Break", "yearf" : 2015.7828767123, "rscore" : 0.8237777601}, {"title" : "Cowboy Casanova", "yearf" : 2009.8415525114, "rscore" : 1.02...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B":...
{"id" : "07052", "name" : "\u0412\u043b\u0430\u0441\u043e\u0432\u0430 \u041c\u0438\u043b\u0430 \u0410\u043d\u0430\u0442\u043e\u043b\u044c\u0435\u0432\u043d\u0430 ", "link" : "pages/07052.html", "club" : "Dance Drive (\u0433.\u0421\u041f\u0431)", "class_classic" : "C", "class_dnd" : "RS", "A" : "0", "B" : "5", "C" : "0"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 404380095, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "caf84ec16bfcd01c5db7e24ee6cc0683", "wof:id" : 404380095, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.17333, 43.37444, 0.17333, 43.37444], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "desc...
{"courseCode" : "NUR3505", "courseCredit" : "8", "description" : "This module is designed to build on and enhance learner\u2019s skills and knowledge on research methodology and statistics. The module aims to advance the learner\u2019s research-mindedness by developing skills required to continually improve practice th...
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-...
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-w492-8wmj-crw3", "modified" : "2022-05-13T01:10:57Z", "published" : "2022-05-13T01:10:57Z", "aliases" : ["CVE-2014-5215"], "details" : "NetIQ Access Manager (NAM) 4.x before 4.0.1 HF3 allows remote authenticated administrators to discover service-account passwords via a request...
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": {"airportList": {"type": "array", "items": {"type": "object", "properties": {"arptCd": {"type": "string"}, "arptName": {"type": "string"}, "cityName": {"type": "string"}, "coordinates": {"type": "string"}}, "required...
{"airportList" : [{"arptCd" : "BOM", "arptName" : "Chhatrapati Shivaji Maharaj International Airport", "cityName" : "Mumbai", "coordinates" : "19\u00b005\u203219\u2033N 72\u00b052\u203205\u2033E"}, {"arptCd" : "DXB", "arptName" : "Dubai Internation Airport", "cityName" : "Dubai", "coordinates" : "25\u00b015\u203210\u20...
json_instruct
{"type": "object", "properties": {"airportList": {"type": "array", "items": {"type": "object", "properties": {"arptCd": {"type": "string"}, "arptName": {"type": "string"}, "cityName": {"type": "string"}, "coordinates": {"type": "string"}}, "required": ["arptCd", "arptName", "cityName", "coordinates"]}}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "...
{"title" : "Engineering adaptive privacy: on the role of privacy awareness requirements.", "fields" : ["selective disclosure", "exploit", "personally identifiable information", "privacy by design", "privacy software"], "abstract" : "Applications that continuously gather and disclose personal information about users are...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": ...
{"player_id" : 155, "name" : "Joe Aguirre", "position" : "E", "height" : "6-4", "weight" : "225", "current_team" : null, "birth_date" : "1918-10-17", "birth_place" : "Rock Springs, WV", "death_date" : "1985-07-13", "college" : "St. Mary's (CA)", "high_school" : null, "draft_team" : "Washington Redskins", "draft_round" ...
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"httpRequest": {"type": "object", "properties": {"body": {"type": "object", "properties": {"type": {"type": "string"}, "json": {"type": "string"}}, "required": ["type", "json"]}, "he...
[{"httpRequest" : {"body" : {"type" : "JSON", "json" : "[{\"ddtags\":\"host:TestSendlogsreturnsResponsefromserveralways200emptyJSONresponse1641430252\",\"message\":\"Test-Send_logs_returns_Response_from_server_always_200_empty_JSON_response-1641430252\"}]"}, "headers" : {"JAVA-TEST-NAME" : ["Send_logs_returns_Response_...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"httpRequest": {"type": "object", "properties": {"body": {"type": "object", "properties": {"type": {"type": "string"}, "json": {"type": "string"}}, "required": ["type", "json"]}, "headers": {"type": "object", "properties": {"JAVA-TEST-NAME": {"type": "array",...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"...
{"name" : "nodejs-weblineindia-fiscal-validation", "version" : "1.0.0", "description" : "A node component for validate Fiscal code as well as its properties with `nodejs-weblineindia-fiscal-validation`", "homepage" : "https://www.weblineindia.com/software-development-resources.html", "repository" : "https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyw...
{"name" : "key-args", "version" : "1.0.4", "description" : "A super lightweight argument parser for NodeJs. Zero dependencies. Simply works.", "main" : "args.js", "scripts" : {"test" : "node test.js -D --name=\"Hello World\" --path='c:/temp' --answer=42 --as=\"one=two\""}, "keywords" : ["node", "args", "argv", "argumen...
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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "caption": {"type": "string"}}, "required": ["name", "type", "caption"]}}, "actions": {...
{"elements" : [{"name" : "DeviceID", "type" : "NumberSpinner", "caption" : "DeviceID"}], "actions" : []}
json_instruct
{"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "caption": {"type": "string"}}, "required": ["name", "type", "caption"]}}, "actions": {"type": "array", "items": {}}}, "required": ["elements", "actions"], "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}...
{"timestamp" : 119, "object_list" : [{"position" : [2.82, 4.35], "id" : 11}, {"position" : [2.28, 5.24], "id" : 12}, {"position" : [3.3, 3.57], "id" : 13}, {"position" : [4.43, 7.0], "id" : 14}, {"position" : [5.0, 6.07], "id" : 15}, {"position" : [4.99, 5.22], "id" : 16}, {"position" : [4.93, 8.13], "id" : 17}, {"posi...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "intege...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}...
{"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "WgzN84Tx+7en7p/e8gSTupIqygw=", "path" : "github.com/gorilla/mux", "revision" : "c5c6c98bc25355028a63748a498942a6398ccd22", "revisionTime" : "2019-03-16T13:32:43Z"}], "rootPath" : "user_manager"}
json_instruct
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checks...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"require": {"type": "object", "properties": {"phpmailer/phpmailer": {"type": "string"}}, "required": ["phpmailer/phpmailer"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"...
{"require" : {"phpmailer/phpmailer" : "~6.0"}, "autoload" : {"classmap" : ["./"]}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"phpmailer/phpmailer": {"type": "string"}}, "required": ["phpmailer/phpmailer"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["require", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"options": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "repeat": {"type": "boolean"}, "fields": {"type": "object", "properties": {"transpose_type": {...
{"options" : {"type" : "fieldset", "label" : "Select Options", "show_if" : "$input_table.numOfHeader >= 1 || $input_table.numOfLabel >= 1", "repeat" : false, "fields" : {"transpose_type" : {"type" : "hidden", "val" : "mirror_matrix"}, "mirror_matrix.exchange_label_header" : {"type" : "checkbox", "label" : "Convert head...
json_instruct
{"type": "object", "properties": {"options": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "repeat": {"type": "boolean"}, "fields": {"type": "object", "properties": {"transpose_type": {"type": "object", "properties": {"type": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": ...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HAHci5wrssTMKdKjgW0+6jfnyWlrg85l/13Rv5Fi5N9kaO/jucUIZrjbf4Hik3qnKhLIa+2TC2QUuKCvChDx6v4=", "cert_user_id" : "astr0bot@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/18BoJMGrbXeBBUfGY8CUaJAW5vXediVev8/content.json", "modif...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string...
{"name" : "couleur", "version" : "1.2.2", "description" : "A node.js port of color-thief.js library by lokesh - https://github.com/lokesh/color-thief.", "homepage" : "https://github.com/olivierlesnicki/couleur", "author" : "Olivier Lesnicki (https://github.com/olivierlesnicki)", "keywords" : ["image", "dominant", "cont...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "bugs"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}}, "required": ["id", "name", "desc...
{"id" : "hurricane_seed", "name" : "Semente de Furac\u00e3o", "description" : "Ele cont\u00e9m a ess\u00eancia da energia Anemo.<br/>Dizem que o poder de criar furac\u00f5es reside dentro de seu corpo aparentemente fr\u00e1gil. Essa borboleta de pura energia Anemo deve estar esperando o dia para evocar tempestades mais...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}}, "required": ["id", "name", "description", "source", "rarity"], "$schema": "http://json-schema.org/draft-07/...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"npm-license-crawler": {"type": "string"}}, ...
{"name" : "grunt-license-crawler", "version" : "0.0.6", "description" : "Analyzes license information for multiple node.js modules (package.json files) as part of your software project.", "main" : "./tasks/grunt-license-crawler.js", "dependencies" : {"npm-license-crawler" : "^0.2.0"}, "devDependencies" : {"vows" : "*",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"npm-license-crawler": {"type": "string"}}, "required": ["npm-license-crawler"]}, "devDependencies": {"type": "obj...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": ...
{"xmin" : [911, 1134, 1150, 1150, 698], "xmax" : [958, 1239, 1225, 1218, 742], "ymin" : [1078, 492, 337, 263, 360], "ymax" : [1151, 565, 424, 350, 451]}
json_instruct
{"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"ty...
{"id" : 153716, "info" : {"name" : "google_image_preview_fullpage", "description" : "show full page preview image for google.com, google.co.jp", "additionalInfo" : null, "format" : "uso", "category" : "google", "createdAt" : "2018-01-04T15:40:20.000Z", "updatedAt" : "2018-01-04T15:43:44.000Z", "license" : "NO-REDISTRIB...
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": {"build": {"type": "object", "properties": {"cpu": {"type": "string"}, "extra_flags": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}, "product_line": {"type": "string"}}, "required":...
{"build" : {"cpu" : "cortex-m0plus", "extra_flags" : "-DSTM32L053xx", "f_cpu" : "32000000L", "mcu" : "stm32l053c8t6", "product_line" : "STM32L053xx"}, "debug" : {"default_tools" : ["stlink"], "jlink_device" : "STM32L053C8", "onboard_tools" : ["stlink"], "openocd_board" : "stm32l0discovery", "svd_path" : "STM32L053x.svd...
json_instruct
{"type": "object", "properties": {"build": {"type": "object", "properties": {"cpu": {"type": "string"}, "extra_flags": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}, "product_line": {"type": "string"}}, "required": ["cpu", "extra_flags", "f_cpu", "mcu", "product_line"]}, "debug": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021157": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "st...
{"type" : "Topology", "objects" : {"E01021157" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00107466", "LAD11CD" : "E07000065"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021157": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Please provide a valid JSON object following this schema: {"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"}}, "...
{"name" : "react-native-refreshable-scroll-view", "version" : "0.1.1", "description" : "A ScrollView that supports pull-to-refresh. You can customize it with the RefreshIndicator and type of ScrollView (ex: ListView) of your choice.", "main" : "RefreshableScrollView.js", "repository" : {"type" : "git", "url" : "git+htt...
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", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename",...
[{"manufacturer" : "Archos", "market_name" : "Archos 101c Helium", "codename" : "ac101che", "model" : "Archos 101c Helium"}]
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "re...
{"name" : "imdhemy/testing-es-in-php", "description" : "How to test elasticsearch in php", "license" : "MIT", "authors" : [{"name" : "imdhemy", "email" : "imdhemy@gmail.com"}], "require" : {"php" : ">=8.0", "elasticsearch/elasticsearch" : "^7.14"}, "require-dev" : {"phpunit/phpunit" : "^9.5"}, "autoload" : {"psr-4" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object",...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Austria withdrawing its UN Peacekeepers from Golan", "text" : "VIENNA (AP) \u2014 Austria announced on Thursday that it is withdrawing the country's 377 U.N. peacekeepers from the Golan Heights after the Syrian conflict briefly spilled over to an area near their position.\n\nIn a statement, Chancellor Werne...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"setupFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["setupFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"setupFiles" : ["<rootDir>/test/setup.js"]}
json_instruct
{"type": "object", "properties": {"setupFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["setupFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "Leonard Westermann"}, {"author" : "Peer Eysel"}, {"author" : "Marvin Simons"}, {"author" : "Kourosh Zarghooni"}], "doi" : "10.1155/2017/7191476", "publication_date" : "2017-11-08", "id" : "EN113733", "url" : "https://pubmed.ncbi.nlm.nih.gov/29109886", "source" : "Case reports in orthopedics",...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Barbonville", "dpt" : "Meurthe-et-Moselle", "inscrits" : 350, "abs" : 55, "votants" : 295, "blancs" : 8, "nuls" : 2, "exp" : 285, "res" : [{"panneau" : "2", "voix" : 105}, {"panneau" : "11", "voix" : 56}, {"panneau" : "3", "voix" : 42}, {"panneau" : "9", "voix" : 40}, {"panneau" : "1", "voix" : 20}, {"panneau...
json_instruct
{"type": "object", "properties": {"nom": {"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", "items": {"type": "object"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"scriptName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"...
{"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"scriptName" : {"value" : "test"}, "userMsiName" : {"value" : "imagingMSI"}, "kind" : {"value" : "AzurePowerShell"}, "azPowerShellVersion" : {"value" : "3.0"}, "scriptContent" ...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"scriptName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "userMsiName": {"type": "object", "properties": {"value": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coo...
{"geometry" : {"coordinates" : [[[-99.2999270656109, 44.19948222118498], [-99.29877183553151, 44.54815878873637], [-99.31605283422215, 44.54876924753707], [-99.31454471502613, 44.894494020921485], [-98.72200363647234, 44.891653657243346], [-98.70331880011707, 44.89137137703247], [-98.70493467171511, 44.63324997994544],...
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build_html": {"type": "string"}, "build_jso...
{"name" : "my_links", "version" : "0.1.0", "description" : "Links I find useful.", "main" : "compile.coffee.md", "scripts" : {"build_html" : "jade --obj data.json index.jade", "build_json" : "python3 compile.py", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build_html": {"type": "string"}, "build_json": {"type": "string"}, "test": {"type": "string"}}, "required": ["build_ht...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scr...
{"name" : "jerrytools", "version" : "1.0.0", "description" : "A small JavaScript library.", "main" : "dist/Jerry.min.js", "directories" : {"test" : "test"}, "scripts" : {"coverage" : "node_modules/.bin/nyc --reporter=html --reporter=text node_modules/mocha/bin/_mocha -r jsdom-global/register", "test" : "mocha -r jsdom-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"coverage": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "...
{"code" : 8206033008, "parent" : 8206033, "name" : "MAJIKO TONGONE", "latitude" : null, "longitude" : null, "postal" : [97869], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "noImplicitRet...
{"compilerOptions" : {"target" : "es6", "sourceMap" : false, "removeComments" : true, "experimentalDecorators" : true, "noImplicitReturns" : true, "typeRoots" : ["node_modules/@types"], "types" : ["jquery", "node"]}, "include" : ["./**/*"], "exclude" : ["node_modules/*"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "typeRoots": {"type": "array", "items": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object",...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "LineString", "coordinates" : [[14.690225422382355, 47.43714655379967], [14.720306396484373, 47.42715820148522], [14.791717529296875, 47.40299687942138], [14.907073974609373, 47.386263315961884], [14.993591308593...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dockerFile": {"type": "string"}, "bumpVersion": {"type": "boolean"}, "deleteUntaggedImages": {"type": "boolean"}, "imageIds": {"type": "array", "items": {"type": "string"}}}, "required": ["dockerFile", "bumpVersion", "delet...
{"dockerFile" : "Dockerfile", "bumpVersion" : false, "deleteUntaggedImages" : true, "imageIds" : ["sha256:5802d9ef8e3fb507233cdebf7928243e9597efca3ca174623cf7716eeb925405", "sha256:f354e7d676fc9d56e9af83c82f2fd432e70ca94891a71a159f6450be1098dd5f", "sha256:a9744f13ae41e7810e2d2dc0d60a62937636b1c5d2aea00ef6b60316ff3d02e9...
json_instruct
{"type": "object", "properties": {"dockerFile": {"type": "string"}, "bumpVersion": {"type": "boolean"}, "deleteUntaggedImages": {"type": "boolean"}, "imageIds": {"type": "array", "items": {"type": "string"}}}, "required": ["dockerFile", "bumpVersion", "deleteUntaggedImages", "imageIds"], "$schema": "http://json-schema....
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Aliases": {"type": "array", "items": {"type": "object", "properties": {"AliasArn": {"type": "string"}, "Name": {"type": "string"}, "FunctionVersion": {"type": "string"}, "Description": {"type": "string"}, "Revi...
{"Aliases" : [{"AliasArn" : "arn:aws:lambda:us-east-1:085250262607:function:step-function-loop:PROD", "Name" : "PROD", "FunctionVersion" : "1", "Description" : "", "RevisionId" : "03ee6610-1bf1-4e91-8fbe-4435c35c4b99"}]}
json_instruct
{"type": "object", "properties": {"Aliases": {"type": "array", "items": {"type": "object", "properties": {"AliasArn": {"type": "string"}, "Name": {"type": "string"}, "FunctionVersion": {"type": "string"}, "Description": {"type": "string"}, "RevisionId": {"type": "string"}}, "required": ["AliasArn", "Name", "FunctionVer...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1912, 7], [1913, 5], [1914, 10], [1915, 14], [1916, 10], [1917, 15], [1918, 15], [1919, 10], [1920, 11], [1921, 10], [1922, 12], [1923, 10], [1924, 12], [1925, 9], [1926, 15], [1927, 9], [1928, 8], [1929, 6], [1930, 7], [1931, 5], [1932, 6], [1933, 9], [1941, 6], [1943, 7], [1949, 6], [1951, 5], [1952, 5], [1953, 5],...
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": {"algoliasearch.helper.js": {"type": "string"}, "algoliasearch.helper.min.js": {"type": "string"}}, "required": ["algoliasearch.helper.js", "algoliasearch.helper.min.js"], "$schema": "http://json-schema.org/draft-07/s...
{"algoliasearch.helper.js" : "sha256-wVL5D/mjBj9pQSxcdKTxSBJBohQtKUJ/+ms91o49xGg=", "algoliasearch.helper.min.js" : "sha256-GU86XtlG2YA9ETTXSlsdqQOZ301i0KuvZUUCKgoEq2A="}
json_instruct
{"type": "object", "properties": {"algoliasearch.helper.js": {"type": "string"}, "algoliasearch.helper.min.js": {"type": "string"}}, "required": ["algoliasearch.helper.js", "algoliasearch.helper.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "st...
[{"molecule_structure" : "linear", "definition" : "Persimmon virus A viral cRNA, complete genome, clone: Kaki13-14", "virus_id" : "aaf7ab67", "isolate_id" : "j7ate0f4", "_id" : "NC_018381", "host" : "Diospyros kaki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hello": {"type": "string"}, "world?": {"type": "string"}}, "required": ["hello", "world?"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hello" : "{{.key2}}", "world?" : "{{.key1}}"}
json_instruct
{"type": "object", "properties": {"hello": {"type": "string"}, "world?": {"type": "string"}}, "required": ["hello", "world?"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "middleName": {"type": "string"}, "type": {"type": "string"}, "email": {"type": "string"}, "entryDate": {"type": "integer"}, "updatedDate": {"type": "i...
{"firstName" : "Tadeo", "lastName" : "Rivera", "middleName" : "Nathanael", "type" : "G", "email" : "tadeo@gmail.com", "entryDate" : 1386669626140, "updatedDate" : 1387836734700, "activeFlag" : true, "gender" : "m"}
json_instruct
{"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "middleName": {"type": "string"}, "type": {"type": "string"}, "email": {"type": "string"}, "entryDate": {"type": "integer"}, "updatedDate": {"type": "integer"}, "activeFlag": {"type": "boolean"}, "gender": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3329040005", "district_id" : "3329040", "name" : "PAKUJATI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "inte...
{"IsRecentlyVerified" : false, "ID" : 166348, "UUID" : "EF7CCE12-6C81-457C-A955-A3C944724D5C", "DataProviderID" : 28, "DataProvidersReference" : "FR*S44*P44158A", "OperatorID" : 3412, "UsageTypeID" : 5, "AddressInfo" : {"ID" : 166707, "Title" : "Saint-\u00c9tienne-de-Montluc | Avenue Abb\u00e9 Paul Mercier", "AddressLi...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool"...
{"contract" : "0x9c9f98c95ec0a9555688b4120c8e841b6a1be3d3", "tool" : "osiris", "start" : 1564602330.4633236, "end" : 1564602336.8238966, "duration" : 6.360573053359985, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "test-language-2", "extends" : ["test-language-1"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210124108200", "text" : "\u5b5f\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "210124108201", "text" : "\u9760\u9675\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "210124108202", "text" : "\u51e4\u5c90\u5821\u6751\u59d4\u4f1a"}, {"id" : "210124108204", "text" : "\u8001\u8fb9\u6751\u59d4\u4f1a"}, {"id" : "210124108205", "text" : "\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp...
{"nom" : "Palise", "dpt" : "Doubs", "inscrits" : 114, "abs" : 9, "votants" : 105, "blancs" : 13, "nuls" : 2, "exp" : 90, "res" : [{"panneau" : "2", "voix" : 51}, {"panneau" : "1", "voix" : 39}]}
json_instruct
{"type": "object", "properties": {"nom": {"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", "items": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-96.683209, 32.930495], [-96.683068, 32.931078], [-96.664874, 32.930714], [-96.665328, 32.916365], [-96.683081, 32.917167], [-96.683209, 32.930495]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 87728}}]}
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uui...
{"code" : "16", "description" : "", "label" : "Bei Definition der Projektanforderungen fehlende Ber\u00fccksichtigung von Ausnahmesituationen, bei denen das System die Grenzbedingungen erreicht", "language" : "DE", "uuid" : "69fc07bc-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"jquery.loadTemplate.js": {"type": "string"}, "jquery.loadTemplate.min.js": {"type": "string"}}, "required": ["jquery.loadTemplate.js", "jquery.loadTemplate.min.js"], "$schema": "http://json-schema.org/draft-07/schema...
{"jquery.loadTemplate.js" : "sha256-6pr47hswclCIfJaqAzKKS1sTW5NeYZxgslChagQxhIA=", "jquery.loadTemplate.min.js" : "sha256-QgDtE9RDbpIRSWGWj75IK8Qz9HC/sqQHOQopqwuYOLw="}
json_instruct
{"type": "object", "properties": {"jquery.loadTemplate.js": {"type": "string"}, "jquery.loadTemplate.min.js": {"type": "string"}}, "required": ["jquery.loadTemplate.js", "jquery.loadTemplate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "...
{"id" : 6362, "name" : "Food Network: Ad Cleaner", "description" : "Removes the primary ad zones from the Food Network pages.", "user" : {"id" : 4511, "name" : "bjendrick", "email" : "redacted", "paypal_email" : "bjendrick@timelydbs.com", "homepage" : null, "about" : null, "license" : null}, "updated" : "2008-04-10T20:...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "abo...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-04-27T10:46:30Z-f28f7ff": {"type": "number"}, "2021-05-17T21:03:01Z-82c6df0": {"type": "number"}, "2021-06-01T18:22:13Z-15f02ba": {"type": "number"}, "2021-06-02T19:41:14Z-0d19e...
{"2021-01-10T00:00:00Z" : 0.0016, "2021-04-27T10:46:30Z-f28f7ff" : 0.0016, "2021-05-17T21:03:01Z-82c6df0" : 0.001, "2021-06-01T18:22:13Z-15f02ba" : 0.0017, "2021-06-02T19:41:14Z-0d19e92" : 0.0026, "2021-06-04T15:52:09Z-d0867d1" : 0.0024, "2021-06-07T08:32:30Z-6b6002b" : 0.0072, "2021-06-08T21:14:02Z-69b6fbb" : 0.0043, ...
json_instruct
{"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-04-27T10:46:30Z-f28f7ff": {"type": "number"}, "2021-05-17T21:03:01Z-82c6df0": {"type": "number"}, "2021-06-01T18:22:13Z-15f02ba": {"type": "number"}, "2021-06-02T19:41:14Z-0d19e92": {"type": "number"}, "2021-06-04T15:52:09Z-d0867d1": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build.docs": {"type": "string"}, "storybook": {"type": "string"}}, "required": ["build.docs", "storybook"]}, "devDependencies": {"type": "object", "properties": {"@stoplight/stor...
{"scripts" : {"build.docs" : "build-storybook -c .storybook -o docs-auto", "storybook" : "start-storybook -p 9001"}, "devDependencies" : {"@stoplight/storybook-config" : "1.x.x"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build.docs": {"type": "string"}, "storybook": {"type": "string"}}, "required": ["build.docs", "storybook"]}, "devDependencies": {"type": "object", "properties": {"@stoplight/storybook-config": {"type": "string"}}, "required": ["@stoplight/s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_tensor": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "_dim1": {"type": "integer"}, "_dim2": {"type": "integer"}, "_dim3": {"type": "in...
{"_tensor" : [[[[0.0], [2.958546658992757], [0.777191987226254], [220.77609387893986], [405.6929488025775], [411.4428359551392], [431.34106432867645], [0.0], [0.0], [0.0], [0.0]]], [[[2.958546658992757], [0.0], [0.1487161874771014], [206.9083008003072], [388.0326477491077], [393.2025621317], [413.40712879665426], [0.0]...
json_instruct
{"type": "object", "properties": {"_tensor": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "_dim1": {"type": "integer"}, "_dim2": {"type": "integer"}, "_dim3": {"type": "integer"}, "_dim4": {"type": "integer"}, "_total_num_collision_c...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "parserOptions": {"type": "object", "properties": {"sourceType":...
{"root" : true, "extends" : ["@nodecraft"], "plugins" : ["json", "node"], "parserOptions" : {"sourceType" : "module"}, "rules" : {"node/no-missing-import" : "off", "node/no-unsupported-features/es-syntax" : "off"}}
json_instruct
{"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "parserOptions": {"type": "object", "properties": {"sourceType": {"type": "string"}}, "required": ["sourceType"]}, "rules": {"type": "objec...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.or...
[{"year" : 1987, "sex" : "F", "n" : 7, "prop" : 3.74e-06}, {"year" : 1988, "sex" : "F", "n" : 8, "prop" : 4.16e-06}, {"year" : 1989, "sex" : "F", "n" : 7, "prop" : 3.51e-06}, {"year" : 1990, "sex" : "F", "n" : 8, "prop" : 3.89e-06}, {"year" : 1991, "sex" : "F", "n" : 7, "prop" : 3.44e-06}, {"year" : 1992, "sex" : "F", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"server": {"type": "string"}, "port": {"type": "string"}, "password": {"type": "string"}, "localserver": {"type": "string"}, "sockserver": {"type": "string"}, "sock5": {"type": "string"}, "localport": {"type": "string...
{"server" : "0.0.0.0", "port" : "9997", "password" : "000", "localserver" : "127.0.0.1", "sockserver" : "127.0.0.1", "sock5" : "0", "localport" : "6064"}
json_instruct
{"type": "object", "properties": {"server": {"type": "string"}, "port": {"type": "string"}, "password": {"type": "string"}, "localserver": {"type": "string"}, "sockserver": {"type": "string"}, "sock5": {"type": "string"}, "localport": {"type": "string"}}, "required": ["server", "port", "password", "localserver", "socks...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"backups": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "locationRef": {"type": "string"}, "created": {"type": "...
{"backups" : [{"id" : "2a4d0f86-67cd-408a-8b66-017454fb7793", "name" : "50deafb3e45d451a9406ca146b71fe9a_rds-1_4f87d3c4-9e33-482f-b962-e23b30d1a18c_2016_08_23_01_59_23.tar.gz", "description" : "", "locationRef" : "", "created" : "2016-08-23T03:59:23", "updated" : "2016-08-23T04:01:40", "size" : 0.0, "status" : "COMPLET...
json_instruct
{"type": "object", "properties": {"backups": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "locationRef": {"type": "string"}, "created": {"type": "string"}, "updated": {"type": "string"}, "size": {"type": "number"}, ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"deigma": {"type": "object", "properties": {"jud.1.7|20": {"type": "array", "items": {"type": "string"}}}, "required": ["jud.1.7|20"]}}, "required": ["de...
{"pos" : "n", "translits" : {"deigma" : {"jud.1.7|20" : ["are set forth as", "an example", "of fire"]}}, "meanings" : {"example" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"deigma": {"type": "object", "properties": {"jud.1.7|20": {"type": "array", "items": {"type": "string"}}}, "required": ["jud.1.7|20"]}}, "required": ["deigma"]}, "meanings": {"type": "object", "properties": {"exa...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "blueprint": {"type": "object", "properties": {"description": {"type": "string"}, "overview": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "propert...
{"version" : "1.0.0", "blueprint" : {"description" : "Installs autojump (a smarter version of the cd command) on nearly any platform", "overview" : "[autojump](https://github.com/wting/autojump) is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the ...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "blueprint": {"type": "object", "properties": {"description": {"type": "string"}, "overview": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"github": {"type": "string"}, "gitlab": {"type": "string"}}, "req...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"GET_Time" : "1.75"}
json_instruct
{"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bonetta", "definition" : "See Bonito. Sir T. Herbert."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"account_details_heading": {"type": "string"}, "change_password": {"type": "string"}, "username_already_exists": {"type": "string"}, "account_setup": {"type": "string"}, "choose_username": {"type": "string"}, "please_login_agai...
{"account_details_heading" : "Konto details", "change_password" : "Passwort \u00e4ndern", "username_already_exists" : "Usernamen gibt es schon, bitte einen anderen w\u00e4hlen.", "account_setup" : "Account Setup", "choose_username" : "W\u00e4hle deinen Benutzernamen", "please_login_again" : "Damit das funktioniert <a h...
json_instruct
{"type": "object", "properties": {"account_details_heading": {"type": "string"}, "change_password": {"type": "string"}, "username_already_exists": {"type": "string"}, "account_setup": {"type": "string"}, "choose_username": {"type": "string"}, "please_login_again": {"type": "string"}}, "required": ["account_details_head...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"summary_date": {"type": "string"}, "period_id": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "...
[{"summary_date" : "2021-10-25", "period_id" : 0, "score" : 82, "score_activity_balance" : 91, "score_hrv_balance" : 78, "score_previous_day" : 84, "score_previous_night" : 75, "score_recovery_index" : 64, "score_resting_hr" : 100, "score_sleep_balance" : 72, "score_temperature" : 100, "rest_mode_state" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"summary_date": {"type": "string"}, "period_id": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:debug": ...
{"name" : "express-content-ease", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "nodemon index.js", "start:debug" : "nodemon --inspect index.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"dotenv" : "^8.2.0", "express" : "^4.17.1", "express-minify-html"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:debug": {"type": "string"}}, "required": ["start", "start:debug"]}, "keywords": {"t...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"APDH": {"type": "string"}, "Q8KQL2": {"type": "string"}, "ARPD_ENTAV": {"type": "string"}, "D-arabitol-phosphate dehydrogenase": {"type": "string"}}, "required": ["APDH", "Q8KQL2", "ARPD_ENTAV", "D-arabitol-phosphate dehydroge...
{"APDH" : "Q8KQL2", "Q8KQL2" : "Q8KQL2", "ARPD_ENTAV" : "Q8KQL2", "D-arabitol-phosphate dehydrogenase" : "Q8KQL2"}
json_instruct
{"type": "object", "properties": {"APDH": {"type": "string"}, "Q8KQL2": {"type": "string"}, "ARPD_ENTAV": {"type": "string"}, "D-arabitol-phosphate dehydrogenase": {"type": "string"}}, "required": ["APDH", "Q8KQL2", "ARPD_ENTAV", "D-arabitol-phosphate dehydrogenase"], "$schema": "http://json-schema.org/draft-07/schema#...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "179d86c7afd9fbb0f7c1"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"createTime": {"type": "string"}, "labels": {"type": "object", "properties": {"app": {"type": "string"}, "group": {"type": "string"}}, "required": ["app", "group"]}, "name": {"type": "string"}, "replication": {"type": "objec...
{"createTime" : "2021-09-09T22:56:55.217330Z", "labels" : {"app" : "prow", "group" : "sig-testing"}, "name" : "projects/127754664067/secrets/k8s-infra-cherrypick-robot-github-token", "replication" : {"automatic" : {}}}
json_instruct
{"type": "object", "properties": {"createTime": {"type": "string"}, "labels": {"type": "object", "properties": {"app": {"type": "string"}, "group": {"type": "string"}}, "required": ["app", "group"]}, "name": {"type": "string"}, "replication": {"type": "object", "properties": {"automatic": {"type": "object", "properties...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "hentaibondage", "author" : "hentaibot", "count" : 23}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "330602015001", "text" : "\u5b59\u7aef\u5c45\u59d4\u4f1a"}, {"id" : "330602015200", "text" : "\u5b59\u7aef\u6751\u59d4\u4f1a"}, {"id" : "330602015201", "text" : "\u524d\u53cc\u76c6\u6751\u59d4\u4f1a"}, {"id" : "330602015202", "text" : "\u65b0\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "330602015203", "text" : "\u9547\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3275020003", "district_id" : "3275020", "name" : "JATIRASA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$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": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07...
[{"Similarity" : "0.979", "Title" : "Towards a Law of Invariance Human Conceptual Behavior", "Year" : 2011}, {"Similarity" : "0.965", "Title" : "Evidence for the size principle in semantic and perceptual domains", "Year" : 2017}, {"Similarity" : "0.947", "Title" : "Generative Inferences Based on a Discriminative Bayesi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["cou...
{"courseCode" : "EG3611A", "courseCredit" : "10", "description" : "This internship module is for B.Eng. degree with a compulsory 20-week internship. The type of internship varies according to the programmes. Internships integrate knowledge and theory learned in the classroom with practical application and skill develop...
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "ti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ServerPort": {"type": "string"}, "LogLevel": {"type": "string"}, "PermissionsViewUrl": {"type": "string"}, "AmqpUrl": {"type": "string"}, "AmqpReconnectTimeout": {"type": "integer"}, "PermTopic": {"type": "st...
{"ServerPort" : "8080", "LogLevel" : "CALL", "PermissionsViewUrl" : "http://permissionsearch:8080", "AmqpUrl" : "amqp://user:pw@rabbitmq:5672/", "AmqpReconnectTimeout" : 10, "PermTopic" : "permissions", "ForceUser" : "false", "ForceAuth" : "false"}
json_instruct
{"type": "object", "properties": {"ServerPort": {"type": "string"}, "LogLevel": {"type": "string"}, "PermissionsViewUrl": {"type": "string"}, "AmqpUrl": {"type": "string"}, "AmqpReconnectTimeout": {"type": "integer"}, "PermTopic": {"type": "string"}, "ForceUser": {"type": "string"}, "ForceAuth": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "au...
{"name" : "cpnporg/glance", "type" : "library", "description" : "Glance: dashboard generator for GitHub projects.", "keywords" : ["github", "issues", "dashboard"], "homepage" : "https://github.com/cpnporg/glance", "license" : "MIT", "authors" : [{"name" : "Greg Payne", "email" : "greg.payne@gmail.com"}], "require" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"...
{"topic" : "genskyvec and hdr", "category" : "hdri", "attachments" : [], "created_by_name" : "Mehlika Inanici", "created_at" : "February 23, 2013 at 01:57PM", "body" : "Hi everyone,\n\n\nIs there a way to run genskyvec with an HDR sky image? If yes, how? I could not come up with the right solution. \n\n\nThanks,\nMehli...
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 523622.0, "ps" : 656036.0}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$...
[{"user" : "U2Y88J0E5", "text" : "<@U2Y88J0E5|khaleshah> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1478435784.000114"}, {"user" : "U0NV3AS66", "text" : "<@U0NV3AS66|mawasthi> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1478455652.000115"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"magento-hackathon...
{"name" : "eataly/fairly-unique-url-key", "description" : "Since Magento EE 1.13 the url key attribute of a product must be unique across all store views. This module makes it unique only in the same store view, so that the same product in another store view can have the same url key.", "version" : "1.0.0", "license" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"magento-hackathon/magento-composer-installer": {"type": "string"}}, "required": ["magen...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "qa": {"type": "array", "items": {}}, "answer_vec": {"type": "array", "items": {"type": "integer"}}}, "required": ["text", "qa", "answer_vec"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"text" : "uh, fifteen...", "qa" : [], "answer_vec" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "qa": {"type": "array", "items": {}}, "answer_vec": {"type": "array", "items": {"type": "integer"}}}, "required": ["text", "qa", "answer_vec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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...
{"ast" : null, "code" : "export const UPDATE_PRODUCTS = \"UPDATE_PRODUCTS\";\nexport const UPDATE_CATEGORIES = \"UPDATE_CATEGORIES\";\nexport const UPDATE_CURRENT_CATEGORY = \"UPDATE_CURRENT_CATEGORY\";", "map" : {"version" : 3, "sources" : ["/Users/lance/Desktop/Bootcamp-Code/canvas-projects/shop-shop/client/src/utils...
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...