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": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometri... | [{"comment" : "incomplete reaction", "definition" : "Pyridoxine <=> 1-Deoxy-D-xylulose + 4-Hydroxy-L-threonine", "orthologs" : {}, "name" : "", "product_stoichiometries" : ["1", "1"], "enzymes" : [], "equation" : "C00314 <=> C06257 + C06056", "glycans" : false, "substrate_stoichiometries" : ["1"], "rpairs" : {}, "entry... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/animate.min.css": {"type": "string"}, "/css/bootstrap.min.css": {"type": "string"}, "/css/demo.css": {"type": "string"}, "/css/light-... | {"/js/app.js" : "/js/app.js", "/css/app.css" : "/css/app.css", "/css/animate.min.css" : "/css/animate.min.css", "/css/bootstrap.min.css" : "/css/bootstrap.min.css", "/css/demo.css" : "/css/demo.css", "/css/light-bootstrap-dashboard.css" : "/css/light-bootstrap-dashboard.css", "/css/pe-icon-7-stroke.css" : "/css/pe-icon... | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/animate.min.css": {"type": "string"}, "/css/bootstrap.min.css": {"type": "string"}, "/css/demo.css": {"type": "string"}, "/css/light-bootstrap-dashboard.css": {"type": "string"}, "/css/pe-icon-7-stroke.css": {"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}}, "required": ["Id", "Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : 1, "Name" : "Current every day smoker"}, {"Id" : 2, "Name" : "Current some day smoker"}, {"Id" : 3, "Name" : "Former smoker"}, {"Id" : 4, "Name" : "Never smoker"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}}, "required": ["Id", "Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "import/co... | {"extends" : ["permissive", "permissive/nextjs"], "settings" : {"react" : {"version" : "detect"}, "import/core-modules" : ["react-testing-library", "logger"]}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "import/core-modules": {"type": "array", "items": {"type": "string"}}}, "require... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "Hello World"} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveTyp... | [{"liveId" : "5a5734f30cf21c8855fee371", "title" : "\u94b1\u84d3\u5a77\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u4f60\u70b9\u8fdb\u6765\u5457", "picPath" : "/mediasource/live/1511273250814gPJYGAubZU.jpg", "startTime" : 1515664622069, "memberId" : 36, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"App": {"type": "object", "properties": {"SelfUrl": {"type": "string"}, "CorsOrigins": {"type": "string"}}, "required": ["SelfUrl", "CorsOrigins"]}, "ConnectionStrings": {"type": "object", "properties": {"Default": {"... | {"App" : {"SelfUrl" : "https://localhost:44353", "CorsOrigins" : "https://*.PDFGenius.com,http://localhost:4200"}, "ConnectionStrings" : {"Default" : "Server=(LocalDb)\\MSSQLLocalDB;Database=PDFGenius;Trusted_Connection=True;MultipleActiveResultSets=true"}, "AuthServer" : {"Authority" : "https://localhost:44353"}} | json_instruct | {"type": "object", "properties": {"App": {"type": "object", "properties": {"SelfUrl": {"type": "string"}, "CorsOrigins": {"type": "string"}}, "required": ["SelfUrl", "CorsOrigins"]}, "ConnectionStrings": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}, "AuthServer": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, ... | {"schemaVersion" : 1, "id" : "jargm", "version" : "${version}", "name" : "Just Another Redstone Gate Mod", "description" : "Adds some redstone gates", "authors" : ["MarioAndWeegee3"], "contact" : {"homepage" : "https://marioandweegee3.github.io/"}, "license" : "MIT", "icon" : "assets/jargm/textures/logo.png", "environm... | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod... | {"userId" : 77737, "cartId" : "e790aea3-05de-43f8-8733-84c54520adb3", "preferredProducts" : [4001, 2590, 4375, 2302, 749, 617, 2269, 1705], "productReviews" : [{"productId" : 1625, "reviewText" : "My gentoo penguin loves to play with it.", "reviewDate" : "2018-07-02T03:18:24.4299929+03:00"}]} | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"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:i... | {"id" : 1260163127, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "2c5083f2595f082345c5090edbcdd883", "wof:id" : 1260163127, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [25.3933, 44.63849, 25.3933, 44.63849], "geometry" : {"coordinates" : [25.3933, 4... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"... | {"name" : "LuckyPig", "website" : "https://luckypigtoken.com/", "description" : "Luckypig will bring NFT, lottery/jackpot concepts together and a contract with low taxes. Our team's longterm goal is to build an online casino which will be pegged with our token.", "explorer" : "https://bscscan.com/token/0xF16e1Ad313E3Bf... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "back light compensation": {"type": "string"}, "dimensionsmm": {"type": "string"}, "electronic shutter": {"type": "string"}, "fob price": {"type": "string"}, "gain control": {"ty... | {"<page title>" : "Wholesale China Top Manufacturer Supply White Light Real Color Night Vision Camera - Buy Night Vision Camera,Color Night Vision Camera,White Light Color Vision Camera Product on Alibaba.com", "back light compensation" : "Auto", "dimensionsmm" : "245(L)*138(W)*98(H", "electronic shutter" : "PAL:1/50~1... | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "back light compensation": {"type": "string"}, "dimensionsmm": {"type": "string"}, "electronic shutter": {"type": "string"}, "fob price": {"type": "string"}, "gain control": {"type": "string"}, "gamma characteristic": {"type": "string"}, "horizontal ... |
The schema below describes a JSON structure. Generate a valid example:
{"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:i... | {"id" : 101956893, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6138d37f4b27b93441f089c00afb2d87", "wof:id" : 101956893, "wof:repo" : "whosonfirst-data-admin-br"}, "bbox" : [-52.61694, -22.70944, -52.61694, -22.70944], "geometry" : {"coordi... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Terra.ApplicationHeaderLayout.SkipToContent": {"type": "string"}}, "required": ["Terra.ApplicationHeaderLayout.SkipToContent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Terra.ApplicationHeaderLayout.SkipToContent" : "\u062a\u062e\u0637\u0649 \u0627\u0644\u0649 \u0627\u0644\u0645\u062d\u062a\u0648\u0649"} | json_instruct | {"type": "object", "properties": {"Terra.ApplicationHeaderLayout.SkipToContent": {"type": "string"}}, "required": ["Terra.ApplicationHeaderLayout.SkipToContent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d361-52", "text" : "Kit Number 5\nodations they offer a median model between the older, more rigid tra\u00ac\nditional buildings and the newest of high ly-fl exi bl e designs which have\nat present few counterparts among our schools. Classroom materials (for\ndisplay and learning) were made by pupils and teach... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type... | {"name" : "ks-recruiter", "version" : "2.3.7", "description" : "A bot to assist with recruiting efforts on the Kill Steal Discord.", "main" : "index.js", "scripts" : {"start" : "node index.js", "postinstall" : "node setup.js"}, "engines" : {"node" : ">=8"}, "repository" : {"type" : "git", "url" : "git+https://github.co... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "postinstall"]}, "engines": {"ty... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object... | {"name" : "privilegewalk", "private" : true, "scripts" : {"start" : "meteor run", "test" : "meteor test --once --driver-package meteortesting:mocha"}, "dependencies" : {"@babel/runtime" : "^7.8.3", "chai" : "^4.3.4", "firebase" : "^7.14.0", "history" : "^4.10.1", "jquery" : "^3.5.0", "meteor-node-stubs" : "^1.0.0", "po... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "ch... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"total_test_negative": {"type": "number"}, "since_date": {"type": "string"}, "cumm_patient_discharged_today": {"type": "number"}, "total_patient": {"type": "number"}, "covid_icu_today": {"type": "number"}, "total_patient_today"... | {"total_test_negative" : 57408.0, "since_date" : "Reflects patients tested through SMH systems since March 2", "cumm_patient_discharged_today" : 2470.0, "total_patient" : 709.0, "covid_icu_today" : 7.0, "total_patient_today" : 33.0, "covid_icu_yesterday" : 9.0, "positivity_rate_last_week" : 3.3, "total_icu_today" : 55.... | json_instruct | {"type": "object", "properties": {"total_test_negative": {"type": "number"}, "since_date": {"type": "string"}, "cumm_patient_discharged_today": {"type": "number"}, "total_patient": {"type": "number"}, "covid_icu_today": {"type": "number"}, "total_patient_today": {"type": "number"}, "covid_icu_yesterday": {"type": "numb... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "t... | {"body" : "parallel-netcdf's buildiface script needs perl during build.", "user" : "michaelkuhn", "url" : "https://api.github.com/repos/spack/spack/issues/17156", "updated_at" : "2020-06-23 08:18:28", "created_at" : "2020-06-18 13:39:01", "closed_at" : "2020-06-23 08:18:28", "state" : "closed", "title" : "parallel-netc... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "prope... | {"name" : "SandBoxFileList", "version" : "1.0.0", "summary" : "\u904d\u5386\u6c99\u76d2\u76ee\u5f55\u4e0b\u6587\u4ef6\uff0c\u5982\u679c\u662f\u975e\u6587\u4ef6\u5939\u3002\u5219\u53d1\u9001\u90ae\u4ef6", "description" : "\u904d\u5386\u6c99\u76d2\u76ee\u5f55\u4e0b\u6587\u4ef6\uff0c\u5982\u679c\u662f\u975e\u6587\u4ef6\u5... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"lihongli": {"type": "string"}}, "required": ["lihong... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "obje... | {"name" : "portfolio", "version" : "1.0.0", "private" : true, "description" : "portfolio", "keywords" : ["gatsby"], "scripts" : {"develop" : "gatsby develop", "start" : "gatsby develop", "build" : "gatsby build", "serve" : "gatsby serve", "clean" : "gatsby clean"}, "dependencies" : {"@fortawesome/fontawesome-svg-core" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependency": {"type": "object", "properties": {}, "required": []}, "... | {"name" : "com.ngc6543.omnievents", "version" : "0.3.1", "displayName" : "Omni Events", "description" : "ScriptableObject Events for Unity", "unity" : "2017.1", "dependency" : {}, "keywords" : ["Event", "ScriptableObject"], "author" : {"name" : "Chaehyeok Lim", "email" : "ngc6543@me.com"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependency": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"kolorek94" : {"title" : "kolorek94", "channel_id" : 27729541, "link" : "http:/... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"kolorek94": {"type": "object", "properties": {"title": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pages": {"type": "object", "properties": {"todo": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["todo"]}}, "required": ["pages"], "$schema": "http://json-sche... | {"pages" : {"todo" : {"title" : "Environment Managerq!"}}} | json_instruct | {"type": "object", "properties": {"pages": {"type": "object", "properties": {"todo": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["todo"]}}, "required": ["pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupT... | {"citations" : [{"textCitation" : "[See cop on Metamath](http://us.metamath.org/mpegif/cop.html)"}], "definition" : "class <. A , B >.", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cop--1", "#T_cA", "#T_cop--2", "#T_cB", "#T_cop--3"], "metaLanguage" : "METAMATH", "phrase" : "<.", "remarks" : " Extend class not... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"@iot.id": {"type": "string"}, "@iot.selfLink": {"type": "string"}, "time": {"type": "string"}, "Locations@iot.navigationLink": {"type": "string"}, "Thing@io... | {"value" : [{"@iot.id" : "urn:ogc:object:sensor:GEOM:2-975625200000", "@iot.selfLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-975625200000)", "time" : "2000-11-30T23:00:00Z", "Locations@iot.navigationLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:o... | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"@iot.id": {"type": "string"}, "@iot.selfLink": {"type": "string"}, "time": {"type": "string"}, "Locations@iot.navigationLink": {"type": "string"}, "Thing@iot.navigationLink": {"type": "string"}}, "required": ["@iot.... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apihelp-query+configuredpages-param-namespace": {"type": "string"}, "apihel... | {"@metadata" : {"authors" : ["Joetaras"]}, "apihelp-query+configuredpages-param-namespace" : "Le namespace da nuemr\u00e0.", "apihelp-query+configuredpages-param-limit" : "Quanda p\u00e0ggene adda turn\u00e0.", "apihelp-query+oldreviewedpages-param-start" : "Accuminze a eleng\u00e0 da stu tiembe de stambe.", "apihelp-q... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apihelp-query+configuredpages-param-namespace": {"type": "string"}, "apihelp-query+configuredpages-param-limit": {"type": "string"}, "apihelp-query+oldr... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"thag6.13:1.1": {"type": "string"}, "thag6.13:2.1": {"type": "string"}, "thag6.13:3.1": {"type": "string"}, "thag6.13:4.1": {"type": "string"}, "thag6.13:5.1": {"type": "string"}, "thag6.13:6.1": {"type": "string"}}... | {"thag6.13:1.1" : "csp1ed19.289, csp2ed19.289, dr26.377, ms19Th1_727, msdiv447, sc1, vnp447", "thag6.13:2.1" : "ms19Th1_728, msdiv448, ndp21.308, sc2, vnp448", "thag6.13:3.1" : "ms19Th1_729, msdiv449, sc3, vnp449", "thag6.13:4.1" : "ms19Th1_730, msdiv450, sc4, vnp450", "thag6.13:5.1" : "ms19Th1_731, msdiv451, sc5, vnp4... | json_instruct | {"type": "object", "properties": {"thag6.13:1.1": {"type": "string"}, "thag6.13:2.1": {"type": "string"}, "thag6.13:3.1": {"type": "string"}, "thag6.13:4.1": {"type": "string"}, "thag6.13:5.1": {"type": "string"}, "thag6.13:6.1": {"type": "string"}}, "required": ["thag6.13:1.1", "thag6.13:2.1", "thag6.13:3.1", "thag6.1... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "item... | {"id" : "2a7f03fcafd653d38af9386128acd234", "name" : "4 Erfolgskonten f\u00fcr Verm\u00f6gensverwaltung", "type" : "Ertrag", "code" : "4", "sort-code" : 9999, "description" : "Steuerbeg\u00fcnstigte Einnahmen und Werbungskosten von Vereinen aus Verm\u00f6gensverwaltung", "categories" : [], "leaf" : false, "notes" : "Kl... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {}}, "leaf": {"type": "boolean"}, "notes": {"type": "string"}, "pl... |
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": "array", "items": {"type": "array", "items": {"type": "num... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.0, 45.416666666666664], [136.0, 45.5], [136.125, 45.5], [136.125, 45.416666666666664], [136.0, 45.416666666666664]]]}, "properties" : {"code" : 683610, "url" : "http://madefor.github.io/0410/api/v1/683610.geojson", "view" : "https://github.co... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["411121107201", "\u79e6\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411121107202", "\u663e\u738b\u6751\u59d4\u4f1a", "220", "0"], ["411121107203", "\u897f\u5c0f\u5f20\u6751\u59d4\u4f1a", "220", "0"], ["411121107204", "\u78be\u5f20\u6751\u59d4\u4f1a", "122", "0"], ["411121107205", "\u5b59\u5e84\u6751\u59d4\u4f1a", "220",... | json_instruct | {"type": "array", "items": {"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": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "str... | {"id" : 24430, "title" : ["[Ancient Burrow, Ingress]"], "description" : ["Crystallized trails of water line the natural stone walls of the ingress. Placed on either side of the barrier are a series of carved runes paired with rhimar sigils. A shallow trough runs the length of the walls, cracked and barren of fluids. ... | 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": {"2364":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-121.564559, 38.535921], [-121.564274, 38.536489], [-121.558871, 38.536537], [-121.55866, 38.552421], [-121.537386, 38.552684], [-121.556376, 38.532232], [-121.561646, 38.532288], [-121.561658, 38.535101], [-121.564561, 3... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"an4.261:0.1": {"type": "string"}, "an4.261:0.2": {"type": "string"}, "an4.261:0.3": {"type": "string"}, "an4.261:1.1": {"type": "string"}, "an4.261:1.2": {"type": "string"}, "an4.261:1.3": {"type": "string"}, "an4.... | {"an4.261:0.1" : "", "an4.261:0.2" : "", "an4.261:0.3" : "", "an4.261:1.1" : "", "an4.261:1.2" : "", "an4.261:1.3" : "", "an4.261:1.4" : ""} | json_instruct | {"type": "object", "properties": {"an4.261:0.1": {"type": "string"}, "an4.261:0.2": {"type": "string"}, "an4.261:0.3": {"type": "string"}, "an4.261:1.1": {"type": "string"}, "an4.261:1.2": {"type": "string"}, "an4.261:1.3": {"type": "string"}, "an4.261:1.4": {"type": "string"}}, "required": ["an4.261:0.1", "an4.261:0.2... |
The schema below describes a JSON structure. Generate a valid example:
{"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": ... | {"nom" : "P\u00e9ret-Bel-Air", "circ" : "1\u00e8re circonscription", "dpt" : "Corr\u00e8ze", "inscrits" : 88, "abs" : 29, "votants" : 59, "blancs" : 4, "nuls" : 6, "exp" : 49, "res" : [{"nuance" : "REM", "nom" : "M. Christophe JERRETIE", "voix" : 31}, {"nuance" : "SOC", "nom" : "M. Bernard COMBES", "voix" : 18}]} | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "locati... | {"id" : 28812, "title" : ["[Vardar Lodge, Kitchen]"], "description" : ["Beyond the kitchen door, the clang of pots and pans adds to the din of sizzling and popping food. Several halfling chefs bustle about the kitchen, creating culinary masterpieces out of raw ingredients neatly separated along the surface of a hexago... | 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": {"28775"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"elementInspectorNodes": {"type": "string"}}, "required": ["elementInspectorNodes"]}}, "required": ["c... | {"class" : {}, "instance" : {"elementInspectorNodes" : "dkh 12/14/2008 05:59"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"elementInspectorNodes": {"type": "string"}}, "required": ["elementInspectorNodes"]}}, "required": ["class", "instance"], "$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"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required":... | {"name" : "portforward", "version" : "1.0.1", "description" : "A portforwarding service, support both local port forwarding and remote port forwarding", "repository" : {"type" : "git", "url" : "https://github.com/iamgyz/portforward.git"}, "main" : "./lib/portforward", "bin" : "./bin/portforward", "scripts" : {"test" : ... | 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"]}, "main": {"type": "string"}, "bin": {"type": "string"}, "sc... |
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"}}, "required": ["start... | {"name" : "lab-2", "version" : "1.0.0", "description" : "Lab 2", "main" : "app.js", "scripts" : {"start" : "node app.js"}, "author" : "Puneet Sharma", "license" : "MIT", "dependencies" : {"express" : "^4.16.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main"... | {"name" : "unioncloud", "version" : "1.0.0", "description" : "An app to connect with UnionCloud.", "repository" : "https://github.com/tobytwigger/unioncloud-zapier-app", "homepage" : "https://github.com/tobytwigger/unioncloud-zapier-app", "author" : "Toby Twigger <tt15951@bristol.ac.uk>", "license" : "MIT", "main" : "i... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "proper... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.830312, 35.189244], [-80.824856, 35.202472], [-80.8186, 35.20453], [-80.812522, 35.19951], [-80.812026, 35.197028], [-80.8158, 35.186751], [-80.819618, 35.182929], [-80.829193, 35.1799], [-80.828065, 35.18559], [-80.8... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"oo.js": {"type": "string"}, "oo.min.js": {"type": "string"}}, "required": ["oo.js", "oo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"oo.js" : "sha512-bmjo2SlZt4MDPlHkFtYpxEd+wwm3xn7YxVB6mqkkXG82dQ1TvHzlsW7SVL9wvxGYUfoh6qteEFYm7JAD5jH9zQ==", "oo.min.js" : "sha512-Lym4vKO+nhjKjpSaiY3SJpjO41dC77kdEx2NaxEYPcSpnPAC1vd4VtzQ7lwu8O4bhdf5+r3wa/CLILDR9MMchQ=="} | json_instruct | {"type": "object", "properties": {"oo.js": {"type": "string"}, "oo.min.js": {"type": "string"}}, "required": ["oo.js", "oo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["title", "text"], "$schema": "http://json-sc... | {"title" : "Slotless Modifiers", "text" : [{"text" : "Run out of slots? Well good news, all of the modifiers in this section need no slots to apply, perhaps some may even give you more slots!"}, {"text" : "It's slotless. You don't need an ability or upgrade slot to put it on? What more do you want? Cookies?", "paragrap... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [2.7079857245927528, 2.692654098316099, 2.7003845062255314, 2.702947731246821, 2.6428807523556066, 2.6741450366556507, 2.534123437301039, 2.5526581611406836, 2.6288950468568717, 2.6402241955264394, 2.8152567940347204, 2.761962826355717, 2.831028094368501, 2.846134129131803, 2.808565408292724, 2.8... | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", ... | [{"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_48c9", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.70642671, -26.91420234], [-48.70538375, -26.91423429]]]}, "geometry_name" : "geom", "properties" : {"id" : 2107, "nome" : "R.Waldemar Kumm", "cod" : 150, "ptotalvia" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["posi... | {"timestamp" : 732, "object_list" : [{"position" : [6.09906841184, 5.15576765321], "id" : 69}, {"position" : [6.52715444482, 5.01185579398], "id" : 70}, {"position" : [6.8874707125, 4.22427845493], "id" : 111}, {"position" : [6.0872823657, 4.32069701401], "id" : 112}, {"position" : [8.25107415776, 7.46909709183], "id" ... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "intege... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descr... | {"title" : "\u5bdd\u305d\u3079\u3063\u305f\u308a \u5bdd\u3063\u3053\u308d\u304c\u3063\u305f\u308a \u9b42\u9b44\u5996\u5922 \u30d9\u30fc\u30b8\u30e5\u30d9\u30b9\u30c8\u5236\u670d\u3000Ray-MMD1.52", "author" : "kotobuki_risa", "description" : "\u4ee5\u524d\u6728\u4e4b\u672c\u685c\u3061\u3083\u3093\u3067\u516c\u958b\u3057... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "... | {"name" : "2fa-demo-app", "version" : "1.0.0", "description" : "2fa demo app", "main" : "app.js", "author" : "Daniel Gray <me@danielgray.email> (https://danielgray.me)", "license" : "MIT", "dependencies" : {"2fa" : "^0.1.2", "body-parser" : "^1.18.2", "ejs" : "^2.5.8", "express" : "^4.16.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"2fa": {"type": "string"}, "body-parser": {"type": "s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"]... | {"place_name" : "Glen Burnie", "state_name" : "Maryland", "state_abbrv" : "MD", "lat" : "38.9742", "long" : "-76.5949"} | 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": "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"}}, "requi... | [{"postal_code" : "58248", "place_name" : "Hospitales de Don Vasco", "place_type" : "Colonia", "county" : "Morelia", "state" : "Michoac\u00e1n de Ocampo", "city" : "Morelia"}] | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "dd493c0dabdb09ba91af2aa7ad1e2be9872b5d6e"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "tagliacotain", "definition" : "Of or pertaining to Tagliacozzi, a Venetian surgeon; as, the Tagliacotian operation, a method of rhinoplasty described by him. [Also Taliacotian, and Tagliacozzian.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]... | {"Time" : "2021-06-27T00:00:00Z", "Temp" : 22, "RelHum" : 85, "WindSpeed" : 1.3, "WindDir" : 132} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"hand-wringing": {"type": "string"}, "halcyon": {"type": "string"}, "harangue": {"type": "string"}, "grovel": {"type": "string"}, "hallmark": {"type": "string"}, "hedge": {"type": "string"}, "hapless": {"type": "string"}, "g... | {"hand-wringing" : "Grasping, squeezing, etc. of the hands as an expression of nervousness, guilt, etc.; extend debate over what to do about an issue", "halcyon" : "Calm and peaceful, carefree; prosperous, successful, happy", "harangue" : "Long, intense verbal attack, esp. when delivered publicly", "grovel" : "Creep or... | json_instruct | {"type": "object", "properties": {"hand-wringing": {"type": "string"}, "halcyon": {"type": "string"}, "harangue": {"type": "string"}, "grovel": {"type": "string"}, "hallmark": {"type": "string"}, "hedge": {"type": "string"}, "hapless": {"type": "string"}, "grouse": {"type": "string"}, "harrow": {"type": "string"}, "heg... |
Create a JSON structure that matches this schema definition:
{"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": "nu... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [145.461, 149.464, 0.920937, 114.092, 180.699, 0.909749, 78.852, 172.896, 0.789236, 59.3207, 241.424, 0.861602, 86.8162, 300.25, 0.876427, 147.348, 192.42, 0.861734, 147.468, 255.2, 0.869817, 149.453, 310.021, 0.892061, 88.673, 288.548, 0.762916, ... | 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": {}}, ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "KALLY", "frequency" : 1490, "males" : "0.4026845637583893 %", "females" : "99.5973154362416 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointH... | {"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "e8aa3aa0-c09b-4000-290a-ec4a131e6196", "SPClientServiceRequestDuration" : "38", "X-SharePointHealthScore" : "3", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"Exists\":true,\"IsWOPIEnabled\":false,\"ItemCount\":0,\"Name\":\"ShareF... | json_instruct | {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co... | {"contract" : "0x876da25db96c1e043cf3903f6e3e1332a2a2b84f", "tool" : "osiris", "start" : 1564603765.4058366, "end" : 1564603768.1077125, "duration" : 2.701875925064087, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"versionLabel": {"type": "string"}, "changeToken": {"type": "string"}, "uid": {"type": "string"}, "repository": {"type": "string"}, "title": {"type": "string"}, "lastModified": {"type": "string"}, "facets": {"... | {"versionLabel" : "0.4+", "changeToken" : "1432756153437", "uid" : "389c5ebe-e088-49d5-9861-7fa4a088a4b7", "repository" : "default", "title" : "A garden in Okayama", "lastModified" : "2015-05-27T19:49:13.43Z", "facets" : ["Picture", "Commentable", "MultiviewPicture", "Versionable", "Publishable", "DocumentsSizeStatisti... | json_instruct | {"type": "object", "properties": {"versionLabel": {"type": "string"}, "changeToken": {"type": "string"}, "uid": {"type": "string"}, "repository": {"type": "string"}, "title": {"type": "string"}, "lastModified": {"type": "string"}, "facets": {"type": "array", "items": {"type": "string"}}, "entity-type": {"type": "string... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"satellizer.js": {"type": "string"}, "satellizer.min.js": {"type": "string"}}, "required": ["satellizer.js", "satellizer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"satellizer.js" : "sha512-83Cu3a3h+YNa/2j/E/VacYB8Oid6UPr3m53lvru298zZa1S49Rv7n5TQju3yp48wNklxSTxP66/22Ek/UrWHNQ==", "satellizer.min.js" : "sha512-XjjpWqtHDabzhMtb4qay39RCiYOlBXvvH2D6oREBgmIWf+2q0y2kZl6XkOFTDv/fu90NJ+/y++U19eHzEzniLA=="} | json_instruct | {"type": "object", "properties": {"satellizer.js": {"type": "string"}, "satellizer.min.js": {"type": "string"}}, "required": ["satellizer.js", "satellizer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[20, 60], [7, 38], [31, 39], [56, 32], [16, 17], [60, 8], [35, 0]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "distinction", "long" : "<i>Meaning:</i> \"distinction\"; also \"deliverance\".<br/><i>Usage:</i> division, redeem, redemption.<br/><i>Source:</i> or \"\u05e4\u05bc\u05b0\u05d3\u05bb\u05ea\"; from \"H6929\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : 101840339, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "fbd75c7e64f7b7b32e25bf4029603609", "wof:id" : 101840339, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.47339, 49.57321, 0.47339, 49.57321], "geometry" : {"coordinates"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "object", "properties": {"sprites": {"type": "array", "items": {"type": "integer"}}, "tipo": {"type": "integer"}}, "required": ["sprites", "tipo"]}}}, "required": ["frame... | {"frames" : [{"sprites" : [0], "tipo" : 0}, {"sprites" : [1], "tipo" : 0}, {"sprites" : [2], "tipo" : 0}, {"sprites" : [3], "tipo" : 0}, {"sprites" : [4], "tipo" : 0}, {"sprites" : [5], "tipo" : 0}, {"sprites" : [6], "tipo" : 0}, {"sprites" : [7], "tipo" : 0}, {"sprites" : [8], "tipo" : 0}, {"sprites" : [9], "tipo" : 0... | json_instruct | {"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "object", "properties": {"sprites": {"type": "array", "items": {"type": "integer"}}, "tipo": {"type": "integer"}}, "required": ["sprites", "tipo"]}}}, "required": ["frames"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"esri-leaflet-debug.js": {"type": "string"}, "esri-leaflet.js": {"type": "string"}}, "required": ["esri-leaflet-debug.js", "esri-leaflet.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"esri-leaflet-debug.js" : "sha256-2YjRQWAgMSq3vcbKeVZhbxjftjcLCcpiBkNOKhoTdrg=", "esri-leaflet.js" : "sha256-wup/IGGholSnUXslXqqb0evH22RLXAUdaZZgaeXYsbM="} | json_instruct | {"type": "object", "properties": {"esri-leaflet-debug.js": {"type": "string"}, "esri-leaflet.js": {"type": "string"}}, "required": ["esri-leaflet-debug.js", "esri-leaflet.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"ty... | {"id" : 330, "name" : "Hope Summers", "slug" : "330-hope-summers", "powerstats" : {"intelligence" : 63, "strength" : 10, "speed" : 12, "durability" : 32, "power" : 93, "combat" : 75}, "appearance" : {"gender" : "Female", "race" : null, "height" : ["5'6", "168 cm"], "weight" : ["106 lb", "48 kg"], "eyeColor" : "Green", ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type": "integer"}, "durability": {"type": "integer"}, "power": {"type": "i... |
Create an example JSON object that satisfies 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" : 2029, "surahNumber" : "016", "ayatNumber" : "128", "arabic" : "\u0625\u0650\u0646\u0651\u064e \u0627\u0644\u0644\u0651\u064e\u0647\u064e \u0645\u064e\u0639\u064e \u0627\u0644\u0651\u064e\u0630\u0650\u064a\u0646\u064e \u0627\u062a\u0651\u064e\u0642\u064e\u0648\u0652\u0627 \u0648\u064e\u0627\u0644\u0651\u064e\u06... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/app.js.map": {"type": "string"}, "/js/manifest.js": {"type": "string"}, "/js/manifest.js.map": {"type": "string"}, "/js/vendor.js": {"type": "string"}, "/js/vendor.js.map": {"typ... | {"/js/app.js" : "/js/app.js?id=0699555261593fda9428", "/js/app.js.map" : "/js/app.js.map?id=5a6703a0d56d78e0dff6", "/js/manifest.js" : "/js/manifest.js?id=fc232160cbed7f2cfd59", "/js/manifest.js.map" : "/js/manifest.js.map?id=faa22c6d9c9aabeefba9", "/js/vendor.js" : "/js/vendor.js?id=c8e50cb5e613293c765b", "/js/vendor.... | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/app.js.map": {"type": "string"}, "/js/manifest.js": {"type": "string"}, "/js/manifest.js.map": {"type": "string"}, "/js/vendor.js": {"type": "string"}, "/js/vendor.js.map": {"type": "string"}, "/js/split/fb8f67af878e9efe54e6.js": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://jso... | {"word" : "State", "definitions" : ["The particular condition that someone or something is in at a specific time.", "A physical condition as regards internal or molecular form or structure.", "An agitated or anxious condition.", "A dirty or untidy condition.", "A nation or territory considered as an organized political... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["410825003200", "\u5f20\u572a\u57b1\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003201", "\u5357\u5f20\u7f8c\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["410825003202", "\u5317\u5f20\u7f8c\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825003203", "\u5e38\u5e97\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM", "MINITAUR", "DOMINION", "KIJIMI", "BBPADS", "BBNOTES", "SOURCE", "-", "DDRM",... | 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": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0xa90a94f40c84852cac14e08a2fb7ea2f829efb3884f3c0a3d29a117f6117f3b3", "parentHash" : "0x44b43b6d4eee56318a866d98a232ef55812b2d2543e273c99527764202aa6c05", "number" : 26979, "timestamp" : 1438602346, "nonce" : "0x95a904de3d0bca25", "difficulty" : 1104365602532, "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"]... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri... | {"latest_version" : ["2.4.1.1"], "meta" : {"description" : "Jasmine 2.4.1 (XStatic packaging standard)", "homepage" : "http://jasmine.github.io/", "license" : "(same as Jasmine)"}, "versions" : {"1.3.1.1" : {"sha256" : "b9a8f8f0bf51ebdf7118c598c2e62b10ad9e1326858dbb61a07b3711b9491465", "url" : "https://files.pythonhost... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "... | {"text" : {"0" : {"m1" : "\u0627\u06cc \u0633\u0648\u062f\u0627\u0626\u06cc \u0628\u0631\u0648 \u067e\u06cc \u0633\u0648\u062f\u0627 \u0628\u0627\u0634", "m2" : "\u062f\u0631 \u0635\u0648\u0631\u062a \u0634\u06cc\u062f\u0627\u06cc \u062f\u0644\u062a \u0634\u06cc\u062f\u0627 \u0628\u0627\u0634"}, "1" : {"m1" : "\u0628\u... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "donet", "definition" : "Same as Donat. Piers Plowman."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "addons": {"type": "array", "items": {"type": "object", "properties": {"plan": {"type": "string"}, "opti... | {"name" : "Lancaster City Nutrition App", "description" : "The online app for Lancaster City Nutrition", "keywords" : ["python", "flask", "postgresql", "heroku"], "addons" : [{"plan" : "heroku-postgresql", "options" : {"version" : "12"}}], "formation" : {"web" : {"quantity" : 1, "size" : "free"}}, "env" : {"FLASK_APP" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "addons": {"type": "array", "items": {"type": "object", "properties": {"plan": {"type": "string"}, "options": {"type": "object", "properties": {"version": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", ... | {"id" : "2008", "provinceId" : "62", "regencyId" : "12", "districtId" : "01", "name" : "Bahitom"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["tes... | {"name" : "@digitalframe.ws/df-koa-shopify-auth", "version" : "0.1.2", "sideEffects" : false, "main" : "src/index.js", "scripts" : {"test" : "mocha --reporter spec"}, "repository" : {"type" : "git", "url" : "git+https://github.com/rpineda/df-koa-shopify-auth.git"}, "keywords" : ["shopify", "app", "auth"], "author" : "R... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": ... | {"status" : 3, "startTimes" : [14, 5, 133, 53, 38, 30, 75, 120, 80, 94], "objectiveValue" : 362.0, "solverRuntimeInMilliseconds" : 128, "optional" : {}} | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "lint": {"type": "string"}, "dev"... | {"name" : "ng2-combobox", "version" : "0.7.1", "description" : "remote and local combobox component for angular 2", "main" : "index.js", "scripts" : {"clean" : "./scripts/clean.sh", "lint" : "tslint \"src/**/*.ts\" --exclude \"src/**/*.d.ts\"", "dev" : "tsc --watch", "prepublish" : "tsc"}, "repository" : {"type" : "git... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "lint": {"type": "string"}, "dev": {"type": "string"}, "prepublish": {"type": "string"}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema... | {"id" : "16", "provinceId" : "16", "regencyId" : "71", "name" : "Sematang Borang"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"datemodified": {"type": "string"}, "name": {"type": "string"}, "urlname": {"type": "string"}, "comments": {"type": "string"}, "yield": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "instruc... | {"datemodified" : "2015-07-26T17:42:15.650Z", "name" : "Cherry Coke Cupcakes", "urlname" : "cherry-coke-cupcakes", "comments" : "Phew! This recipe is a fair bit of work, but the cupcakes are very tasty! They taste best the day they are made.", "yield" : "18 cupcakes", "ingredients" : ["3 c. flour", "6 Tbsp. cocoa powde... | json_instruct | {"type": "object", "properties": {"datemodified": {"type": "string"}, "name": {"type": "string"}, "urlname": {"type": "string"}, "comments": {"type": "string"}, "yield": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}}, "r... |
Please provide a valid JSON object following this schema:
{"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" : "7404031003", "district_id" : "7404031", "name" : "PUULEMO"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {... | {"contract" : "0x01db18f6a474840db3480a6a35227d4d0dfcca37", "tool" : "manticore", "start" : 1564033519.7863097, "end" : 1564035321.4142501, "duration" : 1801.627940416336, "analysis" : [[], [], [{"name" : "INVALID instruction", "line" : 81, "code" : "owner = msg.send"}]]} | 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": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "... | {"name" : "VFCabbage", "version" : "0.1", "summary" : "A high-level video composition framework build on top of AVFoundation. It's simple to use and easy to extend.", "description" : "A high-level video composition framework build on top of AVFoundation. It's simple to use and easy to extend. Use it and make life easie... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "homepage": {"type": "string... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Application": {"type": "object", "properties": {"HTTPSEnabled": {"type": "string"}}, "required": ["HTTPSEnabled"]}, "Logging": {"type": "object", "properties": {"IncludeScopes": {"type": "boolean"}, "LogLevel": {"type": "object"... | {"Application" : {"HTTPSEnabled" : "false"}, "Logging" : {"IncludeScopes" : false, "LogLevel" : {"Default" : "Verbose", "Microsoft" : "Information", "System" : "Information", "Microsoft.EntityFrameworkCore.Database.Command" : "Warning"}}, "ContentSecurityPolicy" : {"Policy" : "default-src 'self'; script-src 'self' 'uns... | json_instruct | {"type": "object", "properties": {"Application": {"type": "object", "properties": {"HTTPSEnabled": {"type": "string"}}, "required": ["HTTPSEnabled"]}, "Logging": {"type": "object", "properties": {"IncludeScopes": {"type": "boolean"}, "LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsof... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"1547187856772": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fN... | {"1547187856772" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/Mi0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9XT1JMRF95b3UtRVElMjBXb3JsZCUyME1hcCUyMFNlYXJjaC5odG1sLWFuYWx5dGljcy0xNTQ3MTg3ODU2NzA5.json"}, "1547187858645" : {"type" : "st"}, "15471... | json_instruct | {"type": "object", "properties": {"1547187856772": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "1547187858645": {"type": "object", "properties": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"... | {"artist_id" : "AR18EBX1187B9A66EB", "artist_latitude" : null, "artist_location" : "New York City New York USA", "artist_longitude" : null, "artist_name" : "Baumer", "duration" : 178.62485, "num_songs" : 1, "song_id" : "SOAZSUA12A8C139DFC", "title" : "On Our Way", "year" : 2008} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"elasticsearch": {"type": "string"}}, "required": ["elasticsearch"]}}, "requir... | {"name" : "es-index-doc", "version" : "1.0.0", "main" : "es-index-doc.js", "dependencies" : {"elasticsearch" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"elasticsearch": {"type": "string"}}, "required": ["elasticsearch"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://js... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1968-08-06"... | {"name" : [{"name" : "\u81fa\u7063\u7701\u7ce7\u98df\u5be6\u7269\u50b5\u5238\u689d\u4f8b", "start_date" : "1968-08-06"}], "history" : {"1968-08-06" : "\u5236\u5b9a21\u689d", "1968-08-19" : "\u516c\u5e03", "1985-11-19" : "\u5ee2\u6b6221\u689d", "1985-11-27" : "\u516c\u5e03"}, "lyID" : "90034"} | json_instruct | {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1968-08-06": {"type": "string"}, "1968-08-19": {"type": "string"}, "19... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"t... | {"name" : "test_edit_group_name", "status" : "passed", "steps" : [{"name" : "Check precondition", "status" : "passed", "start" : 1629367348616, "stop" : 1629367348619}, {"name" : "Choose group for editing", "status" : "passed", "start" : 1629367348619, "stop" : 1629367348621}, {"name" : "Edit group 188nameA9n6ZAUheader... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "propertie... | {"id" : "kurihara2017market", "title" : "The Market Efficiency Of Bitcoin: A Weekly Anomaly Perspective", "year" : 2017, "type" : "article", "sortkey" : 20170504, "authors" : [{"affiliation" : "Aichi University", "name" : "Yutaka Kurihara"}, {"affiliation" : "Seijo University", "name" : "Akio Fukushima"}], "url" : "htt... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}}, "requi... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"place_id": {"type": "integer"}, "licence": {"type": "string"}, "osm_type": {"type": "string"}, "osm_id": {"type": "integer"}, "boundingbox": {"type": "array", "items": {"type": "string"}}, "lat": {"typ... | [{"place_id" : 234516163, "licence" : "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type" : "relation", "osm_id" : 50046, "boundingbox" : ["54.4516667", "57.9524297", "7.7153255", "15.5530641"], "lat" : "55.670249", "lon" : "10.3333283", "display_name" : "Danmark", "class" : "bound... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"place_id": {"type": "integer"}, "licence": {"type": "string"}, "osm_type": {"type": "string"}, "osm_id": {"type": "integer"}, "boundingbox": {"type": "array", "items": {"type": "string"}}, "lat": {"type": "string"}, "lon": {"type": "string"}, "display_name":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it... | {"directions" : ["Preheat oven to 325 degrees F (165 degrees C).", "Combine raisins and water in a microwave safe bowl, cover and microwave on high for 3 minutes. Let stand for 20 minutes then drain.", "Melt the butter or margarine. Combine cookie crumbs, 1/4 cup of the white sugar, and the melted butter or margarine. ... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "start": ... | {"name" : "jogodacobrinha", "version" : "1.0.0", "description" : "Meu game da cobrinha", "main" : "main.js", "scripts" : {"postinstall" : "install-app-deps", "start" : "electron .", "pack" : "build --dir", "dist" : "./build"}, "repository" : "hthttps://github.com/netrodslessa/snakegame", "keywords" : ["Electron"], "aut... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "start": {"type": "string"}, "pack": {"type": "string"}, "dist": {"type": "string"}}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"... | {"contract" : "0xe6fdf5fc939cbf462683a63d2dcff662bc6bc603", "tool" : "solhint", "start" : 1563215205.4219518, "end" : 1563215238.460016, "duration" : 33.0380642414093, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"... | {"contract" : "0xb80ecaf2236e3a8e28fb736651c51ccdf25e2d7b", "tool" : "osiris", "start" : 1564617663.5492039, "end" : 1564617667.1026926, "duration" : 3.5534887313842773, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ManiacTongue": {"type": "array", "items": {"type": "string"}}}, "required": ["ManiacTongue"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ManiacTongue" : ["AntiHero", "EvilLaugh", "LaughingMad", "SlasherSmile", "LecherousLicking", "FingerLickinEvil", "OverlyLongTongue", "TheRockStar", "HeavyMetal", "VillainousCrush", "StalkerWithACrush", "LoveMakesYouStupid", "HighPressureEmotion", "CharacterTics", "LickingTheBlade", "AxCrazy", "SlasherSmile", "BeastMa... | json_instruct | {"type": "object", "properties": {"ManiacTongue": {"type": "array", "items": {"type": "string"}}}, "required": ["ManiacTongue"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_10... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAM... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"beberlei/assert": {"type": "string"}}, "required": ["beberlei/assert"]}, "license": {"type": "string"}, "... | {"name" : "lotfixyz/laravel-smartdetect", "description" : "Cool development helper for Laravel.", "require" : {"beberlei/assert" : "dev-master"}, "license" : "MIT", "authors" : [{"name" : "Mohammad Lotfi", "email" : "info@lotfi.xyz"}], "minimum-stability" : "dev", "keywords" : ["cool", "development", "helper", "laravel... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"beberlei/assert": {"type": "string"}}, "required": ["beberlei/assert"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.