input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1417.6312841472197, 1428.318834441574], [1394.337056880268, 1462.2013468298674], [1377.395800686121, 1474.9072889754775], [1324.4543750794123, 1498.2015162424295], [1273.630606496972, 1517.2604294608445]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repo... | {"name" : "ethwalletgenerator", "version" : "1.0.0", "description" : "An ETH Wallet Generator", "main" : "ethGenerator.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/xiongwei-git/ETHWalletGenerator.git"}, "keywords" : ["eth", "w... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/.circleci/config.yml", "/.editorconfig", "/.gitignore", "/copying.txt", "/readme.md", "/redis.nimble", "/src/redis.nim", "/tests/main.nim", "/tests/nim.cfg", "/tests/tawaitorder.nim"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$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"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"ty... | {"name" : "APIDRA INFUSION", "harga" : " Rp. 356.559/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Insulin glulisine", "indikasi" : "Diabetes Melitus", "kontraindikasi" : "", "perhatian" : "Terapi perubahan cara hidup. Hipo atau hiperglikemia yang belum d... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.ps1xml": {"type": "string"}}, "required": ["*.ps1xml"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files.associations" : {"*.ps1xml" : "xml"}} | json_instruct | {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.ps1xml": {"type": "string"}}, "required": ["*.ps1xml"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "sta... | {"name" : "express-prisma", "version" : "1.0.0", "description" : "Boilerplate project using node, express and prisma client connecting to a PostgreSQL database", "main" : "server.js", "scripts" : {"dev" : "nodemon", "build" : "rimraf ./dist && tsc", "start" : "npm run build && node dist/server.js"}, "repository" : {"ty... | 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"}, "start": {"type": "string"}}, "required": ["dev", "build", "sta... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"service": {"type": "object", "properties": {"hostname": {"type": "string"}, "port": {"type": "integer"}, "cookie_secret": {"type": "string"}, "cert_file": {"type": "string"}, "key_file": {"type": "string"}}, "requir... | {"service" : {"hostname" : "server.domain.com", "port" : 3000, "cookie_secret" : "a-secret-salt-for-the-cookies", "cert_file" : "./relative-path-to.crt", "key_file" : "./relative-path-to.key"}, "69511aa9-8bf9-472a-a756-b091238a44e4" : {"domain" : "myfakedomain.com", "profile" : "production", "accounting" : "true", "tem... | json_instruct | {"type": "object", "properties": {"service": {"type": "object", "properties": {"hostname": {"type": "string"}, "port": {"type": "integer"}, "cookie_secret": {"type": "string"}, "cert_file": {"type": "string"}, "key_file": {"type": "string"}}, "required": ["hostname", "port", "cookie_secret", "cert_file", "key_file"]}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"status": {"type": "string"}, "segmentation": {"type": "string"}, "url": {"type": "string"}, "character": {"type": "string"}, "label": {"type": "string"}, "id": {"type": "string"}}, "required": ["status", "segmentation", "url",... | {"status" : "OK", "segmentation" : "candidate-segmentation", "url" : "/segment-image/dda0d037-743e-4cb3-be7a-cf467c5fee3e/candidate-segmentation/10334", "character" : "8", "label" : "10334", "id" : "dda0d037-743e-4cb3-be7a-cf467c5fee3e"} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "segmentation": {"type": "string"}, "url": {"type": "string"}, "character": {"type": "string"}, "label": {"type": "string"}, "id": {"type": "string"}}, "required": ["status", "segmentation", "url", "character", "label", "id"], "$schema": "http://json-schem... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"last_edited_by": {"type": "string"}, "duration": {"type": "integer"}, "title": {"type": "string"}, "article1": {"type": "object", "properties": {"headline": {"type": "object", "properties": {"href": {"type": "string"}, "text":... | {"last_edited_by" : "Lex", "duration" : 15000, "title" : "\u201cCan\u2019t be overlooked\u201d: Study says college voter turnout doubled from 2014 to 2018", "article1" : {"headline" : {"href" : "https://dbknews.com/2019/10/02/umd-college-park-college-voter-participation-doubled-study/", "text" : "\u201cCan\u2019t be ov... | json_instruct | {"type": "object", "properties": {"last_edited_by": {"type": "string"}, "duration": {"type": "integer"}, "title": {"type": "string"}, "article1": {"type": "object", "properties": {"headline": {"type": "object", "properties": {"href": {"type": "string"}, "text": {"type": "string"}}, "required": ["href", "text"]}, "spons... |
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": {"typ... | {"directions" : ["1. Place the oil and butter in a heavy saucepan over low heat. Add the onion, celery, and carrot; cook, stirring, until the vegetables are wilted, about 15 minutes. Add the garlic and cloves during the last 3 minutes.", "2. Puree the tomatoes with their juices in a blender and add to the saucepan. Add... | 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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-7vvv-c5q6-4rvq", "modified" : "2022-04-30T18:15:33Z", "published" : "2022-04-30T18:15:33Z", "aliases" : ["CVE-2001-0167"], "details" : "Buffer overflow in AT&T WinVNC (Virtual Network Computing) client 3.3.3r7 and earlier allows remote attackers to execute arbitrary commands vi... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Following the schema specification below, generate a valid JSON instance:
{"type": "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" : "1601093003", "district_id" : "1601093", "name" : "KAMPAI"} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "sideEffects": {"type": "boolean"}, "fesm2020": {"type": "string"}, "fesm2015": {"type": "string"}, "esm2020": {"type": "string"}, "typings": {"type": "string"}, "module": {"type": "string"}, "es2020... | {"name" : "@angular/common/upgrade", "sideEffects" : false, "fesm2020" : "../fesm2020/upgrade.mjs", "fesm2015" : "../fesm2015/upgrade.mjs", "esm2020" : "../esm2020/upgrade/upgrade.mjs", "typings" : "./upgrade.d.ts", "module" : "../fesm2015/upgrade.mjs", "es2020" : "../fesm2020/upgrade.mjs"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sideEffects": {"type": "boolean"}, "fesm2020": {"type": "string"}, "fesm2015": {"type": "string"}, "esm2020": {"type": "string"}, "typings": {"type": "string"}, "module": {"type": "string"}, "es2020": {"type": "string"}}, "required": ["name", "sideEffects",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"recordingRecordType": {"type": "string"}, "employeeBusinessUnitReference": {"type": "string"}, "recordingRecordReference": {"type": "string"}, "recordingRecordDateTime": {"type": "string"}, "recordingRecord": {"type": "object"... | {"recordingRecordType" : "Behavior model performance feedback", "employeeBusinessUnitReference" : "REF456", "recordingRecordReference" : "RRR4678", "recordingRecordDateTime" : "2018-09-06T09:00:00", "recordingRecord" : {}, "recordingRecordStatus" : "Applied"} | json_instruct | {"type": "object", "properties": {"recordingRecordType": {"type": "string"}, "employeeBusinessUnitReference": {"type": "string"}, "recordingRecordReference": {"type": "string"}, "recordingRecordDateTime": {"type": "string"}, "recordingRecord": {"type": "object", "properties": {}, "required": []}, "recordingRecordStatus... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d848-23", "text" : "Treatment for Kit No. 5\npage twenty three\nTELEVISION: I am television! Master teacher I\nNARRATOR: It is no such thing. If is a channel for the use of teachers....\nThe on-screen teacher, in the lesson, reappears.\nCamera begins slowly to pull back to incorporate television lesson in clas... | 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": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "75", "name" : "GORONTALO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "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": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, ... | {"name" : "LesinProxy", "version" : "1.0.0", "main" : "index.js", "scripts" : {"start" : "node index"}, "author" : "Alexey Lesin", "license" : "MIT", "dependencies" : {"config-yml" : "^0.10.3", "minecraft-data" : "^2.82.2", "minecraft-protocol" : "^1.24.2", "node-rsa" : "^0.4.2", "node-vk-bot-api" : "^3.4.0", "queuejs"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "pro... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cpexcel.js": {"type": "string"}, "jszip.js": {"type": "string"}, "xlsx.core.min.js": {"type": "string"}, "xlsx.full.min.js": {"type": "string"}, "xlsx.js": {"type": "string"}, "xlsx.min.js": {"type": "string"... | {"cpexcel.js" : "sha512-rTl9pinXkYSQX1EoGry7UyXQSM8mE0AnMbE1VaSIux+IpsFXmhbexH4qULJQgBSmJ1yTJ1CT0vS2+M7fxfC2Rw==", "jszip.js" : "sha512-HSOcYoXDP+3n5prQat5GozmUS9d6yVkmmwMB2wxsa7TwqAagBswMxZdHh4ExIw3Fvq1Xf5pRACVIf9Xw2Fui9w==", "xlsx.core.min.js" : "sha512-Uw941wUg0fPw0lvEAZWa0q5hONv4ZtynmfeA8vvO8mi4cmy/JxFayP31NukP6woJ... | json_instruct | {"type": "object", "properties": {"cpexcel.js": {"type": "string"}, "jszip.js": {"type": "string"}, "xlsx.core.min.js": {"type": "string"}, "xlsx.full.min.js": {"type": "string"}, "xlsx.js": {"type": "string"}, "xlsx.min.js": {"type": "string"}}, "required": ["cpexcel.js", "jszip.js", "xlsx.core.min.js", "xlsx.full.min... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Akhba\u0304r al-h\u0323amqa\u0301 wa-al-mughaffali\u0304n li-Abi\u0304 al-Faraj \u02bbAbd al-Rah\u0323ma\u0304n ibn al-Jawzi\u0304 ", "author" : "Ibn al-Jawzi\u0304, Abu\u0304 al-Faraj \u02bbAbd al-Rah\u0323ma\u0304n ibn \u02bbAli\u0304, 1116 (ca.)-1201.", "id" : "006641899"}, {"title" : "The book of holid... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@testing-library/cypress": {"type": "string"}, "@testing-library/user-eve... | {"name" : "example-carved-rock-fitness-pwa-e2e", "version" : "0.0.1", "private" : true, "dependencies" : {"@testing-library/cypress" : "6.0.0", "@testing-library/user-event" : "8.0.3", "@wdio/browserstack-service" : "6.1.15", "@wdio/cli" : "6.1.24", "@wdio/local-runner" : "6.1.24", "@wdio/mocha-framework" : "6.1.19", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@testing-library/cypress": {"type": "string"}, "@testing-library/user-event": {"type": "string"}, "@wdio/browserstack-service": {"type": "string... |
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" : 101884623, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c2b6363c4f2ac33bb29634d9cd8716c2", "wof:id" : 101884623, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.75995002451884, 48.29788559353779, 3.77270650557676, 48.30684593967965... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "strict": {"type": "boolean"}, "jsx": {"type": "string"}, "importHelpers": {"type": "boolean"}, "modul... | {"compilerOptions" : {"target" : "ES2019", "module" : "esnext", "strict" : true, "jsx" : "preserve", "importHelpers" : true, "moduleResolution" : "node", "experimentalDecorators" : true, "emitDecoratorMetadata" : true, "allowJs" : true, "esModuleInterop" : true, "allowSyntheticDefaultImports" : true, "strictPropertyIni... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "strict": {"type": "boolean"}, "jsx": {"type": "string"}, "importHelpers": {"type": "boolean"}, "moduleResolution": {"type": "string"}, "experimentalDecorators": {"type": "b... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "object", "properties": {"cmd": {"type": "string"}, "desc": {"type": "string"}}, "required": ["cmd", "desc"]}}, "required... | {"$schema" : "https://deno.land/x/denon/schema.json", "scripts" : {"start" : {"cmd" : "deno run --allow-net --allow-read src/index.ts", "desc" : "Run src/index.ts"}}, "watcher" : {"match" : ["src/**/*.*"], "skip" : ["src/client/public/**/*.*"]}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "object", "properties": {"cmd": {"type": "string"}, "desc": {"type": "string"}}, "required": ["cmd", "desc"]}}, "required": ["start"]}, "watcher": {"type": "object", "properties": {"match": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$schema"... | {"url" : "https://www.nasdaq.com/article/energy-sector-update-for-09042019-boom-cm1207155", "title" : "Energy Sector Update for 09/04/2019: BOOM - Nasdaq.com", "text" : ["Top Energy Stocks:", "XOM: +1.08%", "CVX: +1.05%", "COP: +1.08%", "SLB: +1.83%", "OXY: -0.56%", "Top energy stocks were advancing pre-market Wednesda... | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$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#"}
| [["woman", "man"], ["man", "woman"], ["boy", "girl"], ["brother", "sister"], ["he", "she"], ["him", "her"], ["his", "hers"], ["son", "daughter"], ["father", "mother"], ["uncle", "aunt"], ["grandfather", "grandmother"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "BeatMarket", "author" : "Yungiphoneshawty", "count" : 96} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ... | {"author" : {"id" : "t2_7i3vtnr", "name" : "Conconconrad"}, "date" : {"day" : 1580860800, "full" : 1580919629, "month" : 1580515200, "week" : 1580601600}, "id" : "t3_ezbybv", "picture" : {"filesize" : 107791, "fullUrl" : "https://preview.redd.it/iy3xiyj7s4f41.jpg?auto=webp&s=c98df219b59a88843dfc355cdaff84fddb50f3a2", "... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"artifactFQN": {"type": "string"}, "entryPoint": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"repositoryId": {"type": "string"}}, "required": ["repositoryId"]}}}, "required": [... | {"artifactFQN" : "containers:container-samples:1.0.0", "entryPoint" : "containers.demo.SimpleApplication", "repositories" : [{"repositoryId" : "LOCAL"}, {"repositoryId" : "CENTRAL", "url" : "https://repo.maven.apache.org/maven2/"}]} | json_instruct | {"type": "object", "properties": {"artifactFQN": {"type": "string"}, "entryPoint": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"repositoryId": {"type": "string"}}, "required": ["repositoryId"]}}}, "required": ["artifactFQN", "entryPoint", "repositories"], "$schema": ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [368065.67351757915, 373181.02377925, 386821.9578103721, 391937.3080720429] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"tmhDynamicLocale.js": {"type": "string"}, "tmhDynamicLocale.min.js": {"type": "string"}}, "required": ["tmhDynamicLocale.js", "tmhDynamicLocale.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tmhDynamicLocale.js" : "sha512-puiKG8A81O6CWiulY7tfOgJhrIJ8TYx3GhxUegfrtnTqJfB9dyhkHPy3bzRHOEci/mYezbQ8cLh2aDJ4A7fHvA==", "tmhDynamicLocale.min.js" : "sha512-0iCScw1bbrUYEPlmTXM5LjSmb/1uIwfoHvUZ9xVysD7QA79WSFotD8hvrORO/+u/I8bM1Ql326Mpikldk1Qu8g=="} | json_instruct | {"type": "object", "properties": {"tmhDynamicLocale.js": {"type": "string"}, "tmhDynamicLocale.min.js": {"type": "string"}}, "required": ["tmhDynamicLocale.js", "tmhDynamicLocale.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"ty... | {"name" : "weatherApp", "authors" : ["Sarath S Nair <sarath.nair@asda.co.uk>"], "description" : "App to know weather in cities", "main" : "", "license" : "MIT", "homepage" : "", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"requirejs" : "^2.2.0", "angular" : "^1.5.8", "jq... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "430529202201", "text" : "\u57ce\u6eaa\u6751"}, {"id" : "430529202202", "text" : "\u814a\u5c4b\u6751"}, {"id" : "430529202205", "text" : "\u767d\u6bdb\u576a\u6751"}, {"id" : "430529202209", "text" : "\u5361\u7530\u6751"}, {"id" : "430529202212", "text" : "\u767d\u5934\u5773\u6751"}, {"id" : "430529202214", "te... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "source": {"type": "string"}, "time": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "source", "time", "content"], "$schema": "http://json-schema.org/draft-07... | {"title" : "\u8428\u5c3c\u4e9a\uff1a\u963f\u68ee\u7eb3\u5728\u8db3\u603b\u676f\u8e22\u5f97\u5f88\u597d\uff0c\u770b\u597d\u4ed6\u4eec\u6218\u80dc\u66fc\u57ce", "source" : "tribuna", "time" : "2020-07-17 11:44:45", "content" : "\u864e\u62517\u670817\u65e5\u8baf\u00a0\u524d\u963f\u68ee\u7eb3\u540e\u536b\u8428\u5c3c\u4e9a\... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "source": {"type": "string"}, "time": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "source", "time", "content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema... | [{"code" : "011", "name" : "\u672c\u5e97", "name_kana" : "\uff8e\uff9d\uff83\uff9d"}, {"code" : "083", "name" : "\u5b9d\u6bbf", "name_kana" : "\uff8e\uff73\uff83\uff9e\uff9d"}, {"code" : "089", "name" : "\u672c\u8358", "name_kana" : "\uff8e\uff9d\uff7c\uff9e\uff96\uff73"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [71642.26283864083, 73626.80191527183, 78918.90611962117, 80903.44519625217] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD... | {"Time" : "2020-11-06T12:00:00Z", "Temp" : 25.1, "RelHum" : 58, "WindSpeed" : 2.5, "WindDir" : 251} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "short_name": {"type": "string"}, "author": {"type": "string"}, "page_action": {"type": "objec... | {"name" : "CSDN auto expand", "version" : "1.0.0", "manifest_version" : 2, "description" : "A chrome extension to auto expand csdn article", "short_name" : "CSDN auto expand", "author" : "wangqi060934", "page_action" : {"default_icon" : {"16" : "images/csdn16.png", "32" : "images/csdn32.png", "48" : "images/csdn48.png"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "short_name": {"type": "string"}, "author": {"type": "string"}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "object", "pr... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"EG-ASN": {"type": "string"}, "EG-AST": {"type": "string"}, "EG-BA": {"type": "string"}, "EG-BH": {"type": "string"}, "EG-BNS": {"type": "string"}, "EG-DK": {"type": "string"}, "EG-HU": {"type": "string"}, "EG-KFS"... | {"EG-ASN" : "\u0410\u0441\u0432\u0430\u043d", "EG-AST" : "\u0410\u0441\u0458\u0443\u0442", "EG-BA" : "\u0410\u043b \u0411\u0430\u0440 \u0430\u043b \u0410\u043c\u0430\u0440", "EG-BH" : "\u0410\u043b \u0411\u0443\u0445\u0430\u0458\u0440\u0430", "EG-BNS" : "\u0411\u0430\u043d\u0438 \u0421\u0443\u0432\u0430\u0438\u0444", "... | json_instruct | {"type": "object", "properties": {"EG-ASN": {"type": "string"}, "EG-AST": {"type": "string"}, "EG-BA": {"type": "string"}, "EG-BH": {"type": "string"}, "EG-BNS": {"type": "string"}, "EG-DK": {"type": "string"}, "EG-HU": {"type": "string"}, "EG-KFS": {"type": "string"}, "EG-MT": {"type": "string"}, "EG-SHR": {"type": "s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ... | {"lastUpdated" : 1655019279666, "username" : "floweyundertale", "scores" : [{"xp" : 2393, "rank" : 365, "cardId" : 580}, {"xp" : 6863, "rank" : 330, "cardId" : 438}, {"xp" : 9842, "rank" : 474, "cardId" : 607}, {"xp" : 17692, "rank" : 384, "cardId" : 608}, {"xp" : 9215, "rank" : 290, "cardId" : 589}, {"xp" : 5630, "ran... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url"... | {"homepage" : "https://www.vanheusden.com/httping/", "description" : "Ping with HTTP requests.", "version" : "2.5", "license" : "GPL-2.0-or-later", "architecture" : {"64bit" : {"url" : "https://www.vanheusden.com/httping/httping-2.5-win64.zip", "hash" : "767edac1de2328618357630de60b2b4fca05f19a554ef4fbd2c4974c4516d27c"... | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"create_entry": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "step": {"type": "object", "properties": {"user": {"type": "ob... | {"config" : {"create_entry" : {"default" : "Um Ereignisse an den Heimassistenten zu senden, m\u00fcssen die Webhook-Funktionen in Traccar eingerichtet werden.\n\nVerwende die folgende URL: `{webhook_url}}`\n\nSiehe [die Dokumentation]( {docs_url} ) f\u00fcr weitere Details."}, "step" : {"user" : {"description" : "M\u00... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"create_entry": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}, "title": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type... | {"IsRecentlyVerified" : false, "ID" : 165298, "UUID" : "9B09EF92-C8B8-49DF-9491-A398DB29AE8C", "DataProviderID" : 1, "OperatorID" : 3426, "UsageTypeID" : 4, "UsageCost" : "per Blink Charging Europe (free as of Dec 2020)", "AddressInfo" : {"ID" : 165657, "Title" : "Smart Price Pefka", "AddressLine1" : "\u03a0\u03b1\u03c... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties... |
Create a JSON structure that matches this schema definition:
{"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": {"name": ... | {"id" : "wornerbitcoin", "title" : "The Bitcoin Ecosystem: Disruption beyond Financial Services?", "year" : 2016, "type" : "article", "sortkey" : 20160630, "authors" : [{"name" : "Dominic W\u00f6rner", "affiliation" : "ETH Zurich"}, {"name" : "Thomas Von Bomhard", "affiliation" : "University of St. Gallen"}, {"name" : ... | 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": {"name": {"type": "string"}, "affiliation": {"type": "string"}}, "requi... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "install-tools"... | {"name" : "woterbuch", "version" : "0.2.0", "description" : "A chrome extension for German-English & English-German translations", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "npx webpack --config webpack.config.js", "install-tools" : "make install", "server" : "node src/server/server... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "install-tools": {"type": "string"}, "server": {"type": "string"}}, "required": ["test", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"DataParameterizationWithIdDoesNotExist": {"type": "string"}, "DataParameterizationNameUsed": {"type": "string"}, "DataParameterizationFieldUsed": {"type": "string"}}, "required": ["DataParameterizationWithIdDoesNo... | {"DataParameterizationWithIdDoesNotExist" : "DataParameterization con id: '%id%' no existe", "DataParameterizationNameUsed" : "DataParameterization con nombre: '%name%' ya se encuentra registrada", "DataParameterizationFieldUsed" : "Existe en la base de datos el valor: '%value%' para el campo %field%"} | json_instruct | {"type": "object", "properties": {"DataParameterizationWithIdDoesNotExist": {"type": "string"}, "DataParameterizationNameUsed": {"type": "string"}, "DataParameterizationFieldUsed": {"type": "string"}}, "required": ["DataParameterizationWithIdDoesNotExist", "DataParameterizationNameUsed", "DataParameterizationFieldUsed"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"ty... | {"key" : "/books/OL7671298M", "title" : "Stalin", "subtitle" : "A Biography", "publishers" : ["Belknap Press"], "authors" : ["Robert Service"], "isbn_10" : "0674016971", "isbn_13" : "9780674016972", "publish_date" : "April 4, 2005", "subjects" : ["Biography: historical", "European history: from c 1900 -", "Political le... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "string"}, "publish_date":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"homeBanner": {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"strapiId": {"type": "integer"}, "title": {"type": "string"}, "i... | {"data" : {"homeBanner" : {"nodes" : [{"strapiId" : 1, "title" : "incodewetrust", "image" : {"childImageSharp" : {"gatsbyImageData" : {"layout" : "constrained", "backgroundColor" : "#486848", "images" : {"fallback" : {"src" : "/static/fb38eef69361f81a15bbcd83254c61bb/7fe0b/c19d0a09b2176905cf26a23dbd68fd7f.png", "srcSet... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"homeBanner": {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"strapiId": {"type": "integer"}, "title": {"type": "string"}, "image": {"type": "object", "properties": {"childImageSharp": {"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "r... | {"name" : "vscode-settings-actions2", "private" : "true", "version" : "1.2.3", "publisher" : "SAPOSS", "repository" : {"type" : "git", "url" : "https://github.com/SAP/app-studio-toolkit"}, "main" : "index.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}}, ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0.4615428115160409, 0.023393188554681612, 0.4883483184810276, 0, 0.4131173586024943, 0.002140807821991207, 0.5150024486496354, 0.026642019567376284, 0.34421602807763924, 0.025478464707927855, 0.6183768910482441, 0.12376344970817818, 0.2025816910946181, 0.13770777147759075, 0.9075780862475992, 0.1683305177058908, 0, 0.... | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "req... | {"t" : "masangalofay", "h" : [{"d" : [{"f" : "\u5448\u51f9\u5f62\u4e86\uff0c\u51f9\u4e0b\u53bb\u4e86\uff0c\u5982\u540c\u5f15\u6c34\u69fd\u7684\u6a23\u5b50\u4e86\u3002"}, {"f" : "\u6307\u51f9\u4e0b\u53bb\u7684\u6216\u5f62\u540c\u5f15\u6c34\u69fd\u7684\uff08\u6771\u897f\uff09\u3002", "e" : ["\ufff9`Masangalof~`ay~ `kona~... | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"acno": {"type": "string"}, "acquisitionYear": {"type": "integer"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributo... | {"acno" : "T07949", "acquisitionYear" : 2002, "all_artists" : "Nathan Oliveira", "catalogueGroup" : {}, "classification" : "painting", "contributorCount" : 1, "contributors" : [{"birthYear" : 1928, "date" : "1928\u20132010", "displayOrder" : 1, "fc" : "Nathan Oliveira", "gender" : "Male", "id" : 2410, "mda" : "Oliveira... | json_instruct | {"type": "object", "properties": {"acno": {"type": "string"}, "acquisitionYear": {"type": "integer"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributorCount": {"type": "integer"}, "contributors": {"type": "array"... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"Project": {"type": "string"}, "Version": {"type": "string"}, "Culture": {"type": "string"}, "PublicKeyToken": {"type": "string"}, "Services": {"type": "object", "properties": {"areas": {"type": "string... | [{"Project" : "Inventory.Service", "Version" : "1.0.0.0", "Culture" : "neutral", "PublicKeyToken" : "null", "Services" : {"areas" : "AreaService", "countries" : "CountryService", "items" : "ItemService", "locations" : "LocationService", "manufacturers" : "ManufacturerService", "states" : "StateService", "transactions" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Project": {"type": "string"}, "Version": {"type": "string"}, "Culture": {"type": "string"}, "PublicKeyToken": {"type": "string"}, "Services": {"type": "object", "properties": {"areas": {"type": "string"}, "countries": {"type": "string"}, "items": {"type": "s... |
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" : 67017, "cartId" : "00e65327-668a-4433-b378-fa998b843f9c", "preferredProducts" : [3321, 4056], "productReviews" : [{"productId" : 1873, "reviewText" : "The box this comes in is 5 yard by 6 centimeter and weights 12 kilogram.", "reviewDate" : "2017-04-05T02:21:18.6107785+03:00"}, {"productId" : 4908, "reviewT... | 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... |
Based on the schema below, produce a valid JSON object:
{"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":... | {"rustc" : 5807094999684781751, "features" : "[]", "target" : 12396366720307268670, "profile" : 14672114853574311971, "path" : 8725345801613939390, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/cfg-if-7f1db13412bb12e4/dep-lib-cfg_if-7f1db13412bb12e4"}}], "rustflags" : [], "metadata" : 8462... | 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... |
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" : "9820528452b883b34a57d404a01690d743ebf0a9"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[131.625, 37.416666666666664], [131.625, 37.5], [131.75, 37.5], [131.75, 37.416666666666664], [131.625, 37.416666666666664]]]}, "properties" : {"code" : 563115, "url" : "http://madefor.github.io/0410/api/v1/563115.geojson", "view" : "https://githu... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "latest": {"type": "string"}, "repository": {"type": "string"}, "url": {"type": "string"}, "shortDescription": {"type": "string"}, "category": {"type": "string"}, "author": {"... | {"id" : "com.yourepo.castle.sylph", "name" : "Sylph", "latest" : "1.0", "repository" : "Castle Source - YouRepo", "url" : "http://cydia.saurik.com/package/com.yourepo.castle.sylph/", "shortDescription" : "Customise the music lock screen widget", "category" : "Tweaks", "author" : "CastleM", "commercial" : false, "date" ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "latest": {"type": "string"}, "repository": {"type": "string"}, "url": {"type": "string"}, "shortDescription": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "commercial": {"type": "boolean"}, "dat... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "require": {"... | {"name" : "mbaynton/launch-cli-editor", "type" : "library", "description" : "Launch the user's preferred terminal editor to input or update large strings", "keywords" : ["cli", "console", "terminal", "text editor", "editor"], "homepage" : "https://github.com/mbaynton/launch-cli-editor", "license" : "MIT", "require" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"wp-cli/php-cli-tools": {"t... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "str... | {"short_name" : "SUMilan Chapter", "name" : "SUMilan Chapter App", "icons" : [{"src" : "assets/icon/favicon.png", "sizes" : "64x64", "type" : "image/x-icon"}, {"src" : "assets/icon/maskable_icon.png", "type" : "image/png", "sizes" : "200x200", "purpose" : "maskable"}], "start_url" : ".", "display" : "standalone", "them... | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"bonuses": {"type": "array", "items": {"type": "object", "properties": {"bonus": {"type": "string"}, "problem": {"type": "integer"}, "position": {"type": "array", "items": {"type": "integer"}}}, "required": ["bo... | {"bonuses" : [{"bonus" : "BREAK_A_LEG", "problem" : 119, "position" : [78, 30]}, {"bonus" : "GLOBALIST", "problem" : 127, "position" : [75, 15]}, {"bonus" : "BREAK_A_LEG", "problem" : 70, "position" : [63, 78]}], "hole" : [[5, 26], [5, 13], [3, 0], [22, 0], [18, 28], [32, 27], [47, 26], [62, 12], [66, 0], [84, 0], [88,... | json_instruct | {"type": "object", "properties": {"bonuses": {"type": "array", "items": {"type": "object", "properties": {"bonus": {"type": "string"}, "problem": {"type": "integer"}, "position": {"type": "array", "items": {"type": "integer"}}}, "required": ["bonus", "problem", "position"]}}, "hole": {"type": "array", "items": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "YAOYU", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"... | {"nom" : "Audinghen", "dpt" : "Pas-de-Calais", "inscrits" : 458, "abs" : 63, "votants" : 395, "blancs" : 5, "nuls" : 1, "exp" : 389, "res" : [{"panneau" : "2", "voix" : 121}, {"panneau" : "11", "voix" : 90}, {"panneau" : "3", "voix" : 56}, {"panneau" : "9", "voix" : 52}, {"panneau" : "1", "voix" : 31}, {"panneau" : "4"... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id_0972": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_0972"], "$schema": "http://json-schema.org/draft-07/schema#... | {"id_0972" : {"publicdate" : "2007-06-01 20:00:03", "title" : "Fables de La Fontaine, livre 03"}} | json_instruct | {"type": "object", "properties": {"id_0972": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_0972"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": ... | {"asset" : {"format" : "jpg", "id" : "58aea41d2e1e50237900d1f539161066", "name" : "puy%20-%20p.jpg", "path" : "file:C:/Python27/YOLO%20+%20GABOR/Data/Source_Images/Training_Images/puy%20-%20p.jpg", "size" : {"width" : 1039, "height" : 1559}, "state" : 2, "type" : 1}, "regions" : [{"id" : "-5dpoN3dl", "type" : "RECTANGL... | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "heig... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "ignore": {"type": "boolean"}, "images": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "stri... | {"category" : "Features", "description" : "This sample demonstrates how to display a FeatureLayer with military symbology, using ArcGIS Runtime's DictionaryRenderer", "ignore" : false, "images" : ["screenshot.png"], "keywords" : ["MapView", "Map", "BasemapTopographic", "DictionarySymbolStyle", "DictionaryRenderer", "Ge... | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "ignore": {"type": "boolean"}, "images": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "redirect_from": {"type": "string"}, "relevant_apis": {"type": "array"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": ... | {"upper_left_x" : 1235.3762700776701, "upper_left_y" : 584.5808077396632, "bottom_right_x" : 1916.4412888034913, "bottom_right_y" : 1488.8838048256148, "time" : 1480175735501, "is_final" : true, "event_type" : "movement", "op_order" : 74, "id" : 74} | json_instruct | {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"t... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "str... | {"name" : "ZaraLab", "version" : "0.0.1", "description" : "ZaraLab Ghost Theme", "devDependencies" : {"gulp" : "^3.9.0", "gulp-autoprefixer" : "^2.3.1", "gulp-cached" : "^1.1.0", "gulp-clean" : "^0.3.2", "gulp-compass" : "^2.1.0", "gulp-concat" : "^2.6.0", "gulp-imagemin" : "^2.3.0", "gulp-svgmin" : "^1.2.2", "gulp-svg... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-cached": {"type": "string"}, "gulp-clean": {"type": "string"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer... | {"appid" : 473460, "name" : "Memory Oblivion Box", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490995259} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "icon": {"type": "string"}, "idx": {"type": "integer"}, "modified": {"type": "string"}, "modified_by": {"type": "string... | {"creation" : "2013-01-01 11:00:01.000000", "docstatus" : 0, "doctype" : "Page", "icon" : "icon-lock", "idx" : 1, "modified" : "2013-07-11 14:43:43.000000", "modified_by" : "Administrator", "module" : "Core", "name" : "permission-manager", "owner" : "Administrator", "page_name" : "permission-manager", "roles" : [{"role... | json_instruct | {"type": "object", "properties": {"creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "icon": {"type": "string"}, "idx": {"type": "integer"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-0... | {"variants" : {"" : {"model" : "backrooms:block/cracked_cement_bricks"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"bootstrap-hover-dropdown.js": {"type": "string"}, "bootstrap-hover-dropdown.min.js": {"type": "string"}}, "required": ["bootstrap-hover-dropdown.js", "bootstrap-hover-dropdown.min.js"], "$schema": "http://json-schem... | {"bootstrap-hover-dropdown.js" : "sha512-koOhGUTJHVuHBSwn5oxdl7qkZyYIsyI7hBGsqzGtdLxM+Jq1lcjrVlkdy+ecO44wHbn9wVT8eBZZ2T+03Tqi+Q==", "bootstrap-hover-dropdown.min.js" : "sha512-Ah5BXfIiGf3dQxDWGb39gCs6ve29hviNgxUzM9x7S5IVFMfzIdhJS20vmbB3D94ocEvCoYJO/JV30uSsE4ZthA=="} | json_instruct | {"type": "object", "properties": {"bootstrap-hover-dropdown.js": {"type": "string"}, "bootstrap-hover-dropdown.min.js": {"type": "string"}}, "required": ["bootstrap-hover-dropdown.js", "bootstrap-hover-dropdown.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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": "string"},... | {"\u5de5\u5ee0\u540d\u7a31" : "\u8208\u8056\u6a5f\u68b0\u80a1\u4efd\u6709\u9650\u516c\u53f8\u6c50\u6b62\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99605344", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08710001502386", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6c50\u6b62\u5340\u65b0\u81fa\u4e94... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type"... | {"name" : "node-hangman", "version" : "0.1.0", "description" : "A simple game of hangman you can play directly in the CLI", "main" : "Hangman.js", "scripts" : {"start" : "node Hangman.js", "test" : "echo \"Error: no test specified\" && exit 1", "lint" : "eslint ./ && exit $?", "build-win" : "pkg -t node12-win-x64 -o bu... | 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"}, "build-win": {"type": "string"}, "... |
Based on the schema below, produce a valid JSON object:
{"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"}, "provinc... | {"name" : "University Sains Malaysia", "alt_name" : "Universiti Sains Malaysia (USM)", "country" : "Malaysia", "state" : null, "address" : {"street" : "USM Pulau", "city" : "Minden", "province" : "Penang", "postal_code" : "11800"}, "contact" : {"telephone" : "+60(4) 653-2770", "website" : "http://www.usm.my", "email" :... | 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"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[90.179, 22.754], [90.194, 22.787], [90.222, 22.767], [90.225, 22.756], [90.261, 22.751], [90.279, 22.723], [90.278, 22.692], [90.303, 22.688], [90.328, 22.664], [90.369, 22.655], [90.381, 22.607], [90.351, 22.61], [90.328, 22.604], [90.336, 22.58... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "sizeInGB": {"type": "integer"}, "provisioningType": {"type": "string"}, "availabilityZone": {"type": "boolean"}, "synapseLinkEnabled": {"type": "boolean"}, "replicationType": {"typ... | {"name" : "container21", "sizeInGB" : 30000, "provisioningType" : "autoscale", "availabilityZone" : false, "synapseLinkEnabled" : true, "replicationType" : "single", "regionCount" : 1, "ruPerSecond" : 300000, "maxHistoricalManualRu" : 0, "maxHistoricalAutoRu" : 0, "replicatedGBPerMonth" : 0, "calculatedMinRU" : 300000,... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sizeInGB": {"type": "integer"}, "provisioningType": {"type": "string"}, "availabilityZone": {"type": "boolean"}, "synapseLinkEnabled": {"type": "boolean"}, "replicationType": {"type": "string"}, "regionCount": {"type": "integer"}, "ruPerSecond": {"type": "i... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]... | {"Time" : "2021-03-29T09:00:00Z", "Temp" : 18.8, "RelHum" : 43, "WindSpeed" : 2, "WindDir" : 275} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "electoral_wards/W05000325.json", "poly" : "-3.588066000000026 52.827399,-3.596306000000027 52.813913,-3.5980220000000145 52.804574,-3.6086649999999736 52.796479,-3.606948999999986 52.786929,-3.5966490000000704 52.783814,-3.5993960000000698 52.779661,-3.5908130000000256 52.764291,-3.5760500000000093 52.765122,-... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"staves": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["lines"]}}}, "required": ["s... | {"staves" : [{"lines" : [[[1797, 1000], [1957, 1000]], [[1797, 1035], [1957, 1035]], [[1797, 1070], [1957, 1070]], [[1797, 1105], [1957, 1105]]]}]} | json_instruct | {"type": "object", "properties": {"staves": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["lines"]}}}, "required": ["staves"], "$schema": "http://json-schema.org/draft-07/schema... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "b... | {"contract" : "0x23eb30d47674feaaf195056cb6e7ceebf36ef0b2", "tool" : "maian", "start" : 1565610446.4368968, "end" : 1565610663.5678868, "duration" : 217.13099002838135, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i... |
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": {"build": {"type": "string"}, "start": {"type": "st... | {"name" : "nz-bike-accidents", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "webpack --output-path ./public", "start" : "webpack-dev-server --content-base ./public --output-path ./public --hot"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"convert-csv... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "keywords": {"type": "array... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}... | {"id" : 5472, "title" : "Ticket #5472: HTCondor View: Support delta on dates", "description" : "<blockquote>\ndelta should work on dates, returning a difference in seconds.\n\n<p>This would also apply to deltainc and deltadec, if they are added per <span class=\"ticket\"><a class=\"new\" href=\"/wiki-archive/tickets/?t... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "stri... |
Following the schema specification below, generate a valid JSON instance:
{"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" : "Machemont", "circ" : "6\u00e8me circonscription", "dpt" : "Oise", "inscrits" : 593, "abs" : 304, "votants" : 289, "blancs" : 23, "nuls" : 8, "exp" : 258, "res" : [{"nuance" : "REM", "nom" : "Mme Carole BUREAU-BONNARD", "voix" : 150}, {"nuance" : "FN", "nom" : "M. Michel GUINIOT", "voix" : 108}]} | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after... | {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "mail.shashank.124.33.136.154.xip.io", "min_cert_id" : 1175982568, "min_entry_timestamp" : "2019-02-05T03:45:03.444", "not_before" : "2019-02-05T02:45:02", "not_after" : "2019-05-06T02:45:02"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 404424565, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8e535e2532e768333e4f7acf8d784729", "wof:id" : 404424565, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.01786207294434, 46.03458553240479, 2.06986999970961, 46.06216042504501... | 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": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"},... | {"name" : "My GPS", "display" : "fullscreen", "start_url" : "index.html", "icons" : [{"src" : "favicon.png", "sizes" : "225x225", "type" : "image/png"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type":... | {"ast" : null, "code" : "import _toConsumableArray from \"/Users/tarunparve/Downloads/crudss/node_modules/@babel/runtime/helpers/esm/toConsumableArray\";\nvar booksReducerDefaultState = [];\nexport default (function () {\n var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : booksReducerDefa... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type... | {"title" : "MCMAS: A Model Checker for the Verification of Multi-Agent Systems.", "fields" : ["multimodal logic", "cryptographic protocol", "specification language", "temporal logic", "epistemic modal logic"], "abstract" : "While temporal logic in its various forms has proven essential to reason about reactive systems,... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Environment": {"type": "string"}, "BaseAPIURL": {"type": "string"}}, "required": ["Environment", "BaseAPIURL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Environment" : "Prod", "BaseAPIURL" : "https://www.implorant.com/API"} | json_instruct | {"type": "object", "properties": {"Environment": {"type": "string"}, "BaseAPIURL": {"type": "string"}}, "required": ["Environment", "BaseAPIURL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"summaries": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__... | {"summaries" : [{"symbol" : {"__symbol" : 0, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 1, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 2, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 3, "memb... | json_instruct | {"type": "object", "properties": {"summaries": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}, "metadata": {"type": "object", "properties": {"__symb... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"57c57630.856f18": {"type": "object", "properties": {}, "required": []}}, "required": ["57c57630.856f18"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"57c57630.856f18" : {}} | json_instruct | {"type": "object", "properties": {"57c57630.856f18": {"type": "object", "properties": {}, "required": []}}, "required": ["57c57630.856f18"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int... | {"nom" : "Tourcoing", "circ" : "10\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 37571, "abs" : 28445, "votants" : 9126, "blancs" : 871, "nuls" : 388, "exp" : 7867, "res" : [{"nuance" : "LR", "nom" : "M. Vincent LEDOUX", "voix" : 4012}, {"nuance" : "REM", "nom" : "Mme Sophie TA\u00cfEB", "voix" : 3855}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1202020056", "district_id" : "1202020", "name" : "LUBUK SAMBOA"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["revi... | [{"review" : "\ubcd1tothe\ub9db", "date" : "12.07.26", "rating" : "1", "author" : "dlrj****", "review_id" : "6537707", "movie_id" : "17399"}, {"review" : "\ub2f9\uc2dc \uc720\ud589\ud558\ub358 \ud559\ucc3d\uc2dc\uc808\uc758 \uace0\ubbfc\uc744 \ub2e4\ub8ec \uc601\ud654\uc911\uc5d0\uc11c \ub300\ud45c\uc801\uc778 \uc2e4\u... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"tag-name": {"type": "string"}}, "required": ["tag-name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"tag-name" : "Upper Body"}, {"tag-name" : "Lower Body"}, {"tag-name" : "Core/Abs"}, {"tag-name" : "Beginner"}, {"tag-name" : "Intermediate"}, {"tag-name" : "Advanced"}, {"tag-name" : "Mobility"}, {"tag-name" : "Strength"}, {"tag-name" : "Cardio"}, {"tag-name" : "High Impact/HIIT"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"tag-name": {"type": "string"}}, "required": ["tag-name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "microscopy", "definition" : "The use of the microscope; investigation with the microscope."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"courses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flagURL": {"type": "string"}, "avalibleLanguages": {"type": "string"}, "course": {"type": "array", "items": {"type": "object", "... | {"courses" : [{"name" : "xzcvczx", "flagURL" : "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Flag_of_Nepal_%28with_spacing%2C_aspect_ratio_4-3%29.svg/220px-Flag_of_Nepal_%28with_spacing%2C_aspect_ratio_4-3%29.svg.png", "avalibleLanguages" : "Hindi, Sanskrit, English", "course" : [{"mainWord" : "My Name is ... | json_instruct | {"type": "object", "properties": {"courses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flagURL": {"type": "string"}, "avalibleLanguages": {"type": "string"}, "course": {"type": "array", "items": {"type": "object", "properties": {"mainWord": {"type": "string"}, "LangWord":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProd... | {"userId" : 44320, "cartId" : "299e0792-c262-4d0d-a72d-a7e807c4b825", "preferredProducts" : [3612, 2287, 3925], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Name": {"type": "string"}, "Author": {"type": "string"}, "Logo": {"type": "string"}, "Description": {"type": "string"}, "WorkbookBladeDescription": {"type": "string"}, "Data Connectors": {"type": "array", "items": {... | {"Name" : "Netskope", "Author" : "Microsoft - support@microsoft.com", "Logo" : "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Workbooks/Images/Logos/Azure_Sentinel.svg\" width=\"75px\" height=\"75px\">", "Description" : "The [Netskope Cloud Security Platform](https://www.netskope.com/platform... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Author": {"type": "string"}, "Logo": {"type": "string"}, "Description": {"type": "string"}, "WorkbookBladeDescription": {"type": "string"}, "Data Connectors": {"type": "array", "items": {"type": "string"}}, "Parsers": {"type": "array", "items": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], ... | {"Time" : "2021-02-03T12:00:00Z", "Temp" : 24.4, "RelHum" : 37, "WindSpeed" : 1.8, "WindDir" : 36} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.