input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@class": {"type": "string"}, "user1": {"type": "object", "properties": {"@class": {"type": "string"}, "password": {"type": "string"}, "attributes": {"type": "object", "properties": {"@class": {"type": "string"}, "f... | {"@class" : "java.util.LinkedHashMap", "user1" : {"@class" : "org.apereo.cas.adaptors.generic.CasUserAccount", "password" : "password", "attributes" : {"@class" : "java.util.LinkedHashMap", "firstName" : "Apereo", "lastName" : "CAS"}, "status" : "OK", "expirationDate" : "2022-01-19"}} | json_instruct | {"type": "object", "properties": {"@class": {"type": "string"}, "user1": {"type": "object", "properties": {"@class": {"type": "string"}, "password": {"type": "string"}, "attributes": {"type": "object", "properties": {"@class": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}}, "requir... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "re... | {"name" : "TWRProgressView", "version" : "0.1", "summary" : "A custom progress view to be used with masking images.", "homepage" : "https://github.com/chasseurmic/TWRProgressView", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Michelangelo Chasseur" : "chasseurmic@gmail.com"}, "social_media_url" : "ht... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"BookingRequest": {"type": "object", "properties": {"venueName": {"type": "string"}, "performer": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "null"}, "type": {"type": "string"}}, "requ... | {"BookingRequest" : {"venueName" : "boo", "performer" : {"name" : "Bob", "description" : null, "type" : "COMIC"}, "open" : "2016-05-30T18:00:00.000Z", "close" : "2016-05-30T20:00:00.000Z"}, "Venue" : {"name" : "boo34", "city" : "New York, City", "capacity" : 1000000, "accomodations" : ["COMIC"]}} | json_instruct | {"type": "object", "properties": {"BookingRequest": {"type": "object", "properties": {"venueName": {"type": "string"}, "performer": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "null"}, "type": {"type": "string"}}, "required": ["name", "description", "type"]}, "open": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"desktop": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio":... | {"data" : {"desktop" : {"childImageSharp" : {"fluid" : {"base64" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAKABQDASIAAhEBAxEB/8QAGAAAAgMAAAAAA... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"desktop": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "number"}, "src": {"type": "string"}, "srcSet": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "domain": {"type": "string"}, "node-remote": {"type": "array", "items": {"type": "string"}}, "nodejs": {"type": "boolean"}, "ne... | {"version" : "xx.xxx.xxx", "main" : "index.html", "name" : "test-memory", "domain" : "vulcan.jikji.test.memory", "node-remote" : ["<all_urls>"], "nodejs" : true, "new_instance" : false, "js-flags" : "--harmony --expose-gc", "chromium-args" : "--mixed-context", "window" : {"title" : "", "width" : 400, "height" : 300, "m... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "domain": {"type": "string"}, "node-remote": {"type": "array", "items": {"type": "string"}}, "nodejs": {"type": "boolean"}, "new_instance": {"type": "boolean"}, "js-flags": {"type": "string"}, "chrom... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"isDefault": {"type": "boolean"}, "title": {"type": "string"}, "gadget": {"type": "string"}}, "required": ["isDefault", "title", "gadget"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"isDefault" : true, "title" : "Missing Gadget XML", "gadget" : "gadget.xml"} | json_instruct | {"type": "object", "properties": {"isDefault": {"type": "boolean"}, "title": {"type": "string"}, "gadget": {"type": "string"}}, "required": ["isDefault", "title", "gadget"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "prop... | {"name" : "@dat-daemon/client", "version" : "2.0.10", "description" : "Dat daemon client", "main" : "index.js", "scripts" : {}, "dependencies" : {"@dat-daemon/config" : "^2.0.10", "@dat-daemon/protocol" : "^2.0.10", "websocket-stream" : "^5.1.2"}, "author" : "soyuka", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"@dat-daemon/config": {"type": "string"}, "@dat-d... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://jso... | {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "In its clumps and tussocks, the finesse of sedge\nIs odd, the slub in serge\nThat betrays a design\nNo casual sketch but something the search\nMachine will have to mine from its own code\nAnd stretch up."}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right... | {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [94.2362204724409, 40.0290909090909, 0.903131395578384, 98.5196850393701, 87.9709090909091, 0.698112696409225, 57.1968503937008, 88.2036363636364, 0.57183263450861, 47.6220472440945, 149.876363636364, 0.807869672775269, 36.5354330708661, 188.27636... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"t... | {"source" : "http://www.spanishdict.com/conjugate/improbar", "word" : "improbar", "infinitivo" : "improbar", "gerundio" : ["improbando"], "participio" : ["improbado"], "tenses" : {"3" : [["impruebo"], ["impruebas"], ["imprueba"], ["improbamos"], ["improb\u00e1is"], ["imprueban"]], "4" : [["improb\u00e9"], ["improbaste"... | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1961, 6], [1969, 6], [1975, 6], [1976, 6], [1980, 9], [1981, 5], [1982, 6], [1983, 7], [1984, 13], [1987, 10], [1988, 13], [1989, 11], [1990, 6], [1991, 5], [1992, 15], [1993, 24], [1994, 19], [1995, 22], [1996, 17], [1997, 19], [1998, 32], [1999, 16], [2000, 18], [2001, 31], [2002, 27], [2003, 32], [2004, 18], [2005... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"... | {"title" : "Understanding performance interference in next-generation HPC systems.", "fields" : ["system software", "maximum likelihood", "network theory", "interference", "analytics"], "abstract" : "Next-generation systems face a wide range of new potential sources of application interference, including resilience act... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "robust-subtract", "version" : "0.0.0", "description" : "Exact subtraction of non-increasing overlapping sequences", "main" : "robust-diff.js", "directories" : {"test" : "test"}, "dependencies" : {"robust-sum" : "~0.0.3"}, "devDependencies" : {"tape" : "~2.0.0", "tap" : "~0.4.4"}, "scripts" : {"test" : "tap t... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"robust-sum":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webpackCompilationHash" : "cf3b34c4652f3a9ed071"} | json_instruct | {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"input": {"type": "array", "items": {"type": "string"}}, "vocab": {"type": "array", "items": {"type": "string"}}, "model_path": {"type": "string"}, "mono": {"type": "boolean"}, "min_length": {"type": "integer"}, "batch_size": {"t... | {"input" : ["/path/to/test.MT.source.language1", "/path/to/test.CLS.source.language1"], "vocab" : ["/path/to/source.vocab", "/path/to/target.vocab"], "model_path" : "/path/to/checkpoint", "mono" : false, "min_length" : 2, "batch_size" : 2000, "tf" : false, "output" : ["output_task1.txt", "output_task2.txt"]} | json_instruct | {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "string"}}, "vocab": {"type": "array", "items": {"type": "string"}}, "model_path": {"type": "string"}, "mono": {"type": "boolean"}, "min_length": {"type": "integer"}, "batch_size": {"type": "integer"}, "tf": {"type": "boolean"}, "output": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer1": {"type": "string"}}, "required": ["layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sc... | {"parent" : "minecraft:item/clock_21", "textures" : {"layer1" : "gm4:item/metallurgy/shamir/curies_bismium/compass"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer1": {"type": "string"}}, "required": ["layer1"]}}, "required": ["parent", "textures"], "$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"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "st... | {"name" : "puppet-prometheus_reporter", "version" : "1.0.0", "author" : "Vox Pupuli", "summary" : "This module writes Puppet reports in a format suitable for prometheus node_exporter textfile collector", "license" : "Apache-2.0", "source" : "https://github.com/voxpupuli/puppet-prometheus_reporter", "project_page" : "ht... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "operatingsystem_support": {"type":... |
Please provide a valid JSON object following 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" : "Aphoneuser", "scores" : [{"xp" : 5481, "rank" : 491, "cardId" : 248}]} | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "r... | {"id" : "c932a2e1-99c8-41d1-9f4b-3f16d7c28a86", "name" : "dns-server-service-prod", "values" : [{"key" : "env", "value" : "prod", "enabled" : true}, {"key" : "baseUrl", "value" : "http://dns-server-service.azurewebsites.net", "enabled" : true}], "_postman_variable_scope" : "environment", "_postman_exported_at" : "2020-... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivat... | {"derivation" : "probably from the base of G4563 (\u03c3\u03ac\u03c1\u03be);", "kjv_def" : "carnal(-ly, + -ly minded), flesh(-ly)", "lemma" : "\u03c3\u03ac\u03c1\u03be", "frequency" : 147, "strongs_def" : " flesh (as stripped of the skin), i.e. (strictly) the meat of an animal (as food), or (by extension) the body (as ... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$sc... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"vite-node": {"type": "string"}}, "required": ["vite-node"]}, "scripts": {"type": "obj... | {"name" : "vite-node", "version" : "0.1.0-beta.1", "main" : "dist/index.js", "bin" : {"vite-node" : "cli.js"}, "scripts" : {"dev" : "rm -rf dist/ && tsc --incremental --watch", "build" : "rm -rf dist/ && tsc", "test" : "./cli.js ./example"}, "repository" : "https://github.com/brillout/vite-node", "publishConfig" : {"ac... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"vite-node": {"type": "string"}}, "required": ["vite-node"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"age=0": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "age=1": {"type": "array", "items": {"type": "object", "pr... | {"variants" : {"age=0" : [{"model" : "betterend:block/cave_pumpkin_vine_1"}, {"model" : "betterend:block/cave_pumpkin_vine_2"}], "age=1" : [{"model" : "betterend:block/cave_pumpkin_vine_3"}, {"model" : "betterend:block/cave_pumpkin_vine_4"}], "age=2" : [{"model" : "betterend:block/cave_pumpkin_vine_5"}, {"model" : "bet... | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"age=0": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "age=1": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["m... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googlelogin-or": {"type": "string"}}, "required": ["@metadata", "googlelogin-or"], "$schema":... | {"@metadata" : {"authors" : ["Geopoet"]}, "googlelogin-or" : "o baya"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googlelogin-or": {"type": "string"}}, "required": ["@metadata", "googlelogin-or"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_sl... | [{"forks" : 33, "name" : "geass-zero/nyan.finance", "stars" : 16, "watchers" : 0, "repo_name" : "geass-zero/nyan.finance", "ecosystem_slug" : "nyan-finance", "parent_slug" : null, "path" : "nyan-finance", "slug" : "nyan-finance", "title" : "Nyan Finance"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "slug"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type"... | {"name" : "yoruchiaki/laravel-notification-wechat", "description" : "Laravel Wechat Notifications Driver", "keywords" : ["laravel", "wechat", "notification", "template"], "support" : {"issues" : "https://github.com/yansongda/laravel-notification-wechat/issues", "source" : "https://github.com/yansongda/laravel-notificat... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "authors": {"type": "a... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": ... | [{"id" : 32177, "idParent" : 32152, "namaWilayah" : "BAROS", "tingkatWilayah" : 3, "idPro" : 26141, "idKab" : 32152, "idKec" : 32177, "idKel" : null, "namaPro" : "JAWA BARAT", "namaKab" : "KOTA SUKABUMI", "namaKec" : "BAROS", "namaKel" : null, "kodeWilayah" : "32.72.05"}, {"id" : 32188, "idParent" : 32152, "namaWilayah... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "null"}, "namaPro... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"response.js": {"type": "string"}, "response.min.js": {"type": "string"}}, "required": ["response.js", "response.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"response.js" : "sha512-pVXMNeUyygHl3AcxSMDljo85ecNhxxxQumTsqRyZmQycglLzzDvgnN16ZS7i7ofzIS6fLl06+U9cMT8bqURm0g==", "response.min.js" : "sha512-FVlP66Eoc1XJs1EHPxdLbhNnueSfK6oqXjR0Omxu0++wlcuFGAOH3Gp0M+FzMiD2ysDLHun8ZTG2YnLauXkwTg=="} | json_instruct | {"type": "object", "properties": {"response.js": {"type": "string"}, "response.min.js": {"type": "string"}}, "required": ["response.js", "response.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=single": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=bottom": {"type": "object", "properties": {"model": {"type": "string"}},... | {"variants" : {"type=single" : {"model" : "notenoughrocks:block/brick_column"}, "type=bottom" : {"model" : "notenoughrocks:block/brick_column_bottom"}, "type=middle" : {"model" : "notenoughrocks:block/brick_column_middle"}, "type=top" : {"model" : "notenoughrocks:block/brick_column_top"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=single": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=middle": {"type": "object", ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "se... | [{"ts" : "1535837942", "in" : [{"coinbase" : "0322c91504f6068b5bfabe6d6d7fb4c0696009bbccdcf0af52afe5e8a764c14c01d0f77bac8e55e16827473a9d0100000000000000080800113794000000062f9e2f01002f"}], "block" : 1427746, "sent" : 2500000000, "txid" : "3cb9092becd3f1c81ed55747c9558f9ba0775015a5b31ad11a770ac1d03a8e7a", "fees" : -2500... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "sent": {"type": "integer"}, "txid": {"type": "string"}, "fees": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id_1984": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "rea... | {"id_1984" : {"title" : "Doll's House", "language" : "English", "totaltime" : "2:31:11", "url_librivox" : "http://librivox.org/a-dolls-house-by-henrik-ibsen/", "url_iarchive" : "http://www.archive.org/details/dolls_house_0812_librivox", "readers" : ["1259", "1492", "1509", "1654", "1724", "1823", "2262", "2481", "2647"... | json_instruct | {"type": "object", "properties": {"id_1984": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}, "category": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}}, "required": ["parent", "category", "overdueSpeed", "overdueState"], "$schema"... | {"parent" : "edible_3", "category" : "berries", "overdueSpeed" : 6, "overdueState" : 95000} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "category": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}}, "required": ["parent", "category", "overdueSpeed", "overdueState"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve... | {"schema_version" : "1.2.0", "id" : "GHSA-c2p6-68h2-h25q", "modified" : "2022-05-01T01:55:46Z", "published" : "2022-05-01T01:55:46Z", "aliases" : ["CVE-2005-1134"], "details" : "SQL injection vulnerability in exit.php for Serendipity 0.8 and earlier allows remote attackers to execute arbitrary SQL commands via the (1) ... | 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": {"log_txt": {"type": "boolean"}, "points": {"type": "string"}, "model": {"type": "string"}, "stage": {"type": "integer"}, "logPath": {"type": "string"}, "traj": {"type": "string"}, "DPviews": {"type": "string"}},... | {"log_txt" : true, "points" : "C:\\Marinaio\\DATA\\testFile\\sample.drone_path", "model" : "C:\\Marinaio\\DATA\\testFile\\obj_box.ply", "stage" : 3, "logPath" : "C:\\SSD\\GitProject\\MarinaioDrone\\log\\PathPlanning\\", "traj" : "C:/DATA/combination", "DPviews" : "C:\\Marinaio\\DATA\\testFile\\path0.drone_path"} | json_instruct | {"type": "object", "properties": {"log_txt": {"type": "boolean"}, "points": {"type": "string"}, "model": {"type": "string"}, "stage": {"type": "integer"}, "logPath": {"type": "string"}, "traj": {"type": "string"}, "DPviews": {"type": "string"}}, "required": ["log_txt", "points", "model", "stage", "logPath", "traj", "DP... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"... | {"id" : "70ba9d39-ce51-48ad-88f1-8e53ac6ed038", "playerTags" : ["cfb42325-592a-4119-9b40-4cdc19959b09"], "teamTags" : ["8d87c468-699a-47a8-b40d-cfb73a5660ad", "c73b705c-40ad-4633-a6ed-d357ee2e2bcf"], "gameTags" : ["18ffa53e-3e06-4175-b9b5-08d4f3e24144"], "metadata" : {"play" : 92, "subPlay" : -1}, "created" : "2021-04-... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"telephony_billing_account_line_breadcrumb": {"type": "string"}, "telephony_billing_account_line_number": {"type": "string"}, "telephony_billing_account_services_description_title": {"type": "string"}, "teleph... | {"telephony_billing_account_line_breadcrumb" : "Lines", "telephony_billing_account_line_number" : "Service", "telephony_billing_account_services_description_title" : "Description", "telephony_billing_account_line_service" : "Type", "telephony_billing_account_line_service_line" : "Line", "telephony_billing_account_line_... | json_instruct | {"type": "object", "properties": {"telephony_billing_account_line_breadcrumb": {"type": "string"}, "telephony_billing_account_line_number": {"type": "string"}, "telephony_billing_account_services_description_title": {"type": "string"}, "telephony_billing_account_line_service": {"type": "string"}, "telephony_billing_acc... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@vue/reactivity": {"type": "string"}}, "required": ["@vue/reactivity"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"@vue/reactivity" : "^3.0.2"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@vue/reactivity": {"type": "string"}}, "required": ["@vue/reactivity"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"meeting_cd": {"type": "string"}, "committee": {"type": "string"}, "dttm": {"type": "string"}, "session": {"type": "string"}, "bill_name": {"type": "string"}, "bill_cd": {"type": "string"}, "position"... | [{"meeting_cd" : "C2852005051700001", "committee" : "Government Reform Committee", "dttm" : "May 17, 2005-12:00A", "session" : "79R", "bill_name" : "SB 1002", "bill_cd" : "SB1002", "position" : "On", "rbnt" : false, "self" : false, "fullWitnessName" : "Stines Francis, Denise (Department of Information ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"meeting_cd": {"type": "string"}, "committee": {"type": "string"}, "dttm": {"type": "string"}, "session": {"type": "string"}, "bill_name": {"type": "string"}, "bill_cd": {"type": "string"}, "position": {"type": "string"}, "rbnt": {"type": "boolean"}, "self": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "emotional_self_defe_30248", "displayName" : "emotional_self_defe_30248"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mailparser": {"type": "str... | {"name" : "smtp-listener", "version" : "1.0.0", "description" : "A SMTP listen server by @jarvis", "main" : "./Client.js", "author" : "@jarvis (Suman Dey)", "dependencies" : {"mailparser" : "^2.0.5", "node-ipc" : "^9.0.1", "smtp-server" : "^3.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mailparser": {"type": "string"}, "node-ipc": {"type": "string"}, "smtp-server": {"t... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schem... | {"Time" : "2021-04-20T06:00:00Z", "Temp" : 28.7, "RelHum" : 22, "WindSpeed" : 3.8, "WindDir" : 303} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"bundle.umd.min.js": {"type": "string"}, "internal.umd.min.js": {"type": "string"}, "service-worker-bundle.umd.min.js": {"type": "string"}}, "required": ["bundle.umd.min.js", "internal.umd.min.js", "service-worker-bun... | {"bundle.umd.min.js" : "sha512-w1jMaEcb0UdfbuUlwmtKNUbUwegiCk4qhIplxihRY3iKGhCwcnd8lcsei0kCJ2TpJ4km1l16lvMbKuTpm+QM8Q==", "internal.umd.min.js" : "sha512-zABPMLu/J/hx8v52B3Dipf4waNqaX/x22KUhF8pq86Ze/r6UWQ6geEzehGqyECmlk2qa9dWXlHwjRGotO0bJ+A==", "service-worker-bundle.umd.min.js" : "sha512-jku5ZIAZfUIrRTvGNAFZ+B6mKAkKM3... | json_instruct | {"type": "object", "properties": {"bundle.umd.min.js": {"type": "string"}, "internal.umd.min.js": {"type": "string"}, "service-worker-bundle.umd.min.js": {"type": "string"}}, "required": ["bundle.umd.min.js", "internal.umd.min.js", "service-worker-bundle.umd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "... | {"localities" : ["Whitehouse, KY", "Paintsville, KY", "Thealka, KY", "Offutt, KY", "Riceville, KY", "Nippa, KY", "Swamp Branch, KY"], "state" : "KY", "postal_code" : "41240", "locality" : "Paintsville, KY", "lat" : 37.823975, "region" : {"fips" : "21", "abbr" : "KY", "name" : "Kentucky"}, "city" : "Paintsville", "type"... | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "ARE RECEIVED AS THE CONSEQUENCES OF THOSE MORE UNIVERSAL PROPOSITIONS, WHICH ARE LOOKED ON AS INNATE PRINCIPLES;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/572.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"videomail-client.js" : "sha256-vzwZYGDk5ixo/B2t+gdYTGHitaUMj1USbOo3+nN8pk0=", "videomail-client.min.js" : "sha256-hlot2drYMvXc9+c2d89CSBNIV162nWEW6YzTbQvD1a4="} | json_instruct | {"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "a... | {"name" : "@angularlicious/logging", "version" : "7.0.0", "repository" : {"type" : "git", "url" : "git+https://github.com/angularlicious/angularlicious.git"}, "keywords" : ["angularlicious", "@angularlicious", "Angular", "Angularlicio.us", "Matt Vaughn", "logging"], "author" : "matt@angularlicious.com www.angularlicio.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "li... |
Please provide a valid JSON object following 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" : "TbestT", "scores" : [{"xp" : 6249, "rank" : 287, "cardId" : 384}, {"xp" : 11419, "rank" : 286, "cardId" : 37}, {"xp" : 23028, "rank" : 112, "cardId" : 414}]} | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"about": {"type": "object", "properties": {"datasetName": {"type": "string"}, "datasetID": {"type": "string"}, "description": {"type": "string"}}, "required": ["datasetName", "datasetID", "description"]}, "dataR... | {"about" : {"datasetName" : "test dataset", "datasetID" : "test_dataset", "description" : "YOU ARE STANDING AT THE END OF A ROAD BEFORE A SMALL BRICK BUILDING."}, "dataResources" : [{"resID" : "0", "resPath" : "data/learningData.csv", "resType" : "table", "resFormat" : ["text/csv"], "isCollection" : "false", "columns" ... | json_instruct | {"type": "object", "properties": {"about": {"type": "object", "properties": {"datasetName": {"type": "string"}, "datasetID": {"type": "string"}, "description": {"type": "string"}}, "required": ["datasetName", "datasetID", "description"]}, "dataResources": {"type": "array", "items": {"type": "object", "properties": {"re... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"terminal.foreground": {"type": "string"}, "terminal.background": {"type": "string"}, "terminal.ansiBlack": {"type": "string"}, "terminal.ansiBlue": {... | {"workbench.colorCustomizations" : {"terminal.foreground" : "#ffffff", "terminal.background" : "#1a1a1a", "terminal.ansiBlack" : "#000000", "terminal.ansiBlue" : "#56c2ff", "terminal.ansiCyan" : "#52eee5", "terminal.ansiGreen" : "#59d499", "terminal.ansiMagenta" : "#cf2f98", "terminal.ansiRed" : "#ff5360", "terminal.an... | json_instruct | {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"terminal.foreground": {"type": "string"}, "terminal.background": {"type": "string"}, "terminal.ansiBlack": {"type": "string"}, "terminal.ansiBlue": {"type": "string"}, "terminal.ansiCyan": {"type": "string"}, "terminal... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"MTND2": {"type": "string"}, "NADH2": {"type": "string"}, "ND2": {"type": "string"}, "NADH dehydrogenase subunit 2": {"type": "string"}, "Q330C3": {"type": "string"}, "NU2M_NYCAR": {"type": "string"}, "NADH-ubiquin... | {"MTND2" : "Q330C3", "NADH2" : "Q330C3", "ND2" : "Q330C3", "NADH dehydrogenase subunit 2" : "Q330C3", "Q330C3" : "Q330C3", "NU2M_NYCAR" : "Q330C3", "NADH-ubiquinone oxidoreductase chain 2" : "Q330C3", "MT-ND2" : "Q330C3"} | json_instruct | {"type": "object", "properties": {"MTND2": {"type": "string"}, "NADH2": {"type": "string"}, "ND2": {"type": "string"}, "NADH dehydrogenase subunit 2": {"type": "string"}, "Q330C3": {"type": "string"}, "NU2M_NYCAR": {"type": "string"}, "NADH-ubiquinone oxidoreductase chain 2": {"type": "string"}, "MT-ND2": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "ambient": {"type": "boolean"}, "ambientDependencies": {"type": "object", "properties": {"winjs": {"type": "... | {"name" : "winjs-definition-shims", "main" : "winjs-definition-shims.d.ts", "author" : "Joshua Harms <joshua@nozzlegear.com>", "description" : "A Typescript/Typings definition for WinJS definitions that aren't included in the default WinJS.d.ts definitions.", "ambient" : true, "ambientDependencies" : {"winjs" : "regist... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "ambient": {"type": "boolean"}, "ambientDependencies": {"type": "object", "properties": {"winjs": {"type": "string"}}, "required": ["winjs"]}}, "required": ["name", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2019\u0103\u00b7\u1e0f\u014d\u00b7w\u00b7ra\u00b7yim": {"type": "object", "properties": {"2ch.11.9|1": {"type": "array", "items": {"ty... | {"pos" : "proper", "translits" : {"\u2019\u0103\u00b7\u1e0f\u014d\u00b7w\u00b7ra\u00b7yim" : {"2ch.11.9|1" : ["and", "Adoraim\uff64", "and"]}}, "meanings" : {"adoraim" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2019\u0103\u00b7\u1e0f\u014d\u00b7w\u00b7ra\u00b7yim": {"type": "object", "properties": {"2ch.11.9|1": {"type": "array", "items": {"type": "string"}}}, "required": ["2ch.11.9|1"]}}, "required": ["\u2019\u0103\... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["620522103201", "\u5f20\u6e7e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["620522103202", "\u5f20\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["620522103203", "\u5c71\u738b\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["620522103204", "\u738b\u674e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["620522103205"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"income": {"type": "object", "properties": {"turnover": {"type": "number"}, "other": {"type": "number"}}, "required": ["turnover", "other"]}, "expenses": {"type": "object", "properties": {"consolidatedExpenses": {"t... | {"income" : {"turnover" : 1000.49, "other" : 1000.49}, "expenses" : {"consolidatedExpenses" : -1000.49}} | json_instruct | {"type": "object", "properties": {"income": {"type": "object", "properties": {"turnover": {"type": "number"}, "other": {"type": "number"}}, "required": ["turnover", "other"]}, "expenses": {"type": "object", "properties": {"consolidatedExpenses": {"type": "number"}}, "required": ["consolidatedExpenses"]}}, "required": [... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "e... | {"name" : "svg-to-image", "version" : "1.1.3", "description" : "convert SVG text to a Image that can be drawn in canvas", "main" : "index.js", "license" : "MIT", "author" : {"name" : "Matt DesLauriers", "email" : "dave.des@gmail.com", "url" : "https://github.com/mattdesl"}, "dependencies" : {"load-img" : "^1.0.0"}, "de... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "req... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"puntuazioa": {"type": "string"}, "kills": {"type": "string"}, "time": {"type": "string"}, "date": {"type": "string"}, "employee": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"... | {"puntuazioa" : "0", "kills" : "0", "time" : "8", "date" : "04-02-2022", "employee" : {"id" : "15", "name" : "Doris Cole", "jobTitle" : "Consultant", "workPhone" : "(883)-331-5378", "workEmail" : "doris.cole31@example.com"}} | json_instruct | {"type": "object", "properties": {"puntuazioa": {"type": "string"}, "kills": {"type": "string"}, "time": {"type": "string"}, "date": {"type": "string"}, "employee": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "jobTitle": {"type": "string"}, "workPhone": {"type": "string"}, "w... |
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": {"build": {"type": "string"}, "start": {"type": "string"},... | {"name" : "pickapic-expressjs", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "tsc -p .", "start" : "SET NODE_ENV=dev && nodemon -r tsconfig-paths/register src/app.ts", "test" : "SET NODE_ENV=test && mocha --check-leaks -r tsconfig-paths/register -r ts-node/register \"test/**/*.sp... | 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"}, "test": {"type": "string"}}, "required": ["build", "start", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "st... | {"alias" : "video/3889/pyconza-2012-control-and-monitoring-of-the-karoo", "category" : "PyCon ZA 2012", "copyright_text" : "http://creativecommons.org/licenses/by/3.0/", "description" : "", "duration" : null, "id" : 3889, "language" : "eng", "quality_notes" : "", "recorded" : "2012-10-04", "slug" : "pyconza-2012-contro... | json_instruct | {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"pdm": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "translade_x": {"type": "integer"}, "translade_y": {"type": "integer"}}, "required": ["id", ... | {"pdm" : [{"id" : "II1", "name" : "dimensao-1", "translade_x" : 150, "translade_y" : 0}, {"id" : "CS2", "name" : "dimensao-2", "translade_x" : 74, "translade_y" : 44}, {"id" : "AU3", "name" : "dimensao-3", "translade_x" : 225, "translade_y" : 44}, {"id" : "IS4", "name" : "dimensao-4", "translade_x" : 0, "translade_y" :... | json_instruct | {"type": "object", "properties": {"pdm": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "translade_x": {"type": "integer"}, "translade_y": {"type": "integer"}}, "required": ["id", "name", "translade_x", "translade_y"]}}}, "required": ["pdm"], "$schema"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ... | {"manufacturer" : "General Mobile", "devices" : [{"market_name" : "4G", "codename" : "gm4g_s_sprout", "model" : "General Mobile 4G"}, {"market_name" : "4G", "codename" : "gm4gtkc_s_sprout", "model" : "General Mobile 4G"}, {"market_name" : "4G Dual", "codename" : "gm4g_sprout", "model" : "General Mobile 4G Dual"}, {"mar... | json_instruct | {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["market_name", "codename", "model"]}}}, "required": ["manufacturer",... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "prop... | {"name" : "vercel-chartjs-node-canvas", "version" : "1.0.0", "main" : "index.js", "repository" : "git@github.com:karintou8710/vercel-chartjs-node-canvas.git", "author" : "karintou8710 <karintou8710@gmail.com>", "license" : "MIT", "scripts" : {"vercel-build" : "yum --skip-broken install libuuid-devel libmount-devel && c... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"vercel-build": {"type": "string"}}, "required": ["vercel-b... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "re... | {"name" : "matrix-appservice-verto", "version" : "0.1.0", "description" : "A Verto <--> Matrix bridge", "main" : "verto.js", "scripts" : {"lint" : "eslint lib/ app.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/matrix-org/matrix-appservice-v... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "repository": {"type": "object"... |
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" : "Flamboyant", "definitions" : ["A Madagascan tree with bright red flowers and leaves composed of numerous leaflets, planted as a street tree in the tropics."], "parts-of-speech" : "Noun"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"testConfiguration": {"type": "object", "properties": {"IoTHubEventHubConnectionString": {"type": "string"}, "IoTHubEventHubConsumerGroup": {"type": "string"}, "IoTHubConnectionString": {"type": "string"}, "Ensu... | {"testConfiguration" : {"IoTHubEventHubConnectionString" : "#{INTEGRATIONTEST_IoTHubEventHubConnectionString}#", "IoTHubEventHubConsumerGroup" : "#{INTEGRATIONTEST_IoTHubEventHubConsumerGroup}#", "IoTHubConnectionString" : "#{INTEGRATIONTEST_IoTHubConnectionString}#", "EnsureHasEventDelayBetweenReadsInSeconds" : "#{INT... | json_instruct | {"type": "object", "properties": {"testConfiguration": {"type": "object", "properties": {"IoTHubEventHubConnectionString": {"type": "string"}, "IoTHubEventHubConsumerGroup": {"type": "string"}, "IoTHubConnectionString": {"type": "string"}, "EnsureHasEventDelayBetweenReadsInSeconds": {"type": "string"}, "EnsureHasEventM... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"areas": {"type": "array", "items": {"type": "object", "properties": {"p1": {"type": "array", "items": {"type": "integer"}}, "p2": {"type": "array", "items": {"type": "integer"}}}, "required": ["p1", "p2"]}}}, "required": ["are... | {"areas" : [{"p1" : [371, 354], "p2" : [362, 382]}, {"p1" : [386, 351], "p2" : [376, 416]}, {"p1" : [872, 361], "p2" : [863, 403]}, {"p1" : [850, 345], "p2" : [840, 379]}, {"p1" : [745, 362], "p2" : [733, 399]}, {"p1" : [810, 374], "p2" : [792, 417]}, {"p1" : [213, 359], "p2" : [195, 418]}, {"p1" : [203, 407], "p2" : [... | json_instruct | {"type": "object", "properties": {"areas": {"type": "array", "items": {"type": "object", "properties": {"p1": {"type": "array", "items": {"type": "integer"}}, "p2": {"type": "array", "items": {"type": "integer"}}}, "required": ["p1", "p2"]}}}, "required": ["areas"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"VideoId": {"type": "string"}, "DataApi": {"type": "string"}, "VideoPageLink": {"type": "string"}, "VideoPageThumb": {"type": "null"}, "ShowName": {"type": "null"}, "VideoLength": {"type":... | [{"VideoId" : "5dc0aea8-fb58-4f06-bd22-9dea01849254", "DataApi" : "/Entries(guid'5dc0aea8-fb58-4f06-bd22-9dea01849254')/", "VideoPageLink" : "/Blogs/jamescon/Hello-Workflow-Windows-Workflow-Foundation-key-concepts", "VideoPageThumb" : null, "ShowName" : null, "VideoLength" : "00:00:00", "VideoTitle" : null, "Author" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"VideoId": {"type": "string"}, "DataApi": {"type": "string"}, "VideoPageLink": {"type": "string"}, "VideoPageThumb": {"type": "null"}, "ShowName": {"type": "null"}, "VideoLength": {"type": "string"}, "VideoTitle": {"type": "null"}, "Author": {"type": "null"},... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"... | {"code" : 6108160009, "parent" : 6108160, "name" : "EMPERIANG", "latitude" : null, "longitude" : null, "postal" : [78772], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay XXI, Victorias City, Negros Occidental, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.negros-occidental.victorias-city.barangay-xxi", "country_id" : 177, "country_reference" : 177, "country_name" : ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"status": {"type": "string"}, "version": {"type": "string"}, "server_count": {"type": "string"}, "server_list": {"type": "array", "items": {"type": "object", "properties": {"server_id": {"type": "string"}, "device": {"type": "a... | {"status" : "completed", "version" : "1.0", "server_count" : "1", "server_list" : [{"server_id" : "10.155.170.99", "device" : [{"device_id" : "0", "device_ip" : "192.168.100.101", "rank_id" : "0"}, {"device_id" : "1", "device_ip" : "192.168.101.101", "rank_id" : "1"}, {"device_id" : "2", "device_ip" : "192.168.102.101"... | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "version": {"type": "string"}, "server_count": {"type": "string"}, "server_list": {"type": "array", "items": {"type": "object", "properties": {"server_id": {"type": "string"}, "device": {"type": "array", "items": {"type": "object", "properties": {"device_i... |
Based on the schema below, produce a valid JSON object:
{"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": {}}}}, "require... | {"contract" : "0x6ae207b4717f6e6621c271f119eebf35ebe0d2d1", "tool" : "manticore", "start" : 1564893201.4237578, "end" : 1564895004.7270021, "duration" : 1803.3032443523407, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "bad5110", "CardHash" : "348966c", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"templateId": {"type": "string"}, "templateName": {"type": "string"}, "text": {"type": "string"}, "useAppendInitials": {"type": "boolean"}, "specimenIds": {"type": "array", "items": {"type": "string"}}}, "requir... | {"templateId" : "sknshvpnchndmscbpsy", "templateName" : "Skin Shave Punch and Misc Biopsy", "text" : "[identifier].\r\nGross Description: [description]\r\nMeasurements: [measurements]\r\nSubmitted: [submitted]. ", "useAppendInitials" : true, "specimenIds" : ["SKSHPHMSSPCMN"]} | json_instruct | {"type": "object", "properties": {"templateId": {"type": "string"}, "templateName": {"type": "string"}, "text": {"type": "string"}, "useAppendInitials": {"type": "boolean"}, "specimenIds": {"type": "array", "items": {"type": "string"}}}, "required": ["templateId", "templateName", "text", "useAppendInitials", "specimenI... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/sc... | {"title" : "How You Like That-Blackpink\u521b\u4e16\u754c\u65b0\u7eaa\u5f55\u7684\u65b0\u66f2", "author" : "Blackpink", "musicType" : "\u6d41\u884c", "musicNo" : "0011702"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": ... | {"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "HH3CfHlSn1SxxrO9f1erVttgSLSz4CD25ypIOIA0Ph3TkU1DRd6TsmyXcKAcZxq38pl9TI4N1sdX0cX/DmseDEM=", "cert_user_id" : "penisnuckler@zeroid.bit", "files" : {"data.json" : {"sha512" : "75c05a12f6f06fb15f58922bf29665f3a0ce434e54fe81042efd33e8... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"cron_class": {"type": "string"}, "cron_method": {"type": "string"}, "run_rules": {"type": "object", "properties": {"day_type": {"type": "string"}, "dom": {"type": "array", "items": {"type": "integer"}}, "hours": {"type": "arra... | {"cron_class" : "XF\\Cron\\Views", "cron_method" : "runViewUpdate", "run_rules" : {"day_type" : "dom", "dom" : [-1], "hours" : [-1], "minutes" : [0, 15, 45]}, "active" : true} | json_instruct | {"type": "object", "properties": {"cron_class": {"type": "string"}, "cron_method": {"type": "string"}, "run_rules": {"type": "object", "properties": {"day_type": {"type": "string"}, "dom": {"type": "array", "items": {"type": "integer"}}, "hours": {"type": "array", "items": {"type": "integer"}}, "minutes": {"type": "arr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"abdomen": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type"... | {"abdomen" : {"accuracy" : 0.5356265356265356, "roc_auc" : 0.7801961589968347, "recall" : 0.8558558558558559, "precision" : 0.35447761194029853, "f1_score" : 0.5013192612137204, "negative_recall" : 0.4155405405405405, "negative_precision" : 0.8848920863309353, "negative_f1_score" : 0.5655172413793103}} | json_instruct | {"type": "object", "properties": {"abdomen": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "n... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type"... | {"type" : "Feature", "properties" : {"name" : "Sussex County", "fips" : "51183", "state_code" : 51, "county_code" : 183, "population" : 11159, "countrylevel_id" : "fips:51183", "census_data" : {"COUNTYNS" : "01690257", "AFFGEOID" : "0500000US51183", "LSAD" : "06", "ALAND" : 1269679004, "AWATER" : 6740704}}, "geometry" ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "... | {"stationId" : 2600504, "stationGroupId" : 2600504, "name" : "\u834f\u539f\u4e2d\u5ef6", "lineId" : 26005, "zipCode" : "142-0053", "pref" : "\u6771\u4eac\u90fd", "city" : "\u54c1\u5ddd\u533a", "town" : "\u4e2d\u5ef6", "longitude" : 139.712196, "latitude" : 35.610056, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Cantaguic, Paranas, Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.samar.paranas.cantaguic", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "regi... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], ... | {"inputs" : [["2", "12 2", "11 2"]], "outputs" : [["1", "0"]]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename",... | [{"manufacturer" : "Umidigi", "market_name" : "A11 Pro Max", "codename" : "A11_Pro_Max", "model" : "A11 Pro Max"}, {"manufacturer" : "Umidigi", "market_name" : "A11 Pro Max EEA", "codename" : "A11_Pro_Max", "model" : "A11 Pro Max"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"eslint.validate": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "autoFix": {"type": "boolean"}}, "required": ["language", "autoFix"]}}, "cSpell.words": {"type": "array", "items": ... | {"eslint.validate" : [{"language" : "javascript", "autoFix" : true}, {"language" : "javascriptreact", "autoFix" : true}, {"language" : "typescript", "autoFix" : true}, {"language" : "typescriptreact", "autoFix" : true}], "cSpell.words" : ["mjolnir", "mjolnirjs"]} | json_instruct | {"type": "object", "properties": {"eslint.validate": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "autoFix": {"type": "boolean"}}, "required": ["language", "autoFix"]}}, "cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["eslint.validate", "cSpe... |
Generate a valid JSON object that conforms to the following 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", "ite... | {"directions" : ["Preheat oven to 400 degrees F (200 degrees C).", "Stuff 1 piece manchego cheese into each date and then wrap with 1 piece bacon, securing with a toothpick. Arrange dates in a shallow baking dish with the bacon seam down and 1 inch between pieces.", "Bake in preheated oven for 5 minutes, turn dates wit... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"DOMAIN": {"type": "string"}, "PHYLUM": {"type": "string"}, "CLASS": {"type": "string"}, "ORDER": {"type": "string"}, "FAMILY": {"type": "string"}, "GENUS": {"type": "string"}, "SPECIES": {"type": "string"}, "STRAIN": {"type": ... | {"DOMAIN" : "Bacteria", "PHYLUM" : "Proteobacteria", "CLASS" : "Gammaproteobacteria", "ORDER" : "Pseudomonadales", "FAMILY" : "Pseudomonadaceae", "GENUS" : "Pseudomonas", "SPECIES" : "pseudomonas putida kt2440", "STRAIN" : "kt2440", "MISC" : "null", "GENOME" : "ftp://ftp.ensemblgenomes.org/pub/bacteria/release-26/fasta... | json_instruct | {"type": "object", "properties": {"DOMAIN": {"type": "string"}, "PHYLUM": {"type": "string"}, "CLASS": {"type": "string"}, "ORDER": {"type": "string"}, "FAMILY": {"type": "string"}, "GENUS": {"type": "string"}, "SPECIES": {"type": "string"}, "STRAIN": {"type": "string"}, "MISC": {"type": "string"}, "GENOME": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"love": {"type": "string"}, "like": {"type": "string"}, "base": {"type": "string"}, "dislike": {"type": "string"}, "hate": {"typ... | {"name" : "Gertrude", "assets" : [{"love" : "mother-love", "like" : "mother-like", "base" : "mother", "dislike" : "mother-dislike", "hate" : "mother-hate"}], "rooms" : {"home" : "guest-bedroom", "likes" : {"dungeon" : ["Hector always did like it down here."], "master-bedroom" : ["This should have been my bedroom.", "Le... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"love": {"type": "string"}, "like": {"type": "string"}, "base": {"type": "string"}, "dislike": {"type": "string"}, "hate": {"type": "string"}}, "required": ["love", "like", "base", "disli... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": ... | {"name" : "player-tube", "version" : "0.1.0", "devDependencies" : {"grunt" : "^0.4.5", "grunt-contrib-uglify" : "~0.6.0", "grunt-contrib-watch" : "~0.5.3", "grunt-jslint" : "^1.1.12", "matchdep" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-jslint": {"type": "string"}, "matchdep": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyword... | {"name" : "jestsample", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "jest"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"@grapecity/wijmo.purejs.all" : "^5.20193.637", "jest" : "^26.6.3", "jquery" : "^3.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties"... | {"name" : "rdr2-free-roam-event-schedule", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/richardwestenra/rdr2-free-roam-event-schedule.git", "author" : "DirtyyDogg <rbreddels@hotmail.com>", "license" : "MIT", "scripts" : {"start" : "micro", "dev" : "micro-dev"}, "devDependencies" : {"micr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DURATION" : 0.153451, "package-0" : 66.2427289493063, "dram" : 6.170614723918384} | json_instruct | {"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int... | {"nom" : "Saint-Pierre-du-Mont", "dpt" : "Calvados", "inscrits" : 68, "abs" : 16, "votants" : 52, "blancs" : 5, "nuls" : 0, "exp" : 47, "res" : [{"panneau" : "1", "voix" : 27}, {"panneau" : "2", "voix" : 20}]} | 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": {"type": "string"}, "name": {"type": "string"}, "nameEnglish": {"type": "string"}, "city": {"type": "string"}, "city2": {"type": "string"}, "state": {"type": "string"}, "stateShort": {"type": "string"}, "country": {"ty... | {"id" : "bel", "name" : "Aeroporto Internacional J\u00falio Cezar Ribeiro", "nameEnglish" : "J\u00falio Cezar Ribeiro International Airport", "city" : "Bel\u00e9m", "city2" : "Val de Cans", "state" : "Par\u00e1", "stateShort" : "PA", "country" : "Brazil", "description" : "J\u00falio Cezar Ribeiro International is named... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nameEnglish": {"type": "string"}, "city": {"type": "string"}, "city2": {"type": "string"}, "state": {"type": "string"}, "stateShort": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredi... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"bugs": {"type": "array", "items": {"type": "object", "properties": {"alias": {"type": "null"}, "id": {"type": "integer"}, "history": {"type": "array", "items": {"type": "object", "properties": {"when": {"type": "string"}, "... | {"bugs" : [{"alias" : null, "id" : 1629876, "history" : [{"when" : "2020-04-14T14:06:22Z", "who" : "ckerschb@christophkerschbaumer.com", "changes" : [{"removed" : "nobody@mozilla.org", "added" : "ckerschb@christophkerschbaumer.com", "field_name" : "assigned_to"}]}, {"who" : "cpeterson@mozilla.com", "changes" : [{"added... | json_instruct | {"type": "object", "properties": {"bugs": {"type": "array", "items": {"type": "object", "properties": {"alias": {"type": "null"}, "id": {"type": "integer"}, "history": {"type": "array", "items": {"type": "object", "properties": {"when": {"type": "string"}, "who": {"type": "string"}, "changes": {"type": "array", "items"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nr1-browser-analyzer": {"type": "string"}, "nr1-cloud-optimize": {"type": "string"}, "nr1-container-explorer": {"type": "string"}, "nr1-datalyzer": {"type": "string"}, "nr1-deployment-analyzer": {"type": "string"}, "nr1-event-st... | {"nr1-browser-analyzer" : "1.3.6", "nr1-cloud-optimize" : "2.5.0", "nr1-container-explorer" : "0.8.1", "nr1-datalyzer" : "0.6.1", "nr1-deployment-analyzer" : "0.3.1", "nr1-event-stream" : "1.4.0", "nr1-integrations-manager" : "1.8.0", "nr1-github" : "0.6.5", "nr1-graphiql-notebook" : "0.6.0", "nr1-groundskeeper" : "0.9... | json_instruct | {"type": "object", "properties": {"nr1-browser-analyzer": {"type": "string"}, "nr1-cloud-optimize": {"type": "string"}, "nr1-container-explorer": {"type": "string"}, "nr1-datalyzer": {"type": "string"}, "nr1-deployment-analyzer": {"type": "string"}, "nr1-event-stream": {"type": "string"}, "nr1-integrations-manager": {"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "geo_p_34503", "displayName" : "geo_p_34503"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"@babe... | {"name" : "@acusti/uikit-docs", "version" : "0.1.0", "engines" : {"node" : ">=14"}, "devDependencies" : {"@babel/core" : "^7.13.13", "@mdx-js/react" : "^1.6.22", "@storybook/addon-actions" : "^6.3.8", "@storybook/addon-docs" : "^6.3.8", "@storybook/addon-essentials" : "^6.3.8", "@storybook/addon-links" : "^6.3.8", "@st... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@mdx-js/react": {"type": "string"}, "@sto... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[11, 60], [0, 62], [22, 7], [36, 97], [19, 58], [18, 29], [17, 0], [42, 87], [23, 76], [29, 73], [24, 21], [34, 67], [36, 60], [38, 81], [50, 42], [45, 23], [35, 24], [40, 16], [55, 72], [58, 78]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["grunt-kevoree", "kevoree-cli", "kevoree-nodejs-runtime"] | 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": {"objects": {"type": "array", "items": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"enaio:objectTypeId": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]},... | {"objects" : [{"properties" : {"enaio:objectTypeId" : {"value" : "copilot"}, "question" : {"value" : "Questions about: - Accessing the ideation platform - Logging in to Swaggerhub (coming soon) - Testing the APIs before the NYC Hackathon - Other? This is the place!"}, "answer" : {"value" : ""}, "type" : {"value" : "D"}... | json_instruct | {"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"enaio:objectTypeId": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "question": {"type": "object", "properties": {"value": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"python.formatting.autopep8Args": {"type": "array", "items": {"type": "string"}}, "python.testing.unittestArgs": {"type": "array", "items": {"type": "string"}}, "python.testing.pytestEnabled": {"type": "boolean"}, "python.te... | {"python.formatting.autopep8Args" : ["--max-line-length", "119"], "python.testing.unittestArgs" : ["-v", "-s", "./tools", "-p", "*_test.py"], "python.testing.pytestEnabled" : false, "python.testing.nosetestsEnabled" : false, "python.testing.unittestEnabled" : true} | json_instruct | {"type": "object", "properties": {"python.formatting.autopep8Args": {"type": "array", "items": {"type": "string"}}, "python.testing.unittestArgs": {"type": "array", "items": {"type": "string"}}, "python.testing.pytestEnabled": {"type": "boolean"}, "python.testing.nosetestsEnabled": {"type": "boolean"}, "python.testing.... |
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" : [[[148.375, 44.75], [148.375, 44.833333333333336], [148.5, 44.833333333333336], [148.5, 44.75], [148.375, 44.75]]]}, "properties" : {"code" : 674813, "url" : "http://madefor.github.io/0410/api/v1/674813.geojson", "view" : "https://github.com/madefor... | 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": {"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" : [[[25.387, 57.547], [25.399, 57.551], [25.402, 57.549], [25.416, 57.549], [25.423, 57.552], [25.426, 57.548], [25.433, 57.549], [25.431, 57.552], [25.434, 57.552], [25.434, 57.549], [25.44, 57.55], [25.447, 57.555], [25.452, 57.551], [25.456, 57.552... | 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.