input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "7407010001", "nama" : "TAIPABU"}, {"id" : "7407010006", "nama" : "WALI"}, {"id" : "7407010007", "nama" : "LAGONGGA"}, {"id" : "7407010008", "nama" : "KAMPO-KAMPO"}, {"id" : "7407010009", "nama" : "PALAHIDU"}, {"id" : "7407010010", "nama" : "MAKORO"}, {"id" : "7407010011", "nama" : "PALAHIDU BARAT"}, {"id" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["ray-packages"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "Samsung", "market_name" : "Galaxy Core Prime", "codename" : "core33g", "model" : "SM-G360H"}, {"manufacturer" : "Samsung", "market_name" : "Galaxy Core Prime", "codename" : "core33g", "model" : "SM-G360HU"}]
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Tween.js": {"type": "string"}, "Tween.min.js": {"type": "string"}}, "required": ["Tween.js", "Tween.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Tween.js" : "sha256-TPqe1gIXYwtfHcJpCoAiNKcYNoX5hnYQOUvLVXCEieQ=", "Tween.min.js" : "sha256-9cUqcR0//51vn4h90HA2jkJs1TfVUkG6xsGr+mH/fSo="}
json_instruct
{"type": "object", "properties": {"Tween.js": {"type": "string"}, "Tween.min.js": {"type": "string"}}, "required": ["Tween.js", "Tween.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"company_name": {"type": "string"}, "company_number": {"type": "string"}, "item_options": {"type": "object", "properties": {"certificate_type": {"type": "string"}, "company_status": {"type": "string"}, "company_type": {"type": "s...
{"company_name" : "ACME LIMITED", "company_number" : "12345678", "item_options" : {"certificate_type" : "incorporation-with-all-name-changes", "company_status" : "active", "company_type" : "ltd"}, "quantity" : 1}
json_instruct
{"type": "object", "properties": {"company_name": {"type": "string"}, "company_number": {"type": "string"}, "item_options": {"type": "object", "properties": {"certificate_type": {"type": "string"}, "company_status": {"type": "string"}, "company_type": {"type": "string"}}, "required": ["certificate_type", "company_statu...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-plugin-add-modul...
{"devDependencies" : {"babel" : "6.5.2", "babel-core" : "6.22.1", "babel-eslint" : "7.1.1", "babel-loader" : "6.2.10", "babel-plugin-add-module-exports" : "0.1.2", "babel-preset-es2015" : "6.22.0", "babel-plugin-transform-class-properties" : "^6.22.0", "babel-preset-stage-1" : "6.16.0", "chai" : "3.4.1", "chai-things" ...
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-plugin-add-module-exports": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "arra...
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 24}, "clipped" : true, "id" : "b645b301b2"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 33}, "clipped" : true, "id" : "b2ebd78d6e"}, {"arcs" : [[2]], "type" : "Polygon",...
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"ty...
{"type" : "Feature", "properties" : {"name" : "Jackson County", "name_long" : "Jackson County, AL", "fips" : "01071", "state_code_int" : 1, "state_code_postal" : "AL", "state_code_iso" : "US-AL", "county_code" : 71, "population" : 51626, "countrylevel_id" : "fips:01071", "census_data" : {"COUNTYNS" : "00161561", "AFFGE...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"...
{"countries" : ["United Kingdom", "United Arab Emirates", "Saudi Arabia", "China", "Micronesia"], "topics" : ["Financial Mechanisms and Funds", "Vulnerabilities and Impacts"], "section_title" : "PROGRESS ON IMPLEMENTATION OF DECISION 5/CP.7", "enb_start_date" : "06-Dec-03", "enb_short_title" : "UNFCCC COP-9", "subtype"...
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "ar...
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" : 33302407, "name" : "Poison Chain", "is_illegal" : false, "is_custom" : false, "text" : "During the End Phase of your turn, if you did not attack, you can make your opponent send cards equal to the number of face-up \"Iron Chain\" monsters you control from the top of their Deck to the Graveyard.", "images" : ["h...
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": [...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "req...
{"name" : "jquery.ns-autogrow", "assets" : [{"files" : ["jquery.ns-autogrow.js", "jquery.ns-autogrow.min.js"], "version" : "1.1.2", "mainfile" : "jquery.ns-autogrow.min.js"}, {"files" : ["jquery.ns-autogrow.js", "jquery.ns-autogrow.min.js"], "version" : "1.1.3", "mainfile" : "jquery.ns-autogrow.min.js"}, {"files" : ["j...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "static/js/787.d8c6ec95.chunk.js": {"type": "string"}, "static/media/logo-text.svg": {"type": "string"}, "st...
{"files" : {"main.css" : "/static/css/main.202d54d0.css", "main.js" : "/static/js/main.6556bfc6.js", "static/js/787.d8c6ec95.chunk.js" : "/static/js/787.d8c6ec95.chunk.js", "static/media/logo-text.svg" : "/static/media/logo-text.fe8e443ef79ca7b8079361f26216beef.svg", "static/media/logo.svg" : "/static/media/logo.f41ea7...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "static/js/787.d8c6ec95.chunk.js": {"type": "string"}, "static/media/logo-text.svg": {"type": "string"}, "static/media/logo.svg": {"type": "string"}, "index.html": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "r...
{"latest_version" : ["0.3"], "meta" : {"description" : "tools for machine learning and data mining in Astronomy", "homepage" : "http://astroML.github.com", "license" : "BSD"}, "versions" : {"0.1.1" : {"sha256" : "229c6765edafedab1d10e6557a772181231e34e0fa517561e2f45800d17cb084", "url" : "https://files.pythonhosted.org/...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "year": {"type": "integer"}, "venue": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}},...
{"title" : "Bitcoin-NG: A Scalable Blockchain Protocol", "url" : "http://arxiv.org/pdf/1510.02037.pdf", "year" : 2015, "venue" : "arXiv", "authors" : [{"name" : "Ittay Eyal"}, {"name" : "Adem Efe Gencer"}, {"name" : "Emin Gun Sirer"}, {"name" : "Robbert van Renesse"}], "id" : "eyal2015bitcoinng"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "year": {"type": "integer"}, "venue": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "id": {"type": "string"}}, "required": ["title"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"window.zoomLevel": {"type": "integer"}, "editor.fontSize": {"type": "integer"}, "editor.fontLigatures": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "editor.formatOnPaste": {"type": "boolean"}, "editor.tabS...
{"window.zoomLevel" : 0, "editor.fontSize" : 12, "editor.fontLigatures" : true, "editor.formatOnSave" : true, "editor.formatOnPaste" : true, "editor.tabSize" : 2, "editor.renderWhitespace" : "all"}
json_instruct
{"type": "object", "properties": {"window.zoomLevel": {"type": "integer"}, "editor.fontSize": {"type": "integer"}, "editor.fontLigatures": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "editor.formatOnPaste": {"type": "boolean"}, "editor.tabSize": {"type": "integer"}, "editor.renderWhitespace": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["anvil_falling:tick"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid 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",...
{"ast" : null, "code" : "var theme={color:{primary:'#5ABE93',secondary:'#59AEA6',tertiary:'#B2D9B7',accent:'#FA885E',accentHover:'#E87E57',background:{primary:'#94D3C0',secondary:'#FEFFF6'},text:{primary:'#07234E'}},padding:{},margin:{},height:{navBarMobile:'88px',navBarDesktop:'4.8em'},bp:{xs:\"(min-width: 425px)\",sm...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv",...
{"place_name" : "Southbridge", "state_name" : "Massachusetts", "state_abbrv" : "MA", "lat" : "42.075", "long" : "-72.0353"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required"...
{"name" : "fondu", "pkg_version" : "060102", "rebuild" : 1, "bottles" : {"catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/fondu/blobs/sha256:3c8abb65351f0b4d1399234918154035f62ddcceed533f95a286fac1d1e91a87"}, "mojave" : {"url" : "https://ghcr.io/v2/homebrew/core/fondu/blobs/sha256:475674b5832a56db833ddf7fd01a4c1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "mojave": {"type": "object", "properties": {"url":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required":...
{"name" : "atom-svg-icon-snippets", "version" : "0.3.3", "description" : "Simple snippets for adding SVGs in HTML using Atom", "repository" : {"type" : "git", "url" : "git+https://github.com/iainspad/atom-svg-icon-snippets.git"}, "keywords" : ["html", "svg", "snippets", "icons"], "author" : "Simon Owen, Iain", "license...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1969, 5], [1970, 5], [1973, 8], [1974, 11], [1975, 10], [1976, 7], [1977, 7], [1978, 12], [1979, 10], [1980, 11], [1981, 12], [1982, 7], [1983, 10], [1984, 11], [1985, 7], [1986, 12], [1987, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["s...
{"name" : "mws-db-webapp", "version" : "1.0.0", "private" : true, "scripts" : {"start" : "set NODE_ENV=production&& node-dev ./bin/www", "test" : "set NODE_ENV=development&& node-dev ./bin/www"}, "dependencies" : {"body-parser" : "~1.0.0", "compression" : "*", "config" : "*", "cookie-parser" : "~1.0.1", "debug" : "~0.7...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"body-pars...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 71046, "cartId" : "cac78635-a778-45bc-b12e-6003f7391a56", "preferredProducts" : [1757], "productReviews" : [{"productId" : 2687, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 11 megaton!!", "reviewDate" : "2017-09-29T15:56:00.656313+03:00"}, {"productId" : 4236, "reviewText" : ...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"python": {"type": "string"}, "version": {"type": "string"}}, "required": ["python", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python" : "3.8", "version" : "1.2.3"}
json_instruct
{"type": "object", "properties": {"python": {"type": "string"}, "version": {"type": "string"}}, "required": ["python", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"appService.zipIgnorePattern": {"type": "array", "items": {"type": "string"}}, "appService.defaultWebAppToDeploy": {"type": "string"}, "appService.deploySubpath": {"type": "string"}}, "required": ["appService.zipIgn...
{"appService.zipIgnorePattern" : ["node_modules{,/**}", ".vscode{,/**}"], "appService.defaultWebAppToDeploy" : "/subscriptions/de831a78-8f23-4165-883f-3d52f5bea2a1/resourceGroups/appsvc_linux_centralus/providers/Microsoft.Web/sites/teambbhackathonheatmap", "appService.deploySubpath" : "."}
json_instruct
{"type": "object", "properties": {"appService.zipIgnorePattern": {"type": "array", "items": {"type": "string"}}, "appService.defaultWebAppToDeploy": {"type": "string"}, "appService.deploySubpath": {"type": "string"}}, "required": ["appService.zipIgnorePattern", "appService.defaultWebAppToDeploy", "appService.deploySubp...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$sc...
{"id" : "2007", "provinceId" : "91", "regencyId" : "09", "districtId" : "06", "name" : "Jengkon"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "object", "properties": {"error": {"type": "null...
{"contract" : "0x2a0f5a9515a4c4579d1613e047a8c380b5994339", "tool" : "mythril", "start" : 1563681779.3417616, "end" : 1563681783.5081756, "duration" : 4.166414022445679, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3dd647728c275326f8ce4b300c92a119ee8333ec"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http:/...
{"viewBox" : "0 0 1024 1024", "font" : "devopicons", "code" : "e62c", "ref" : "techcrunch", "path" : "M0 427h171v341h170V427h171v341h512V597H683V427h341V256H683v171H512V256H0v171z"}
json_instruct
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [147.379, 63.6521, 0.264389, 151.634, 69.8616, 0.658043, 150.465, 69.8669, 0.596868, 0, 0, 0, 0, 0, 0, 153.582, 69.8583, 0.724063, 156.671, 77.2273, 0.58861, 156.673, 85.7535, 0.606069, 154.739, 85.3774, 0.556231, 153.948, 85.7478, 0.562337, 156.2...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "...
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 24, "nazev" : "Plze\ufffd-jih"}, "clipped" : true, "id" : "c50e821896"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 21, "nazev" : "Doma\ufffdlice"}, "clipped" : true, "i...
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"},...
[{"results" : [{"tech" : 3, "pts" : 457, "connections" : 85012, "capacity" : 204289, "investments" : 1123646}, {"tech" : 1, "pts" : 119, "connections" : 56281, "capacity" : 46901, "investments" : 6577423}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"react-data-grid.js": {"type": "string"}, "react-data-grid.min.js": {"type": "string"}}, "required": ["react-data-grid.js", "react-data-grid.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-data-grid.js" : "sha256-MoT1qNPJwfha3qBJeskrHO5aCML6pC0fI9EH9auGoGw=", "react-data-grid.min.js" : "sha256-acnPrzxF2dI9HvqdnBIAuBLcys3icq8jxkJ1pvh7l4k="}
json_instruct
{"type": "object", "properties": {"react-data-grid.js": {"type": "string"}, "react-data-grid.min.js": {"type": "string"}}, "required": ["react-data-grid.js", "react-data-grid.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "str...
{"name" : "Gem. Grundschule Lohberg", "id" : "NRW-106124", "address" : "Lohbergstra\u00dfe 70, 46537 Dinslaken", "school_type" : "Grundschule", "fax" : "02064 398638", "phone" : "02064 30347", "website" : "", "email" : " 106124@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : fal...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["typ...
{"name" : "fallouthacking", "version" : "0.1.0", "description" : "Fallut series style hacking game.", "repository" : {"type" : "git", "url" : "https://github.com/drewwyatt/fallouthacking.git"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["fallout", "hacking", "reddit", "dailyprog...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"typ...
Generate a valid JSON object that conforms to the following schema: {"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" : "\u62dc\u5be7\u751f\u7269\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5b9c\u862d\u4e00\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99721074", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5b9c\u862d\u7e23\u5b9c\u862d\u5e02\u6885\u6d32\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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type...
{"hash" : "0x447024902a812205ee373d829b1076a5ba18e15692db42a6cdd6b263e038b827", "parentHash" : "0xa78d93c544410e4076116968335578d4a977cbc418f523a73a289bcc2286aef2", "number" : 22762, "timestamp" : 1438533854, "nonce" : "0x05982aafd5e80205", "difficulty" : 1040514353878, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["./b.json", "./b.json"]
json_instruct
{"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": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properti...
{"status" : 3, "startTimes" : [34, 50, 20, 134, 149, 66, 41, 87, 159, 117, 102, 128, 231, 209, 255, 268, 299, 223, 284, 392, 314, 348, 400, 375, 338, 381, 416, 453, 473, 402, 403, 550, 532, 491, 481, 538, 526, 605, 583, 525, 551, 598, 674, 660, 639, 719, 620, 689, 823, 704, 805, 732, 700, 685, 728, 744, 835, 882, 853, ...
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}}, "required": ["bluebird"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"bluebird" : "3.4.7"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}}, "required": ["bluebird"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"208489": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["208489"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"208489" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"208489": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["208489"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "provi...
{"name" : "Kielce University of Technology", "alt_name" : "Politechnika \u015awi\u0119tokrzyska (P\u015aK)", "country" : "Poland", "state" : null, "address" : {"street" : "al. Tysi\u0105clecia Pa\u0144stwa Polskiego 7", "city" : "Kielce", "province" : "\u015bwi\u0119tokrzyskie", "postal_code" : "25-314"}, "contact" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "kalessil/kalessil": {"type": "string"}}, "required": ["phpunit/phpunit", "kalessil/kalessil"]}, "e...
{"name" : "package/featured", "require" : {"phpunit/phpunit" : "*", "kalessil/kalessil" : "*"}, "extra" : {"production-dependencies-guard" : ["check-description", "check-license", "check-abandoned"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "kalessil/kalessil": {"type": "string"}}, "required": ["phpunit/phpunit", "kalessil/kalessil"]}, "extra": {"type": "object", "properties": {"production-dependencies-guard": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"date": {"type": "string"}, "id": {"type": "integer"}, "time": {"type": "string"}, "source": {"type": "string"}, "title": {"type": "string"}, "passage": {"type": "string"}, "duration": {"type": "string"}, "speaker":...
{"date" : "2013-09-23", "id" : 448, "time" : "7:45:00", "source" : "http://rs0796.freeconferencecall.com/fcc/cgi-bin/play.mp3/6054754850-611287-448.mp3", "title" : "448 Title", "passage" : "448 Passage", "duration" : "448 Duration", "speaker" : "448 Speaker"}
json_instruct
{"type": "object", "properties": {"date": {"type": "string"}, "id": {"type": "integer"}, "time": {"type": "string"}, "source": {"type": "string"}, "title": {"type": "string"}, "passage": {"type": "string"}, "duration": {"type": "string"}, "speaker": {"type": "string"}}, "required": ["date", "id", "time", "source", "tit...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Calumpang, Tayabas City, Quezon, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.quezon.tayabas-city.calumpang", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "reg...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googlelogin": {"type": "string"}, "googlelogin-manage-notlinked": {"type": "string...
{"@metadata" : {"authors" : ["Eduardo Martinez", "Medol"]}, "googlelogin" : "Inicieu la sessi\u00f3 amb Google", "googlelogin-manage-notlinked" : "El compte no est\u00e0 enlla\u00e7at amb cap compte de Google.", "googlelogin-manage-addlabel" : "Afegir la ID de Google", "googlelogin-desc-authmanager" : "Permetre als usu...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googlelogin": {"type": "string"}, "googlelogin-manage-notlinked": {"type": "string"}, "googlelogin-manage-addlabel": {"type": "string"}, "googlelogin-de...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"packageName": {"type": "string"}, "comment": {"type": "string"}, "type": {"type": "string"}}, "required": ["packageName", "comment", "type"]}}, "packageName...
{"changes" : [{"packageName" : "@cadl-lang/rest", "comment" : "Fix issue with empty routes in namespace/interface and operation causing path with '//'", "type" : "patch"}], "packageName" : "@cadl-lang/rest"}
json_instruct
{"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"packageName": {"type": "string"}, "comment": {"type": "string"}, "type": {"type": "string"}}, "required": ["packageName", "comment", "type"]}}, "packageName": {"type": "string"}}, "required": ["changes", "packageN...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "obj...
{"id" : "0778", "tableId" : "0778", "tableType" : "User", "name" : "Item Type", "chapters" : ["CH_17"], "entries" : [{"value" : "EQP", "description" : "Equipment", "comment" : null}, {"value" : "IMP", "description" : "Implant", "comment" : null}, {"value" : "MED", "description" : "Medication", "comment" : null}, {"valu...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "descri...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "775a9ba2b9eb5f66822e2d325b66dd9df105ce02"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "demo1", "displayName" : "demo1"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"chapter": {"type": "string"}}, "required": ["chapter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"chapter" : "Chapter 21 - RETAIL OR SERVICE ESTABLISHMENT EXEMPTIONS FROM SECS 6 AND 7"}
json_instruct
{"type": "object", "properties": {"chapter": {"type": "string"}}, "required": ["chapter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript...
{"title" : "[MMD 4k] \u521d\u97f3\u30df\u30af - Systematic Love \u30b7\u30b9\u30c6\u30de\u30c6\u30a3\u30c3\u30af\u30e9\u30f4 [Project DIVA Arcade]", "author" : "Ley Line Walker", "description" : "R18undefinedversionundefinedincl.undefined4kundefineddownloadundefinedhere:undefined<aundefinedhref='https://ecchi.iwara.tv/...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
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" : [-2.450393, 50.602172]}, "properties" : {"organisation" : "local-authority-eng:WEY", "hectares" : "4.6", "planning-permission-date" : "2016-08-01", "notes" : "https://webapps.westdorset-weymouth.gov.uk/ShelaaWebsite/pages/Site.aspx?i=376", "minimum-ne...
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": {"organisation": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text":...
{"text" : "The Attorney General, Chief Deputy Attorney General, Deputy Attorneys General, and Assistant Attorneys General are authorized to administer oaths and affirmations in the discharge of their official duties within the District of Columbia.", "historical" : "Legislative History of Laws\n\nFor Law 18-160, see no...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object",...
{"translation-revision-date" : "2021-05-28 16:42:59+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n != 1;", "lang" : "he_IL"}, "Error while saving the changes." : ["\u05e9\u05d2\u05d9\u05d0\u05d4 \u...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Generate a valid JSON object that conforms to the following schema: {"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", "pr...
{"localities" : ["Chelsea, IA"], "state" : "IA", "postal_code" : "52215", "locality" : "Chelsea, IA", "lat" : 41.913527, "region" : {"fips" : "19", "abbr" : "IA", "name" : "Iowa"}, "city" : "Chelsea", "type" : "STANDARD", "lng" : -92.405288, "counties" : [{"fips" : "157", "name" : "Poweshiek County"}, {"fips" : "171", ...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "I command, order", "long" : "I command, order, direct, bid."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keywords" : ["Sauternes"]}
json_instruct
{"type": "object", "properties": {"keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"...
{"id" : "2015", "provinceId" : "73", "regencyId" : "08", "districtId" : "15", "name" : "Panyili"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {"type":...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [227.134, 84.0608, 0.16931, 199.041, 99.4334, 0.609667, 208.405, 104.771, 0.576076, 240.485, 120.829, 0.686675, 238.494, 114.134, 0.315005, 189.022, 94.1244, 0.554852, 0, 0, 0, 0, 0, 0, 166.291, 150.917, 0.123397, 174.319, 158.264, 0.125582, 231.799, 134.199, 0.09188...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "hand_left_keypoints_2d": {"type": "array", "...
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": {"type": "object", "properties": {"na...
{"contract" : "0x83076f026b72df648673f9a81c771ae9c7446f21", "tool" : "smartcheck", "start" : 1563498495.2070692, "end" : 1563498503.2029912, "duration" : 7.995922088623047, "analysis" : [{"name" : "SOLIDITY_FUNCTIONS_RETURNS_TYPE_AND_NO_RETURN", "patternId" : "47acc2", "severity" : 1, "line" : 104, "column" : 4, "conte...
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": {"name": {"type": "string"}, "patternId": {"type": "string"}, "sev...
Construct a JSON document that adheres to this schema specification: {"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-mhq8-h8mw-8cgr", "modified" : "2022-04-30T18:11:50Z", "published" : "2022-04-30T18:11:50Z", "aliases" : ["CVE-1999-1110"], "details" : "Windows Media Player ActiveX object as used in Internet Explorer 5.0 returns a specific error code when a file does not exist, which allows re...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items...
{"name" : "cabinetoffice/laravel-govuk-frontend-preset", "description" : "A Laravel (7.0+) preset for https://github.com/alphagov/govuk-frontend. It comes with basic and Auth (optional) scaffolding.", "keywords" : ["laravel", "laravel preset", "govuk", "govuk frontend", "gov.uk", "government", "design system"], "type" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema...
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" : "3518100008", "district_id" : "3518100", "name" : "PATIANROWO"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cytoscape.esm.js": {"type": "string"}, "cytoscape.min.js": {"type": "string"}, "cytoscape.umd.js": {"type": "string"}}, "required": ["cytoscape.esm.js", "cytoscape.min.js", "cytoscape.umd.js"], "$schema": "http://json-schem...
{"cytoscape.esm.js" : "sha256-jjnqv3HFOcyQXKj/fDUQpjbQoQFdjf9pUkgRJo2WRZo=", "cytoscape.min.js" : "sha256-HgRxZ68Pv1B9Wg0gNq2cx7ZeLa/smAPQ5xIoLUCcCxI=", "cytoscape.umd.js" : "sha256-MJRiQRlOgWxjMkb0wKNDIMVU7zq/gyi6vEWEJC/aWjc="}
json_instruct
{"type": "object", "properties": {"cytoscape.esm.js": {"type": "string"}, "cytoscape.min.js": {"type": "string"}, "cytoscape.umd.js": {"type": "string"}}, "required": ["cytoscape.esm.js", "cytoscape.min.js", "cytoscape.umd.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["charm:refined_obsidian"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$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"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "bignumber.j...
{"name" : "SmartHoldemFaucet", "version" : "1.0.1", "description" : "SmartHoldem Faucet", "main" : "index.js", "dependencies" : {"bcrypt" : "^2.0.1", "bignumber.js" : "^4.0.2", "body-parser" : "^1.18.3", "cookie-parser" : "^1.4.3", "express" : "^4.15.3", "express-recaptcha" : "^3.0.0", "moment" : "^2.18.1", "mysql" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "bignumber.js": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parse...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"etp.js": {"type": "string"}, "etp.min.js": {"type": "string"}}, "required": ["etp.js", "etp.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"etp.js" : "sha256-L/5+0mCD+vRaf+LUJAhMCN9iee08KARErNC4IsB6Zhg=", "etp.min.js" : "sha256-e1kIw3Xmyj00LBHhMuhAZB3w20Ua3y8Vh9YgFmKwyIU="}
json_instruct
{"type": "object", "properties": {"etp.js": {"type": "string"}, "etp.min.js": {"type": "string"}}, "required": ["etp.js", "etp.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "st...
{"name" : "discord.js-template", "version" : "1.0.0", "description" : "A template for a Discord.js bot created by acollierr17.", "main" : "app.js", "scripts" : {"start" : "node .", "test" : "eslint .", "lint" : "eslint --fix .", "prod" : "SET NODE_ENV=production&&npm start", "dev" : "SET NODE_ENV=development&&nodemon"}...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "prod": {"type": "string"}, "dev":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "appId": {"type": "string"}, "version": {"type": "string"}, "node-main": {"type": "string"}, "main": {"type": "string"}, "node-remote": {"type": "string"}, "build": {"type": "object", "properties": {...
{"name" : "Node-RED NW.js", "appId" : "com.nwjs.node-red", "version" : "0.2.1", "node-main" : "./main.js", "main" : "http://localhost:18880/red", "node-remote" : "<all_urls>", "build" : {"nwVersion" : "0.50.2", "output" : "../dist", "mac" : {"copyright" : "Copyright \u00a9 2020 Hiroyuki Okada", "icon" : "./assets/icon....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "appId": {"type": "string"}, "version": {"type": "string"}, "node-main": {"type": "string"}, "main": {"type": "string"}, "node-remote": {"type": "string"}, "build": {"type": "object", "properties": {"nwVersion": {"type": "string"}, "output": {"type": "string...
Following the schema specification below, generate a valid JSON instance: {"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...
{"body" : "Hi,\n\n\nthank you for the reply. I will try to use more than one host-line per \nmachine, I guess that ranimate won't catch that and will start one \nprocess per host-line, without giving -PP to rpiece. So the processes \nwill be started via ssh on the localhost. Hope this works... I am \ndesperatly needing...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions...
{"latest_version" : ["1.0.1.1"], "meta" : {"description" : "ASCII-ART Data Analysis Pipeline Manager", "homepage" : "www.francesconapolitano.it/leaf/downloads/pyleaf-1.0.1.tar.gz"}, "versions" : {"1.0.1" : {"sha256" : "abbb9810630335ec5153158e8f2241db0b872d8ab513c6daf2d6fee2b7cfc9de", "url" : "https://files.pythonhoste...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.1": {"type": "obj...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"alexa": {"type": "integer"}, "class": {"type": "boolean"}, "links": {"type": "object", "properties": {}, "required": []}, "points": {"type": "array", "items": {"type": "string"}}, "pointsData": {"type": "object", "propertie...
{"alexa" : 1000000, "class" : false, "links" : {}, "points" : ["XWJFKNMq0b4"], "pointsData" : {"XWJFKNMq0b4" : {"discussion" : "https://groups.google.com/d/topic/tosdr/XWJFKNMq0b4/discussion", "id" : "XWJFKNMq0b4", "needModeration" : false, "services" : ["coursera"], "set" : "set+service+and+topic", "title" : "Coursera...
json_instruct
{"type": "object", "properties": {"alexa": {"type": "integer"}, "class": {"type": "boolean"}, "links": {"type": "object", "properties": {}, "required": []}, "points": {"type": "array", "items": {"type": "string"}}, "pointsData": {"type": "object", "properties": {"XWJFKNMq0b4": {"type": "object", "properties": {"discuss...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "...
{"schema_version" : "1.2.0", "id" : "GHSA-x3p7-g646-9j92", "modified" : "2022-05-01T02:27:39Z", "published" : "2022-05-01T02:27:39Z", "aliases" : ["CVE-2005-4470"], "details" : "Heap-based buffer overflow in the get_bhead function in readfile.c in Blender BlenLoader 2.0 through 2.40pre allows remote attackers to cause ...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "main", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "edge-runtime", "main" : "index.js", "license" : "MPLv2"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "main", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["130925104201", "\u4e1c\u8857\u6751\u59d4\u4f1a", "121", "0"], ["130925104202", "\u5317\u8857\u6751\u59d4\u4f1a", "122", "0"], ["130925104203", "\u897f\u8857\u6751\u59d4\u4f1a", "122", "0"], ["130925104204", "\u897f\u5357\u9662\u6751\u59d4\u4f1a", "122", "0"], ["130925104205", "\u5357\u8857\u6751\u59d4\u4f1a", "122",...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "arr...
{"rustc" : 2399776480655235991, "features" : "[]", "target" : 8970651664771902856, "profile" : 10803726696109476711, "path" : 10958491665737711597, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/feature-probe-0994cf99a56b3935/dep-lib-feature-probe"}}], "rustflags" : [], "metadata" : 10842...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nested-array-exclude": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"foo": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "nested": {"typ...
{"nested-array-exclude" : {"properties" : {"foo" : {"type" : "long"}, "nested" : {"properties" : {"bar" : {"properties" : {"date" : {"type" : "date", "format" : "strict_date_optional_time||epoch_millis"}, "scores" : {"type" : "long"}}}, "what" : {"type" : "string"}}}}}}
json_instruct
{"type": "object", "properties": {"nested-array-exclude": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"foo": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "nested": {"type": "object", "properties": {"properties": {"type": "object", "propertie...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "object", "prope...
{"name" : "qs", "description" : "querystring parser", "version" : "0.1.0", "repository" : {"url" : ""}, "author" : {"name" : "TJ Holowaychuk", "email" : "tj@vision-media.ca", "url" : "http://tjholowaychuk.com"}, "main" : "index", "engines" : {"node" : "*"}, "_id" : "qs@0.1.0", "_engineSupported" : true, "_npmVersion" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "str...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "integer"}, "license": {"type": "string"}, "copyright": {"type": "string"}, "size": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "...
{"version" : 1, "license" : "CC-BY-SA-3.0", "copyright" : "Taken from skyrat-tg at commit https://github.com/Skyrat-SS13/Skyrat-tg/commit/f9e3b58ecd64fa061f83420689bd90bfa3a4c185", "size" : {"x" : 32, "y" : 32}, "states" : [{"name" : "full"}, {"name" : "twindow0", "directions" : 4}, {"name" : "twindow1", "directions" :...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "license": {"type": "string"}, "copyright": {"type": "string"}, "size": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "states": {"type": "array", "items": {"type": "object", "properties": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "s...
[{"namaKab" : "HALMAHERA SELATAN", "originalFilename" : "11 FOTO.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 225626, "noUrut" : 1, "nama" : "BUNYAMIN HI.DAUD, S.IP", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "HALMAHERA SELATAN", "originalFilename" : "8 FOTO.JPG", "namaPartai" : "PARTAI ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}...
{"description" : "Python + ESP8266 + Cloud = automate anything.\n\nIntroduction of Python friendly IoT HW + Cloud (Azure) services", "duration" : 1850, "language" : "eng", "recorded" : "2016-10-29", "speakers" : ["Jan Posp\u00ed\u0161il"], "thumbnail_url" : "https://i.ytimg.com/vi/FyeCIRdNRVY/hqdefault.jpg", "title" : ...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "arr...
{"changepoint" : "2020-03-05", "country" : {"code" : "LUX", "group" : "lb", "name" : "Luxembourg"}, "topics" : [{"diff" : 793.0, "topic" : "Geography"}, {"diff" : 746.0, "topic" : "Populated places"}, {"diff" : 680.0, "topic" : "France"}, {"diff" : 523.0, "topic" : "History"}, {"diff" : 463.0, "topic" : "Time"}, {"diff...
json_instruct
{"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {...
Generate a valid JSON object that conforms to the following 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", "item...
{"ast" : null, "code" : "import { a as appGlobalScript } from \"./ionic-global-9d5c8ee3.js\";\nvar globalScripts = appGlobalScript;\nexport { globalScripts as g };", "map" : {"version" : 3, "sources" : ["/Users/zahra/Desktop/repository/local_shops_mobile/node_modules/@ionic/core/dist/esm-es5/app-globals-af880846.js"], ...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id_3564": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3564"], "$schema": "http://json-schema.org/draft-0...
{"id_3564" : {"publicdate" : "2009-12-16 20:05:10", "title" : "Cleek: The Man of the Forty Faces"}}
json_instruct
{"type": "object", "properties": {"id_3564": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3564"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"VideoId": {"type": "string"}, "DataApi": {"type": "string"}, "VideoPageLink": {"type": "string"}, "VideoPageThumb": {"type": "null"}, "ShowName": {"type": "null"}, "VideoLength": {"ty...
[{"VideoId" : "7f09c0d4-17fe-404f-8f09-a5e901443f6d", "DataApi" : "/Entries(guid'7f09c0d4-17fe-404f-8f09-a5e901443f6d')/", "VideoPageLink" : "/Shows/Learn-From-The-Geeks/Learn-From-the-Geeks", "VideoPageThumb" : null, "ShowName" : null, "VideoLength" : "00:00:00", "VideoTitle" : null, "Author" : null, "UtcDateTimePubli...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"VideoId": {"type": "string"}, "DataApi": {"type": "string"}, "VideoPageLink": {"type": "string"}, "VideoPageThumb": {"type": "null"}, "ShowName": {"type": "null"}, "VideoLength": {"type": "string"}, "VideoTitle": {"type": "null"}, "Author": {"type": "null"},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "pre...
{"name" : "1.2.2", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "./scripts.sh dev", "build" : "./scripts.sh build", "preforrest" : "echo 'Antes'", "forrest" : "echo 'Run, Forrest, run!'", "postforrest" : "echo 'Depois'", "test" : "./scripts.sh test"}, "keywords" : [], "author" : "W...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preforrest": {"type": "string"}, "forrest": {"type": "string"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"startDate": {"type": "string"}, "endDate": {"type": "string"}, "location": {"type": "string"}, "weekday": {"type": "string"}}, "required": ["startDate", "endDate", "location", "weekday"]...
[{"startDate" : "10:00", "endDate" : "12:30", "location" : "G.2.1", "weekday" : "MO"}, {"startDate" : "10:00", "endDate" : "12:30", "location" : "G.2.4", "weekday" : "WE"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"startDate": {"type": "string"}, "endDate": {"type": "string"}, "location": {"type": "string"}, "weekday": {"type": "string"}}, "required": ["startDate", "endDate", "location", "weekday"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, ...
{"name" : "lifx-zap", "version" : "0.0.1", "description" : "An Zapier integration for Lifx lights.", "repository" : "codealchemy/lifx-zap", "author" : "Alex Schmitt <alex@alchemist.codes>", "license" : "MIT", "main" : "index.js", "scripts" : {"test" : "node node_modules/mocha/bin/mocha --recursive"}, "engines" : {"node...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "permission": {"type": "integer"}, "basicModule": {"type": "string"}}, "required": ["name", "title", "description", "pe...
{"name" : "Router", "title" : "Router", "description" : "url \uc8fc\uc18c\ucc98\ub9ac\ub97c \ub2f4\ub2f9\ud558\ub294 \ubaa8\ub4c8\uc785\ub2c8\ub2e4.", "permission" : 0, "basicModule" : "Intro"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "permission": {"type": "integer"}, "basicModule": {"type": "string"}}, "required": ["name", "title", "description", "permission", "basicModule"], "$schema": "http://json-schema.org/draft-07/sche...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "proper...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.871402, 50.769862]}, "properties" : {"documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1026108", "point" : "POINT (-0.871402 50.769862)", "listed-building" : "1026108", "listed-building-grade" : "II", "name" : "EAST...
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": {"documentation-url": {"type": "str...
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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]...
{"name" : "console.oof", "version" : "0.1.13", "description" : "Colorful console.log messages for when console.log doesn't quite capture your rage", "main" : "index.js", "engines" : {"node" : ">=0.10.0"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["console.log", "error", "funny"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1004-157", "text" : "PROGRAM 17. JANUARY 4, 1956\n\"WHEN KNIGHTHOOD WAS IN FLOWER\"\nPart I of the well-known historical romance of 16th\nCentury England starring Richard Todd, Glynis Johns.\nPROGRAM 18. JANUARY 11, 1956\n\"WHEN KNIGHTHOOD WAS IN FLOWER\"\nPart II of this live-action version of the literary c...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ...
{"directions" : ["Pour rice, cinnamon, and 3 cups water in a blender; blend until rice begins to break up, about 1 minute.", "Transfer rice mixture to a large bowl and stir in remaining 1 1/2 cups water; let stand for at least 3 hours, whisking occasionally.", "Strain rice mixture with a fine sieve into a large pitcher...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "...
{"PRODUCT_NAME" : "Dish Washing Liquid", "MANUFACTURER" : "The Paper Boys Enterprises", "BRANDNAME" : "Lemon Fresh", "WEIGHT" : "900ml"}
json_instruct
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"textAngular-rangy.min.js": {"type": "string"}, "textAngular-sanitize.js": {"type": "string"}, "textAngular-sanitize.min.js": {"type": "string"}, "textAngular.css": {"type": "string"}, "textAngular.js": {"type": "string"}, "...
{"textAngular-rangy.min.js" : "sha512-6EvKicCALHQfWxdQ49dH9CJ6FhnTnARz2R4AyAmc3S1gUIt0asC1X/SEnftley7v3Y/5oejr+VBrkjNjLzhzZQ==", "textAngular-sanitize.js" : "sha512-PdVpdpTXeQpMcqbon+0IDNSLT3p2JxftjY0E85QHf5bFtCJuacWdIBA6AliKtcIqu58eZ4UkTT0ewaRJjX2kXQ==", "textAngular-sanitize.min.js" : "sha512-D6ZUSmtaR1JRB2Vfx2up4PrO...
json_instruct
{"type": "object", "properties": {"textAngular-rangy.min.js": {"type": "string"}, "textAngular-sanitize.js": {"type": "string"}, "textAngular-sanitize.min.js": {"type": "string"}, "textAngular.css": {"type": "string"}, "textAngular.js": {"type": "string"}, "textAngular.min.css": {"type": "string"}, "textAngular.min.js"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"prefix": {"type": "string"}, "sahip": {"type": "string"}, "token": {"type": "string"}}, "required": ["prefix", "sahip", "token"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"prefix" : "prefix", "sahip" : "botun sahibi", "token" : "botun tokeni"}
json_instruct
{"type": "object", "properties": {"prefix": {"type": "string"}, "sahip": {"type": "string"}, "token": {"type": "string"}}, "required": ["prefix", "sahip", "token"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "aya...
{"id" : 482, "surahNumber" : "003", "ayatNumber" : "189", "arabic" : "\u0648\u064e\u0644\u0650\u0644\u0651\u064e\u0647\u0650 \u0645\u064f\u0644\u0652\u0643\u064f \u0627\u0644\u0633\u0651\u064e\u0645\u064e\u0627\u0648\u064e\u0627\u062a\u0650 \u0648\u064e\u0627\u0644\u0652\u0623\u064e\u0631\u0652\u0636\u0650 \u06d7 \u064...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"os": {"type": "string"}, "architecture": {"type": "null"}, "name": {"type": "string"}, "version": {"type": "string"}, "identifier": {"type": "string"}, "id_like": {"type": "string"}, "version_codename": {"type": "null"}, "vers...
{"os" : "linux", "architecture" : null, "name" : "Scientific Linux", "version" : "7.1 (Nitrogen)", "identifier" : "rhel", "id_like" : "fedora", "version_codename" : null, "version_id" : "7.1", "pretty_name" : "Scientific Linux 7.1 (Nitrogen)", "cpe_name" : "cpe:/o:redhat:enterprise_linux:7.1:GA", "home_url" : "http://w...
json_instruct
{"type": "object", "properties": {"os": {"type": "string"}, "architecture": {"type": "null"}, "name": {"type": "string"}, "version": {"type": "string"}, "identifier": {"type": "string"}, "id_like": {"type": "string"}, "version_codename": {"type": "null"}, "version_id": {"type": "string"}, "pretty_name": {"type": "strin...
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#"}
[[1957, 5], [1958, 6], [1959, 7], [1960, 5], [1961, 12], [1962, 5], [1963, 16], [1964, 22], [1965, 22], [1966, 27], [1967, 28], [1968, 36], [1969, 33], [1970, 35], [1971, 38], [1972, 40], [1973, 38], [1974, 26], [1975, 27], [1976, 20], [1977, 14], [1978, 20], [1979, 14], [1980, 24], [1981, 10], [1982, 14], [1983, 8], [...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}