input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "aceMode": {"type": "string"}, "codemirrorMode": {"type": "string"}, "codemirrorMimeType": {"type": "string"}, "wrap": {"type": "boolean"}, "extensions": {"type"...
{"name" : "Pod", "type" : "prose", "aceMode" : "perl", "codemirrorMode" : "perl", "codemirrorMimeType" : "text/x-perl", "wrap" : true, "extensions" : [".pod"], "interpreters" : ["perl"], "tmScope" : "none", "languageId" : 288}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "aceMode": {"type": "string"}, "codemirrorMode": {"type": "string"}, "codemirrorMimeType": {"type": "string"}, "wrap": {"type": "boolean"}, "extensions": {"type": "array", "items": {"type": "string"}}, "interpreters": {"type": "ar...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/thick_diagonal_oak_branch_67_45"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.34692, 51.073437]}, "properties" : {"point" : "POINT (0.346920 51.073437)", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1028081", "name" : "Pell Green Cottage", "listed-building" : "1028081", "start-date" : "19...
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": {"point": {"type": "string"}, "docu...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 99553, "cartId" : "31195d01-c3c8-451b-af4c-bae80e0bb34b", "preferredProducts" : [1633, 1498, 4522, 305, 262], "productReviews" : [{"productId" : 4306, "reviewText" : "My neighbor Lonnie has one of these. She works as a hobbit and she says it looks microscopic.", "reviewDate" : "2020-03-03T15:12:58.6881202+0...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
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" : "DJZombieCheck", "version" : "0.5.0", "summary" : "A Objective-C zombie object detect tool.", "description" : "A Objective-C zombie object detect tool,it can work in release mode.", "homepage" : "https://github.com/Dokay/DJZombieCheck", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Dokay" : ...
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "target": {"type": "string"}, "accuracy": {"type": "string"}, "power": {"type": "string"}, "type": {"type": "string"}, "category": {"type": "string"}, "cost": {"type": "integer"}, "description": {"ty...
{"name" : "Wild Charge", "target" : "An opponent", "accuracy" : "100", "power" : "125\u2192150", "type" : "Electric", "category" : "Physical", "cost" : 3, "description" : "The user also takes 20% of the damage it dealt to the target.", "skill_type" : "Pokemon"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "target": {"type": "string"}, "accuracy": {"type": "string"}, "power": {"type": "string"}, "type": {"type": "string"}, "category": {"type": "string"}, "cost": {"type": "integer"}, "description": {"type": "string"}, "skill_type": {"type": "string"}}, "require...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CIDADE" : "Guare\u00ed", "IBGE" : "3518503", "ESTADO" : "S\u00e3o Paulo", "ID" : "35"}
json_instruct
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$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": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "st...
[{"postal_code" : "28980", "place_name" : "La Gloria", "place_type" : "Colonia", "county" : "Villa de \u00c1lvarez", "state" : "Colima", "city" : "Ciudad de Villa de \u00c1lvarez"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
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" : "pinyin-match-engine", "version" : "1.0.1", "description" : "\u652f\u6301\u5339\u914d\u4f4d\u7f6e\u3001\u957f\u5ea6\u7684\u62fc\u97f3\u5339\u914d\u5f15\u64ce", "main" : "src/index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/kerlw/pinyin-match-engine"}, "keywords" : ["pinyin"], "author...
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", ...
Please provide a valid JSON object following 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" : 404342429, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "fca56d5760f2ac0286804edff5b2f487", "wof:id" : 404342429, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-3.64322, 41.40376, -3.64322, 41.40376], "geometry" : {"coordinate...
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": ["...
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"}, "year": {"type": "string"}, "departments": {"type": "array", "it...
{"title" : "Stabilizing motion tracking using retrieved motion priors.", "fields" : ["match moving", "application software", "quarter pixel motion", "computer vision", "animation", "prior probability", "mathematics", "artificial intelligence"], "abstract" : "In this paper, we introduce a novel iterative motion tracking...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "targetType": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "homepage": {"type": "string"}, "stringI...
{"name" : "haystacklib", "targetType" : "library", "description" : "D implementation of project-haystack.org.", "authors" : ["Radu Racariu"], "copyright" : "(c) 2017, Radu Racariu", "homepage" : "https://github.com/rracariu/haystacklib", "stringImportPaths" : ["src/haystack/util"], "license" : "BSL-1.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "targetType": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "homepage": {"type": "string"}, "stringImportPaths": {"type": "array", "items": {"type": "string"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"_test": {"type": "string"}, "accession": {"type": "string"}, "award": {"type": "string"}, "description": {"type": "string"}, "lab": {"type": "string"}, "status": {"type": "string"}, "subm...
[{"_test" : "gene silencing series", "accession" : "ENCSR001GSS", "award" : "UM1HG009390", "description" : "Gene silencing series.", "lab" : "tim-reddy", "status" : "released", "submitted_by" : "facilisi.tristique@potenti.vivamus", "related_datasets" : ["/experiments/ENCSR611ZAL", "/experiments/ENCSR001EPI"], "uuid" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_test": {"type": "string"}, "accession": {"type": "string"}, "award": {"type": "string"}, "description": {"type": "string"}, "lab": {"type": "string"}, "status": {"type": "string"}, "submitted_by": {"type": "string"}, "related_datasets": {"type": "array", "i...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"angucomplete-alt.min.js": {"type": "string"}}, "required": ["angucomplete-alt.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angucomplete-alt.min.js" : "sha512-aV/Qdjd18AG6l8lemxs4Z/GAdJCvxXAQtFqYGt01xP1dgtEF16njBWHHzkB0GCuKgPpGUyz7ScgMva65SAXKSQ=="}
json_instruct
{"type": "object", "properties": {"angucomplete-alt.min.js": {"type": "string"}}, "required": ["angucomplete-alt.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/Users/tombo/.pyenv/versions/3.8.8/bin/python3.8"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "stri...
{"body" : "Hi Greg,\n\n\nyeah, we're a bunch of lazybones. Folks are waiting for YOU to give us \nthe answer :-) (-:\n\n\n-cb\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2004-June/001829.html).</sup>", "attachments" : [], "created_by_nam...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Create a JSON structure that matches this schema definition: {"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" : [-2.072833, 52.509412]}, "properties" : {"site-plan-url" : "https://mapping.dudley.gov.uk/atMyDudley.aspx?MapSource=DMBC/AllMaps&SearchLayer=brownfield_register&SearchField=br_reference&SearchValue=DEVOPP0007", "planning-permission-type" : "reserved m...
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-plan-url": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}}, "required": ["versionId"]}, "recorder": {"type": "object", "properties": {"reference":...
{"resourceType" : "AllergyIntolerance", "id" : "34", "meta" : {"versionId" : "2.0"}, "recorder" : {"reference" : "Practitioner/1"}, "patient" : {"reference" : "Patient/6"}, "substance" : {"coding" : [{"system" : "http://rxnav.nlm.nih.gov/REST/Ndfrt", "code" : "N0000175503", "display" : "sulfonamide antibacterial"}]}, "...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}}, "required": ["versionId"]}, "recorder": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}, "patient": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"incremental": {"type": "boolean"}, "indentWidth": {"type": "integer"}, "lineWidth": {"type": "integer"}, "typescript": {"type": "object", "properties": {"useBraces": {"type": "string"}}, "required": ["useBraces"]}, ...
{"incremental" : true, "indentWidth" : 2, "lineWidth" : 160, "typescript" : {"useBraces" : "preferNone"}, "includes" : ["**/*.{ts,tsx,js,jsx,json,md}"], "excludes" : ["**/node_modules", "**/*-lock.json", "packages/*/dist/**/*.*", "packages/*/lib/*.ts", "**/CHANGELOG.md", "**/wrapped-nodes.md", "packages/ts-morph/src/co...
json_instruct
{"type": "object", "properties": {"incremental": {"type": "boolean"}, "indentWidth": {"type": "integer"}, "lineWidth": {"type": "integer"}, "typescript": {"type": "object", "properties": {"useBraces": {"type": "string"}}, "required": ["useBraces"]}, "includes": {"type": "array", "items": {"type": "string"}}, "excludes"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "strin...
{"countries" : [], "topics" : [], "section_title" : "DRAFT REPORT OF IPCC-37", "enb_start_date" : "10-Mar-14", "enb_short_title" : "IPCC-38", "subtype" : "", "actors" : [], "sentences" : ["IPCC Secretary Christ reminded participants that the revised IPCC-37 report had been circulated with incorporated changes suggested...
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pedding": {"type": "string"}, "taffydb": {"type": "string"}}, "required": ["pedding", "taffydb"]}}, "required": ["name", "dependenci...
{"name" : "remote-demo", "dependencies" : {"pedding" : "*", "taffydb" : "https://registry.npm.taobao.org/taffydb/download/taffydb-2.7.2.tgz"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pedding": {"type": "string"}, "taffydb": {"type": "string"}}, "required": ["pedding", "taffydb"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type"...
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "compressed:charcoal_block_i"}], "result" : {"item" : "compressed:charcoal_block", "count" : 9}}
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"}, "count": {"type": "integer"}}, "required": ["item", "coun...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}}, "required": ["name", "type", "description", "minimum-stability"], "$schema":...
{"name" : "ctidigital/goodshare.js", "type" : "npm-asset", "description" : "A fork of koddr/goodshare.js, but with non-English speaking services removed to keep file weight down", "minimum-stability" : "dev"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}}, "required": ["name", "type", "description", "minimum-stability"], "$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"}, "build": {"type": "string"}, "de...
{"name" : "vue-notify", "version" : "1.0.4", "description" : "A system for managing static and dynamic notifications in Vue/Vuex", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "webpack --config webpack.config.dev.js", "dev" : "webpack serve --config webpack.config....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "build", "dev...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "titl...
{"published" : "2015-09-24T08:26:16Z", "media-type" : "News", "title" : "Chelsea are the Premier League's MOST fouled team so far this season", "id" : "a79173f4-be46-4b66-b974-f378eac3ef27", "content" : "Jose Mourinho will definitely want to read this article\u2026 Right now, Chelsea are not the most popular side in th...
json_instruct
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type":...
{"categories" : ["Web Development"], "desc" : "\n", "details" : {"authors" : "Louis Lazaris", "format" : "pdf", "isbn-10" : "0987467441", "isbn-13" : "978-0987467447", "pages" : "150 pages", "publication date" : "September 22, 2013", "publisher" : "SitePoint", "size" : "14.02Mb"}, "img" : "http://23.95.221.108/covers/c...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "recorded": {"type": "string"}, "relatd_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url":...
{"description" : "We\u2019ll take a look at some Python code that has a strange bug in it. You\u2019ll learn why it\u2019s a bug and why it only occurs with larger numbers. We\u2019ll cover fixes, dive into how Python works and look at some CPython source code. You\u2019ll learn about \u201cis\u201d vs \u201c==\u201d a...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "recorded": {"type": "string"}, "relatd_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": ...
Create a JSON structure that matches this schema definition: {"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", "...
{"timestamp" : 715, "object_list" : [{"position" : [11.59, 5.09], "id" : 142}, {"position" : [10.61, 4.37], "id" : 143}, {"position" : [4.28, 5.27], "id" : 144}], "frame" : 715, "size" : 3}
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...
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" : "Cl\u00e9ry-Grand", "dpt" : "Meuse", "inscrits" : 62, "abs" : 6, "votants" : 56, "blancs" : 2, "nuls" : 2, "exp" : 52, "res" : [{"panneau" : "2", "voix" : 37}, {"panneau" : "1", "voix" : 15}]}
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "...
{"solution_size" : 197, "ok" : true, "resemblance" : 0.392857, "problem_id" : 4356, "solution_spec_hash" : "d9f96e333328910d5b9567fddb07f98e717b26e3"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j...
Construct a JSON document that adheres to this schema specification: {"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" : "La Roche-Clermault", "dpt" : "Indre-et-Loire", "inscrits" : 429, "abs" : 71, "votants" : 358, "blancs" : 45, "nuls" : 22, "exp" : 291, "res" : [{"panneau" : "1", "voix" : 191}, {"panneau" : "2", "voix" : 100}]}
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"...
Generate a valid JSON object that conforms to the following 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": {"t...
{"nom" : "Samatan", "dpt" : "Gers", "inscrits" : 1860, "abs" : 249, "votants" : 1611, "blancs" : 20, "nuls" : 20, "exp" : 1571, "res" : [{"panneau" : "3", "voix" : 387}, {"panneau" : "2", "voix" : 311}, {"panneau" : "9", "voix" : 307}, {"panneau" : "11", "voix" : 300}, {"panneau" : "4", "voix" : 101}, {"panneau" : "1",...
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": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {...
{"nom" : "Visker", "dpt" : "Hautes-Pyr\u00e9n\u00e9es", "inscrits" : 307, "abs" : 39, "votants" : 268, "blancs" : 37, "nuls" : 10, "exp" : 221, "res" : [{"panneau" : "1", "voix" : 172}, {"panneau" : "2", "voix" : 49}]}
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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"adminarea": {"type": "string"}, "shortname": {"type": "string"}}, "required": ["adminarea", "shortname"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"adminarea" : "Fairfield", "shortname" : "fairfield"}, {"adminarea" : "Hartford", "shortname" : "hartford"}, {"adminarea" : "Litchfield", "shortname" : "litchfield"}, {"adminarea" : "Middlesex", "shortname" : "middlesex"}, {"adminarea" : "New Haven", "shortname" : "new-haven"}, {"adminarea" : "New London", "shortname...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"adminarea": {"type": "string"}, "shortname": {"type": "string"}}, "required": ["adminarea", "shortname"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "classes": {"type": "string"}, "label": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "items": {"type": "array", "items": {"type": "o...
{"id" : "select-1", "name" : "select-1", "classes" : "govuk-!-width-full", "label" : {"text" : "Label text goes here"}, "items" : [{"value" : 1, "text" : "GOV.UK frontend option 1"}, {"value" : 2, "text" : "GOV.UK frontend option 2", "selected" : true}, {"value" : 3, "text" : "GOV.UK frontend option 3", "disabled" : tr...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "classes": {"type": "string"}, "label": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "items": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}, "text"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"search_url": {"type": "string"}, "target_el_class": {"type": "string"}, "target_el_class_value": {"type": "string"}, "row_ad_thumb": {"type": "string"}, "row_ad_direct_url": {"type": "string"}, "force_redirect": {"t...
{"search_url" : "https://www.4shared.com/web/rest/v1_2/files?query={query}&offset={offset}&view=web&limit=12&category=1", "target_el_class" : ".jsD1PreviewUrl", "target_el_class_value" : "value", "row_ad_thumb" : "", "row_ad_direct_url" : "", "force_redirect" : ""}
json_instruct
{"type": "object", "properties": {"search_url": {"type": "string"}, "target_el_class": {"type": "string"}, "target_el_class_value": {"type": "string"}, "row_ad_thumb": {"type": "string"}, "row_ad_direct_url": {"type": "string"}, "force_redirect": {"type": "string"}}, "required": ["search_url", "target_el_class", "targe...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ModHarvestableBehaviour": {"type": "object", "properties": {"Audio": {"type": "string"}, "Minutes": {"type": "integer"}, "YieldCounts": {"type": "array", "items": {"type": "integer"}}, "YieldNames": {"type": "array", "items...
{"ModHarvestableBehaviour" : {"Audio" : "", "Minutes" : 10, "YieldCounts" : [1], "YieldNames" : ["GEAR_ScrapMetal"], "RequiredToolNames" : []}}
json_instruct
{"type": "object", "properties": {"ModHarvestableBehaviour": {"type": "object", "properties": {"Audio": {"type": "string"}, "Minutes": {"type": "integer"}, "YieldCounts": {"type": "array", "items": {"type": "integer"}}, "YieldNames": {"type": "array", "items": {"type": "string"}}, "RequiredToolNames": {"type": "array",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"scopeName": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}, "repository": {"type": "object", "properties": {"markdown-comm...
{"scopeName" : "documentation.markdown.injection.haxe", "patterns" : [{"include" : "#markdown-comment"}], "repository" : {"markdown-comment" : {"begin" : "(?<=/\\*\\*)([^*]|\\*(?!/))*$", "while" : "(^|\\G)\\s*(?:\\*(?![*\\w]))?(?!\\/)(?=([^*]|[*](?!\\/))*$)", "patterns" : [{}, {}, {"include" : "source.hx#javadoc-tags"}...
json_instruct
{"type": "object", "properties": {"scopeName": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}, "repository": {"type": "object", "properties": {"markdown-comment": {"type": "object", "properties": {"begin": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rankine:block/polished_siltstone_slab"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "CSULB", "author" : "KevTravels", "count" : 10}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"distribution_style": {"type": "boolean"}, "identifier": {"type": "string"}, "install_location": {"type": "string"}, "name": {"type": "string"}, "ownership": {"type": "string"}, "postinstall_action": {"type": "string"}, "sup...
{"distribution_style" : true, "identifier" : "com.erikng.umad", "install_location" : "/", "name" : "umad-${version}.pkg", "ownership" : "recommended", "postinstall_action" : "none", "suppress_bundle_relocation" : true, "version" : "3.0"}
json_instruct
{"type": "object", "properties": {"distribution_style": {"type": "boolean"}, "identifier": {"type": "string"}, "install_location": {"type": "string"}, "name": {"type": "string"}, "ownership": {"type": "string"}, "postinstall_action": {"type": "string"}, "suppress_bundle_relocation": {"type": "boolean"}, "version": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"status": {"type": "boolean"}, "session": {"type": "string"}, "Z": {"type": "string"}, "Y": {"type": "string"}}, "required": ["status", "session", "Z", "Y"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : false, "session" : "6289512545999-1631619292@g.us", "Z" : "6289512545999", "Y" : "6285883422889"}
json_instruct
{"type": "object", "properties": {"status": {"type": "boolean"}, "session": {"type": "string"}, "Z": {"type": "string"}, "Y": {"type": "string"}}, "required": ["status", "session", "Z", "Y"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "car...
{"userId" : 99646, "cartId" : "0e1cd04f-444a-42fb-ae8c-dbb04b3dda0e", "preferredProducts" : [35, 2229, 3592, 3243, 1915, 2916], "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....
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["hash", "updatedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "553bd5ecb55ab1725588fc48edbda91b", "updatedAt" : "2019-05-29T01:48:04.903Z"}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["hash", "updatedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "urls": {"type": "array", "items": {"type": "string"}}, "destination": {"type": "string"}, "share_path": {"type": "string"}, "github": {"type": "string"}, "url_license": {"type": "string"}, "autol...
{"name" : "Moment", "urls" : ["http://momentjs.com/downloads/moment.js", "http://momentjs.com/downloads/moment-with-locales.js", "http://momentjs.com/downloads/moment-timezone.js", "http://momentjs.com/downloads/moment-timezone-with-data.js", "http://momentjs.com/downloads/moment-timezone-with-data-1970-2030.js", "http...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "urls": {"type": "array", "items": {"type": "string"}}, "destination": {"type": "string"}, "share_path": {"type": "string"}, "github": {"type": "string"}, "url_license": {"type": "string"}, "autoload_options": {"type": "object", "properties": {"class_prefix"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "gltfUpAxis": {"type": "string"}}, "required": ["version", "gltfUpAxis"]}, "geometricError": {"type": "number"}, "root": {"type": "object", "properties":...
{"asset" : {"version" : "0.0", "gltfUpAxis" : "Y"}, "geometricError" : 100.0, "root" : {"transform" : [-0.918623, -0.395136, 0.0, 0.0, 0.154485, -0.35915, 0.920405, 0.0, -0.36331, 0.844633, 0.393195, 0.0, -2318437.889816, 5389971.819074, 2492351.623185, 1], "boundingVolume" : {"region" : [1.976964, 0.404063, 1.977059, ...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "gltfUpAxis": {"type": "string"}}, "required": ["version", "gltfUpAxis"]}, "geometricError": {"type": "number"}, "root": {"type": "object", "properties": {"transform": {"type": "array", "items": {"type": "number"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "myohaematin", "definition" : "A red-colored respiratory pigment found associated with hemoglobin in the muscle tissue of a large number of animals, both vertebrate and invertebrate."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"yarn": {"type": "boolean"}, "packages": {"type": "array", "items": {"type": "object", "properties": {"libraryFolderPath": {"type": "string"}, "linkFolderPath": {"type": "string"}, "buildCommand": {"type": "string"}...
{"yarn" : true, "packages" : [{"libraryFolderPath" : "./src", "linkFolderPath" : "dist/ngx-slickjs", "buildCommand" : "ng build ngx-slickjs", "buildCommandRunPath" : ".", "exclude" : ["node_modules", "dist"]}]}
json_instruct
{"type": "object", "properties": {"yarn": {"type": "boolean"}, "packages": {"type": "array", "items": {"type": "object", "properties": {"libraryFolderPath": {"type": "string"}, "linkFolderPath": {"type": "string"}, "buildCommand": {"type": "string"}, "buildCommandRunPath": {"type": "string"}, "exclude": {"type": "array...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "industrialforegoing:block/hydroponic_bed"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "\u81fa\u7063\u6e2f\u52d9\u80a1\u4efd\u6709\u9650\u516c\u53f8\u57fa\u9686\u6e2f\u52d9\u5206\u516c\u53f8\u8239\u6a5f\u8655", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99667395", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u57fa\u9686\u5e02\u4e2d\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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "node-sass": {"type": "string"}}, "required": ["bootstrap", "node-sass"]}, "scripts": {"type": "object", "properties": {"buil...
{"devDependencies" : {"bootstrap" : "^4.6.0", "node-sass" : "^7.0.0"}, "scripts" : {"build-css" : "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v2.css --output-style compressed", "build-css-out" : "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v2.css --output-style compr...
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "node-sass": {"type": "string"}}, "required": ["bootstrap", "node-sass"]}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "build-css-out": {"type": "string"}, "build-css...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "eva_count": {"type": "integer"}, "eva_list": {"type": "array", "items": {"type": "object", "properties": {"date": {"type"...
{"birth_date" : "1950-01-21", "birth_place" : "Danville, Illinois, United States", "died" : null, "eva_count" : 7, "eva_list" : [{"date" : "1997-02-15", "duration" : "7h 27m", "mission" : "STS-82"}, {"date" : "1997-02-17", "duration" : "6h 34m", "mission" : "STS-82"}, {"date" : "2000-12-03", "duration" : "7h 33m", "mis...
json_instruct
{"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "eva_count": {"type": "integer"}, "eva_list": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "duration": {"type": "string"}, "mission": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"configs": {"type": "object", "properties": {"description": {"type": ...
{"$schema" : "http://json-schema.org/draft-04/schema#", "description" : "Configuration List", "type" : "object", "properties" : {"configs" : {"description" : "configurations", "id" : "configurationData", "type" : "array", "items" : {"type" : "object", "$ref" : "configuration.json"}}, "totalRecords" : {"description" : "...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"configs": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "items": {...
Create an example JSON object that satisfies this schema: {"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": "int...
{"nom" : "Agon-Coutainville", "circ" : "3\u00e8me circonscription", "dpt" : "Manche", "inscrits" : 2622, "abs" : 1233, "votants" : 1389, "blancs" : 105, "nuls" : 31, "exp" : 1253, "res" : [{"nuance" : "REM", "nom" : "M. St\u00e9phane TRAVERT", "voix" : 863}, {"nuance" : "LR", "nom" : "M. Jean-Manuel COUSIN", "voix" : 3...
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-mate...
{"angular-material.css" : "sha256-HHYK2Vtir5hdmYoDbwPeBr+8M8TXtgXhqHUJPt06Nwc=", "angular-material.js" : "sha256-5N8bAmvELxHqLlzfTpNgh5IdGeCUGcY3RHnUw1fYs3I=", "angular-material.min.css" : "sha256-JLFAjZl2fR6rlXiPwyxGAQbBtT9pMs/5D4FI/kM6lUI=", "angular-material.min.js" : "sha256-7P3bCU/mEhsXHk3hvBT0wl7JijDhcj7cOS4Yg/wY...
json_instruct
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-materi...
Using the following JSON schema, generate a compatible JSON instance: {"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", "it...
{"ast" : null, "code" : "var _s = $RefreshSig$();\n\nimport { useState } from \"react\";\n\nconst useForm = initialState => {\n _s();\n\n // hook personalizado para cria\u00e7\u00e3o r\u00e1pida de um formul\u00e1rio\n const [form, setForm] = useState(initialState);\n\n const handleInputChange = event => {\n con...
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 a valid JSON object that conforms to the following 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"}...
{"schema_version" : "1.2.0", "id" : "GHSA-qwx4-3pv4-2rrj", "modified" : "2022-04-29T02:59:45Z", "published" : "2022-04-29T02:59:45Z", "aliases" : ["CVE-2004-1529"], "details" : "Cross-site scripting (XSS) vulnerability in the Event Calendar module 2.13 for PHP-Nuke allows remote attackers to execute arbitrary web scrip...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["requiry"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after...
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "iotdmanager.217.172.12.243.nip.io", "min_cert_id" : 1181394961, "min_entry_timestamp" : "2019-02-07T12:21:41.726", "not_before" : "2019-02-07T11:21:41", "not_after" : "2019-05-08T11:21:41"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"jquery.jmHighlight.min.js": {"type": "string"}}, "required": ["jquery.jmHighlight.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.jmHighlight.min.js" : "sha512-nU/6KoVptxVg6ZI72elASd1vyDelBsHww/IYGaEohQ9E+DO/FPG77oSkGaz7SYT9Ui9Fb9WzljzXDyJ/lnyGBw=="}
json_instruct
{"type": "object", "properties": {"jquery.jmHighlight.min.js": {"type": "string"}}, "required": ["jquery.jmHighlight.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"core-js": {"type": "string"}, "express": {"type": "string"}, "express-serve-static-core": {"type": "string"}, "mime": {"type": "string"}, "node": {"type": "string"}, "serve...
{"globalDependencies" : {"core-js" : "registry:dt/core-js#0.0.0+20160524134847", "express" : "registry:dt/express#4.0.0+20160317120654", "express-serve-static-core" : "registry:dt/express-serve-static-core#0.0.0+20160322035842", "mime" : "registry:dt/mime#0.0.0+20160316155526", "node" : "registry:dt/node#6.0.0+20160524...
json_instruct
{"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"core-js": {"type": "string"}, "express": {"type": "string"}, "express-serve-static-core": {"type": "string"}, "mime": {"type": "string"}, "node": {"type": "string"}, "serve-static": {"type": "string"}, "whatwg-fetch": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"aria_remove_attachment": {"type": "string"}, "aria_removed_attachment": {"type": "string"}, "aria_restored_attachment": {"type": "string"}, "aria_undo_attachment": {"type": "string"}, "aria_video_placeholder": {"type": "str...
{"aria_remove_attachment" : "\u015eu Eki Kald\u0131r: {attachment_name}", "aria_removed_attachment" : "Kald\u0131r\u0131lan Ek: {attachment_name}", "aria_restored_attachment" : "Geri Y\u00fcklenen Ek: {attachment_name}", "aria_undo_attachment" : "\u015eu Eki Geri Al: {attachment_name}", "aria_video_placeholder" : "Vide...
json_instruct
{"type": "object", "properties": {"aria_remove_attachment": {"type": "string"}, "aria_removed_attachment": {"type": "string"}, "aria_restored_attachment": {"type": "string"}, "aria_undo_attachment": {"type": "string"}, "aria_video_placeholder": {"type": "string"}, "aria_video_thumbnail": {"type": "string"}, "attachment...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " 58. CA\u00cdDA LIBRE Y LANZAMIENTO VERTICAL DE CUERPOS (Ejercicio 7)\n\nand\\nSi un cuerpo en ca\u00edda libre recorre [imath] 20 \\mathrm{m} [/imath] en el pen\u00faltimo segundo, \u00bfDe qu\u00e9 altura cay\u00f3?\n\n\n", "url" : "https://www.youtube.com/watch?v=H5BJlB_oxYQ"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "...
{"name" : "@neutrovertido/lowspecbot", "version" : "1.3.1", "description" : "Discord Bot for LowSpecGuys", "main" : "index.js", "scripts" : {"test" : "mocha", "start" : "node ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/Neutrovertido/LowSpecBot.git"}, "author" : "Neutrovertido", "license" : "ISC...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "objec...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {...
{"localities" : ["Summerlee, WV", "Redstar, WV", "Harvey, WV", "Oak Hill, WV"], "state" : "WV", "postal_code" : "25901", "locality" : "Oak Hill, WV", "lat" : 37.950702, "region" : {"fips" : "54", "abbr" : "WV", "name" : "West Virginia"}, "city" : "Oak Hill", "type" : "STANDARD", "lng" : -81.11705, "counties" : [{"fips"...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
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" : "PantiesToTheSide", "hour" : "01", "avg" : 140.2}, {"subreddit" : "PantiesToTheSide", "hour" : "02", "avg" : 176.83333333333334}, {"subreddit" : "PantiesToTheSide", "hour" : "03", "avg" : 159.22222222222223}, {"subreddit" : "PantiesToTheSide", "hour" : "04", "avg" : 71.3}, {"subreddit" : "PantiesToTheSi...
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"particle.min.js": {"type": "string"}}, "required": ["particle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"particle.min.js" : "sha512-rKSBC+51AvhVojYCe4/iN5a3tmbSTwybtbeKAdCqOIDtmVz0BXKRJTy4HapzS/5bidpen7U9E+zqCZbOh7d8yQ=="}
json_instruct
{"type": "object", "properties": {"particle.min.js": {"type": "string"}}, "required": ["particle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible 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"}}, "type...
{"id" : 53046408, "name" : "Emergency Provisions", "is_illegal" : false, "is_custom" : false, "text" : "Send any number of other Spell/Trap Cards you control to the Graveyard; gain 1000 LP for each card sent to the Graveyard this way.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/53046408.jpg"], "ty...
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"}, "spell_type": {"type": "string"}}, "required": [...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "prop...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.247162, 52.389367]}, "properties" : {"planning-permission-type" : "full planning permission", "notes" : "stripping out works taking place", "site" : "BHS/41", "maximum-net-dwellings" : "46", "name" : "BHS/41", "planning-permission-status" : "permi...
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": {"planning-permission-type": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}...
{"name" : "jssor-slider", "description" : "Responsive jQuery Image Slider/Slideshow/Carousel/Gallery/Banner", "version" : "22.2.16", "keywords" : ["jquery", "javascript", "photo", "image", "picture", "content", "text", "slider", "slideshow", "carousel", "gallery", "banner", "js", "mobile", "responsive", "front-end", "t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"t...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object"...
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "522833", "rx_recvCnt" : "67", "rx_gpsDate" : "90319", "rx_gpsTime" : "152832", "rx_lat" : 35.716192, "rx_long" : 139.7652, "rx_alt" : "26", "rx_temp" : "27.68", "rx_airP" : "102195", "rx_bSize" : "36", "tx_id" : "23", "tx_cnt" : "...
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_re...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin...
{"schema_version" : "1.2.0", "id" : "GHSA-5w83-w7h6-2jwj", "modified" : "2022-05-13T01:41:52Z", "published" : "2022-05-13T01:41:52Z", "aliases" : ["CVE-2017-10399"], "details" : "Vulnerability in the Oracle Hospitality Cruise Fleet Management component of Oracle Hospitality Applications (subcomponent: GangwayActivityWe...
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": {"type": "object", "properti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "effectiveDateTime": {"type": "string"}, "issued": {"type": "string"}, "comment": {"type": "string"}, "referenceRange": {"type": "array", "items": {"type": "objec...
{"resourceType" : "Observation", "id" : "Consultation3-Topic2-Category-Examination-Observation-1", "effectiveDateTime" : "2019-06-01T10:30:00+00:00", "issued" : "2019-06-01T10:30:00+00:00", "comment" : "Test comment", "referenceRange" : [{"text" : "Test reference range text", "high" : {"value" : 20}}], "code" : {"text"...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "effectiveDateTime": {"type": "string"}, "issued": {"type": "string"}, "comment": {"type": "string"}, "referenceRange": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "high": {"type"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties...
{"contract" : "0xfd999ea6e3347d5591443bfd797ff90ed9ef253b", "tool" : "osiris", "start" : 1564575562.5122058, "end" : 1564575616.3667655, "duration" : 53.854559659957886, "analysis" : [{"errors" : [], "file" : "/unique_chucks/3/0xfd999ea6e3347d5591443bfd797ff90ed9ef253b.sol", "name" : "PublicLayer"}, {"errors" : [], "fi...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "integer"}}, "required": ["name", "url", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Ship", "url" : "/content/images/0/SJeO5a_Z-.jpg", "id" : 1}, {"name" : "Beer", "url" : "/content/images/1/r1F29Tubb.jpg", "id" : 2}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "integer"}}, "required": ["name", "url", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"corpus": {"type": "array", "items": {"type": "string"}}, "question": {"type": "array", "items": {"type": "string"}}, "answer": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ...
{"corpus" : ["\u70ba", "\u4fc3\u9032", "\u81fa\u7063", "\u8cc7\u5b89", "\u7522\u696d", "\u767c\u5c55", "\u4e26", "\u5354\u52a9", "\u81fa\u7063", "\u8cc7\u5b89", "\u5ee0\u5546", "\u6436\u653b", "\u570b\u969b", "\u5e02\u5834", "\u5927\u9905", "\u5728", "2018\u5e74", "5\u6708", "15\u65e5", "\u8209\u8fa6", "\u7684", "2018"...
json_instruct
{"type": "object", "properties": {"corpus": {"type": "array", "items": {"type": "string"}}, "question": {"type": "array", "items": {"type": "string"}}, "answer": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["corpus", "question", "answer"], "$schema": "http://json-schema.org/...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1940, 8], [1941, 5], [1942, 6], [1943, 6], [1944, 8], [1945, 15], [1946, 10], [1947, 13], [1948, 10], [1949, 11], [1950, 16], [1951, 19], [1952, 10], [1953, 12], [1954, 16], [1955, 18], [1956, 16], [1957, 23], [1958, 25], [1959, 38], [1960, 44], [1961, 73], [1962, 66], [1963, 63], [1964, 68], [1965, 39], [1966, 25], ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "nul...
{"aliases" : ["Starshine"], "authors" : ["Al Milgrom", "Bill Mantlo", "Sal Buscema"], "description" : "Starshine is the name of three fictional American comic book characters owned by the Marvel Comics and appearing in that company's Marvel Universe.The first was an alien woman named Landra who first appeared in Rom: S...
json_instruct
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["backgroun...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "...
{"ast" : null, "code" : "import React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nexport default createSvgIcon(React.createElement(\"path\", {\n d: \"M5 9.2h3V19H5zM10.6 5h2.8v14h-2.8zm5.6 8H19v6h-2.8z\"\n}), 'BarChart');", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "@wniemiec-component-reactnative/weekday-selector", "version" : "1.0.5", "description" : "Component that lets you select days of the week", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/wniemiec-component-reactnative/weekday-selector.git"}, "keywords" : ["wniemiec", "com...
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", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"findCategorySummary": {"type": "string"}, "initialize": {"type": "string"}, "renderCategorySummaryDataOn:w...
{"class" : {}, "instance" : {"findCategorySummary" : "RichardPillar 1/14/2016 23:32", "initialize" : "RichardPillar 2/8/2016 19:27", "renderCategorySummaryDataOn:with:" : "RichardPillar 1/14/2016 23:14", "renderContentOn:" : "RichardPillar 1/18/2016 21:20", "renderDashboardProductsChartOn:" : "RichardPillar 1/4/2016 22...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"findCategorySummary": {"type": "string"}, "initialize": {"type": "string"}, "renderCategorySummaryDataOn:with:": {"type": "string"}, "renderContentOn:": {"type": "string"}, "re...
Create a JSON structure that matches this schema definition: {"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\u540d\u7a31" : "\u767b\u6210\u570b\u969b\u8cbf\u6613\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6400809", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u5927\u793e\u5340\u548c\u5e73\u8def\u4e00\u6bb5166\u865f", "\u5de5\...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "096336c8d13ba23d6197ed90cf0f4ab498feae01"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "im...
{"id" : 1473, "help" : {"de" : "50 Inhalte \u00fcber Zufallsinhalt: Mentor abgeschlossen.", "en" : "Complete 50 duties via Duty Roulette: Mentor.", "fr" : "R\u00e9ussir 50 missions avec la \u201cmission al\u00e9atoire: mentor\u201d.", "jp" : "\u30b3\u30f3\u30c6\u30f3\u30c4\u30eb\u30fc\u30ec\u30c3\u30c8\uff1a\u30e1\u30f...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Lines", "version" : "0.0.0", "private" : true, "main" : "./Lines.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type":...
{"id" : 10550, "title" : ["[Lunule Weald, Slade]"], "description" : ["Tufts of feathers and broken eggshells spill out of a rotten bird's nest sitting forlornly in the thick grass. No breeze is evident and not even an insect breaks the monotony of silence in the air."], "paths" : ["Obvious paths: north, east"], "locat...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"10551"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "pedding": {"type": "string"}, "bytes": {"type": "string"}}, "required": ["debug", "pedding", "bytes"]}}, "required": ["...
{"name" : "packageMeta", "dependencies" : {"debug" : "2.2.0", "pedding" : "http://registry.npmjs.org/pedding/-/pedding-1.0.0.tgz", "bytes" : "https://github.com/visionmedia/bytes.js.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "pedding": {"type": "string"}, "bytes": {"type": "string"}}, "required": ["debug", "pedding", "bytes"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/...
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" : 1111100001, "parent" : 1111100, "name" : "CINTA MAKMUR", "latitude" : null, "longitude" : null, "postal" : [24392], "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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cp024": {"type": "object", "properties": {"exact": {"type": "array", "items": {}}, "prefix": {"type": "array", "items": {"type": "string"}}}, "required": ["exact", "prefix"]}}, "required": ["cp024"], "$schema": "http://json-sc...
{"cp024" : {"exact" : [], "prefix" : ["CP024090.1"]}}
json_instruct
{"type": "object", "properties": {"cp024": {"type": "object", "properties": {"exact": {"type": "array", "items": {}}, "prefix": {"type": "array", "items": {"type": "string"}}}, "required": ["exact", "prefix"]}}, "required": ["cp024"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mongodb": {"type": "string"}, "redis": {"typ...
{"name" : "agent", "version" : "0.5.1", "author" : "Brian C Sparks", "license" : "MIT", "dependencies" : {"mongodb" : "^3.0.1", "redis" : "^2.8.0", "sgsg" : "^0.9.49"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mongodb": {"type": "string"}, "redis": {"type": "string"}, "sgsg": {"type": "string"}}, "required": ["mongodb", "re...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[521.6307441446785, 306.15914192537366], [498.3365168777265, 301.92382787683687], [481.3952606835798, 297.6885138283001], [462.3363474651646, 299.8061708525686], [445.3950912710178, 295.5708568040318], [426.3361780526027, 306.15914192537366], [409.39492185845586, 314.629770022447], [398.8066367371141, 323.100398119520...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bluffer", "definition" : "One who bluffs."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object...
{"name" : "drewm/mailchimp-api", "description" : "Super-simple, minimum abstraction MailChimp API v2 wrapper", "license" : "MIT", "require" : {"php" : ">=5.3"}, "autoload" : {"psr-0" : {"Drewm" : "src/"}}, "homepage" : "https://github.com/drewm/mailchimp-api", "authors" : [{"name" : "Drew McLellan", "homepage" : "http:...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Drewm":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jashkenas/backbone": {"type": "string"}, "jashkenas/underscore": {"type": "string"}, "components/...
{"name" : "stops", "description" : "backbone collection of stops", "dependencies" : {"jashkenas/backbone" : "*", "jashkenas/underscore" : "*", "components/jquery" : "1.10"}, "locals" : ["stop", "config"], "main" : "stops.js", "scripts" : ["stops.js"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jashkenas/backbone": {"type": "string"}, "jashkenas/underscore": {"type": "string"}, "components/jquery": {"type": "string"}}, "required": ["jashkenas/backbone", "jashkenas...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"only": {"type": "array", "items": {"type": "string"}}}, "required": ["only"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"only" : ["id", "mod_option_id", "enabled"]}
json_instruct
{"type": "object", "properties": {"only": {"type": "array", "items": {"type": "string"}}}, "required": ["only"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@microsoft/generator-sharepoint": {"type": "object", "properties": {"packageManager": {"type": "string"}, "isCreatingSolution": {"type": "boolean"}, "environment": {"type": "string"}, "version": {"type": "string"}, "libraryNam...
{"@microsoft/generator-sharepoint" : {"packageManager" : "pnpm", "isCreatingSolution" : true, "environment" : "spo", "version" : "1.12.1", "libraryName" : "pnp-extensibility-starter", "libraryId" : "4896309f-54bc-48f2-a7ee-0785e019d195", "isDomainIsolated" : false, "componentType" : "library"}}
json_instruct
{"type": "object", "properties": {"@microsoft/generator-sharepoint": {"type": "object", "properties": {"packageManager": {"type": "string"}, "isCreatingSolution": {"type": "boolean"}, "environment": {"type": "string"}, "version": {"type": "string"}, "libraryName": {"type": "string"}, "libraryId": {"type": "string"}, "i...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homeurl": {"type": "string"}, "frequency": {"type": "string"}, "issues": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}}, "required": [...
{"name" : "WindowsSpyBlocker-SPY", "description" : "Hosts spy rules", "homeurl" : "https://github.com/crazy-max/WindowsSpyBlocker", "frequency" : "occasional", "issues" : "https://github.com/crazy-max/WindowsSpyBlocker/issues", "url" : "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homeurl": {"type": "string"}, "frequency": {"type": "string"}, "issues": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "description", "homeurl", "frequency", "issues", ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "ite...
{"answers" : ["been", "bene", "benne", "benny", "benzene", "benzpyrene", "bren", "brenne", "ebenezer", "erne", "eyen", "eyne", "neep", "neeze", "nene", "neper", "peebeen", "peen", "pene", "penne", "penner", "penny", "pern", "preen", "preener", "pyne", "pyrene", "reen", "reney", "renne", "reny"], "centerLetter" : "n", "...
json_instruct
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"ty...
{"name" : "MCSwift", "version" : "0.1.0", "summary" : "A collection of simple utilities and extensions for Swift.", "description" : "A longer description of MCSwift in Markdown format.\n\n* I wrote this because I found I re-used similar utilities over and over.\n* Taks such as initialisers, date, numbers and so on!\n* ...
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"primes2000": {"type": "string"}, "upTo:": {"type": "string"}}, "required": ["primes2000", "upTo:"]}, "instance": {"type": "object", "properties": {"*=": {"type": "string"}, "+=": {"ty...
{"class" : {"primes2000" : "LC 1/15/2002 18:55", "upTo:" : "LC 1/15/2002 18:49"}, "instance" : {"*=" : "len 10/26/2002 16:19", "+=" : "len 10/26/2002 16:19", "-=" : "len 1/29/1999 15:15", "initialize:" : "LC 1/16/2002 08:35", "initializePrimes:" : "LC 1/16/2002 08:06", "satisfied" : "LC 1/16/2002 08:39", "satisfiedSafe...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"primes2000": {"type": "string"}, "upTo:": {"type": "string"}}, "required": ["primes2000", "upTo:"]}, "instance": {"type": "object", "properties": {"*=": {"type": "string"}, "+=": {"type": "string"}, "-=": {"type": "string"}, "initialize:": {"...