input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"query": {"type": "string"}}, "required": ["query"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"query" : "let main = p\u03bb .\n df : \ud835\udd44 [L\u221e , U | \u2605 , \ud835\udc1d \u2115 \u2237 \ud835\udc1d \u2115 \u2237 [] ]\n \u21d2\n let \u03b5 = \u211d\u207a[1.0] in\n let \u03b4 = \u211d\u207a[0.00001] in\n gauss[\u211d\u207a[1.0], \u03b5, \u03b4] <df> { real (rows df) }\ni... | json_instruct | {"type": "object", "properties": {"query": {"type": "string"}}, "required": ["query"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "TCT (Alcatel)", "market_name" : "", "codename" : "one_touch_916A_gsm", "model" : "ALCATEL ONE TOUCH 916A"}] | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stmts": {"type": "array", "items": {"type": "object", "properties": {"stmt": {"type": "object", "properties": {"ReindexStmt": {"type": "object", "properties": {"kind": {"type": "string"}, "relation": {"type": "object", "proper... | {"stmts" : [{"stmt" : {"ReindexStmt" : {"kind" : "REINDEX_OBJECT_INDEX", "relation" : {"inh" : true, "location" : 14, "relname" : "my_index", "relpersistence" : "p"}}}, "stmt_len" : 22}], "version" : 130003} | json_instruct | {"type": "object", "properties": {"stmts": {"type": "array", "items": {"type": "object", "properties": {"stmt": {"type": "object", "properties": {"ReindexStmt": {"type": "object", "properties": {"kind": {"type": "string"}, "relation": {"type": "object", "properties": {"inh": {"type": "boolean"}, "location": {"type": "i... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["http_trigger"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "f... | {"user" : "zachete", "repos" : 1, "login" : "zachete", "id" : 18498965, "avatar_url" : "https://avatars3.githubusercontent.com/u/18498965?v=3", "url" : "https://api.github.com/users/zachete", "html_url" : "https://github.com/zachete", "followers_url" : "https://api.github.com/users/zachete/followers", "following_url" :... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist... |
Based on the schema below, produce a valid JSON object:
{"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": "integ... | {"nom" : "Cours-Maugis-sur-Huisne", "dpt" : "Orne", "inscrits" : 540, "abs" : 89, "votants" : 451, "blancs" : 36, "nuls" : 12, "exp" : 403, "res" : [{"panneau" : "1", "voix" : 266}, {"panneau" : "2", "voix" : 137}]} | 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"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"... | {"by" : "dtech", "descendants" : 1, "id" : 18045025, "kids" : [18047699], "score" : 3, "time" : 1537603281, "title" : "Telltale Games shuts down", "type" : "story", "url" : "https://twitter.com/telltalegames/status/1043252010999410689"} | json_instruct | {"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/sc... | {"files" : [{"name" : "BubbleSort.java", "path" : "programming_exercise_submissions/all_successful/BubbleSort.txt"}, {"name" : "MergeSort.java", "path" : "programming_exercise_submissions/all_successful/MergeSort.txt"}, {"name" : "SortStrategy.java", "path" : "programming_exercise_submissions/all_successful/SortStrateg... | json_instruct | {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type... | {"id" : 404400611, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "de21c04806373903dd311ec94e16e3be", "wof:id" : 404400611, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.34895443792662, 45.43876865072822, 2.43373177764181, 45.48243952983172... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5306022001", "nama" : "Kobasoma"}, {"id" : "5306022002", "nama" : "Lewolaga"}, {"id" : "5306022003", "nama" : "Lewoingu"}, {"id" : "5306022004", "nama" : "Tuakepa"}, {"id" : "5306022005", "nama" : "Tenawahang"}, {"id" : "5306022006", "nama" : "Leraboleng"}, {"id" : "5306022007", "nama" : "Serinuho"}, {"id" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id_hochschule": {"type": "integer"}, "id_studien": {"type": "integer"}, "name": {"type": "string"}, "steckbrief": {"type": "object", "properties": {"Hochschule": {"type": "string"}, "Hochschulleitung": {"type": "string"}, "": {"... | {"id_hochschule" : 75, "id_studien" : 327, "name" : "Jacobs University Bremen", "steckbrief" : {"Hochschule" : "Jacobs University Bremen", "Hochschulleitung" : "Frau Prof. Dr.-Ing. Katja Windt", "" : "", "Hochschultyp" : "Universit\u00e4ten", "Bundesland" : "Bremen", "Tr\u00e4gerschaft" : "privat, staatlich anerkannt",... | json_instruct | {"type": "object", "properties": {"id_hochschule": {"type": "integer"}, "id_studien": {"type": "integer"}, "name": {"type": "string"}, "steckbrief": {"type": "object", "properties": {"Hochschule": {"type": "string"}, "Hochschulleitung": {"type": "string"}, "": {"type": "string"}, "Hochschultyp": {"type": "string"}, "Bu... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Person": {"type": "object", "properties": {"R... | {"Spase" : {"xmlns:xsi" : "http://www.w3.org/2001/XMLSchema-instance", "xmlns" : "http://www.spase-group.org/data/schema", "xsi:schemaLocation" : "http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd", "Version" : "2.2.0", "Person" : {"ResourceID" : "spase://SMWG/Person/Christop... | json_instruct | {"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Person": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ReleaseDate": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"zoomFixed": {"type": "boolean"}, "views": {"type": "array", "items": {"type": "object", "properties": {"layout": {"type": "object", "properties": {"w": {"type": "integer"}, "h": {"type": "integer"}, "x": {"type": "integer"}, "y"... | {"zoomFixed" : false, "views" : [{"layout" : {"w" : 12, "h" : 6, "x" : 0, "y" : 0}, "uid" : "aa", "initialYDomain" : [2541320068.253662, 2541325651.38588], "initialXDomain" : [2540172918.0011406, 2540208277.8385234], "tracks" : {"left" : [], "top" : [{"uid" : "bar1", "tilesetUid" : "PjIJKXGbSNCalUZO21e_HQ", "height" : ... | json_instruct | {"type": "object", "properties": {"zoomFixed": {"type": "boolean"}, "views": {"type": "array", "items": {"type": "object", "properties": {"layout": {"type": "object", "properties": {"w": {"type": "integer"}, "h": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["w", "h", "x", "y"]}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "npmClient": {"type": "string"}, "npmClientArgs": {"type": "array", "items": {"type": "string"}}, "useWorkspaces": {"type": "b... | {"packages" : ["packages/socket", "packages/socket-apollo-link"], "version" : "independent", "npmClient" : "yarn", "npmClientArgs" : ["--exact"], "useWorkspaces" : true, "command" : {"publish" : {"message" : "chore: Publish release"}, "init" : {"exact" : true}}} | json_instruct | {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "npmClient": {"type": "string"}, "npmClientArgs": {"type": "array", "items": {"type": "string"}}, "useWorkspaces": {"type": "boolean"}, "command": {"type": "object", "properties": {"publish": {"t... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"heroku-prebuild": {"type": "string"}}, "required": ["heroku-prebuild"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}, "yarn... | {"scripts" : {"heroku-prebuild" : "cd client/ && npm install && npm run build"}, "engines" : {"node" : "12.9.1", "npm" : "6.10.3", "yarn" : "1.18.0"}, "cacheDirectories" : ["client/node_modules"]} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"heroku-prebuild": {"type": "string"}}, "required": ["heroku-prebuild"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["node", "npm", "yarn"]}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "t... | {"body" : "I'm trying to install `pdt` from buildcache and I get this message:\r\n\r\n```\r\npatchelf: cannot find section '.dynamic'. The input file is most likely statically linked\r\n==> Error: Command exited with status 1: '/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/patchelf-0.10-jsttikjc3pizbwk5sa3rr7ywha... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "critical": {"type": "boolean"}, "maxWeight": {"type": "integer"}, "associatedValueName": {"type": "string"}, "output": {"type": "str... | {"id" : 1600200, "name" : "PeopleSoft: Don't use hardcoded message", "href" : "AIP/quality-rules/1600200", "critical" : false, "maxWeight" : 6, "associatedValueName" : "Number of hardcoded messages", "output" : "Failed checks give the number of objects that contain a calls to the message functions without using a messa... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "critical": {"type": "boolean"}, "maxWeight": {"type": "integer"}, "associatedValueName": {"type": "string"}, "output": {"type": "string"}, "rationale": {"type": "string"}, "reference": {"type": "string"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": ... | {"name" : "root", "private" : true, "repository" : {"url" : "https://github.com/hsenid-mobile/mycoriza"}, "devDependencies" : {"lerna" : "^4.0.0", "cra-templetize" : "^0.0.1"}, "workspaces" : ["packages/*"], "scripts" : {"templatize:mycoriza" : "cra-templetize -i ./packages/mycoriza -o ./packages"}, "resolutions" : {"b... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}, "cra-templetize": {"type": "string"}}, "requir... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"authors": {"type": "string"}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"t... | {"authors" : "Garmendia Jimena, Gonz\u00c3\u00a1lez Gonz\u00c3\u00a1lez Daniel, Garmendia Jimena, Gonz\u00c3\u00a1lez Gonz\u00c3\u00a1lez Daniel", "doi" : "10.29193/rmu.36.2.10", "publication_date" : "2020-06-01", "id" : "ES102809", "url" : "http://www.scielo.edu.uy/scielo.php?script=sci_arttext&pid=S1688-0390202000020... | json_instruct | {"type": "object", "properties": {"authors": {"type": "string"}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"overall": {"type": "object", "properties": {"accuracy": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "precision": {"type": "object", "properties": {"macro": {"type": "number"}, "weigh... | {"overall" : {"accuracy" : {"value" : 0.010311283250607864}, "precision" : {"macro" : 0.010582505211956568, "weighted" : 0.011074108365287176}, "recall" : {"macro" : 0.023743240001922628, "weighted" : 0.010311283250607864}, "f1" : {"macro" : 0.01523059690649221, "weighted" : 0.009820552924831616}}} | json_instruct | {"type": "object", "properties": {"overall": {"type": "object", "properties": {"accuracy": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "precision": {"type": "object", "properties": {"macro": {"type": "number"}, "weighted": {"type": "number"}}, "required": ["macro", "weighted"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type"... | {"name" : "666 Whitelist Pass", "symbol" : "666", "logoURI" : "http://666serials.xyz/wp-content/uploads/2022/04/6.png", "decimals" : 0, "address" : "6668ECUWVZjx5HiR74UGcuumtAyW2ser7HBX3RTVBCZF", "chainId" : 101, "tags" : ["WL-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "permissions": {"type": "array", "item... | {"manifest_version" : 2, "name" : "\"Did you mean...?\" for GitHub", "version" : "1.2", "description" : "This extension suggests you similar repository names when you get a 404 error on GitHub", "homepage_url" : "https://github.com/vantezzen/did-you-mean-for-github", "permissions" : ["https://github.com/*/*", "storage"... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"32": {"t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "iconUrl": {"type": "string"}, "website": {"type": "string"}, "a... | {"id" : "knowlex", "name" : "Knowlex", "description" : "Secure your professional knowhow", "categories" : ["Productivity"], "iconUrl" : "https://uploads-ssl.webflow.com/58d7ddd3795edeea602c6a61/58d7e20f3891b58e45ce4e63_knowlex.PNG", "website" : "https://www.knowlex.be", "applicationUrl" : "https://app.knowlex.be", "cou... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "iconUrl": {"type": "string"}, "website": {"type": "string"}, "applicationUrl": {"type": "string"}, "countryHQ": {"type": "string"}, "g... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"... | {"id" : 15979, "source" : "parry", "verse_id" : 18902, "verse_count" : 1, "reference" : "65:4", "title" : "", "html" : " <i>remain among the graves/monuments.</i> This statement may refer to an effort to communicate with the spirits of the dead, an action forbidden by the Mosaic law (<a class=\"ref\">Lev. 19:31; Deut. ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ars_nouveau.glyph_desc.test": {"type": "string"}, "ars_nouveau.glyph_name.test": {"type": "string"}, "item.ars_nouveau.glyph_test": {"type": "string"}}, "required": ["ars_nouveau.glyph_desc.test", "ars_nouveau.glyph_name.test"... | {"ars_nouveau.glyph_desc.test" : "This is my test!", "ars_nouveau.glyph_name.test" : "Test", "item.ars_nouveau.glyph_test" : "Glyph of Testing"} | json_instruct | {"type": "object", "properties": {"ars_nouveau.glyph_desc.test": {"type": "string"}, "ars_nouveau.glyph_name.test": {"type": "string"}, "item.ars_nouveau.glyph_test": {"type": "string"}}, "required": ["ars_nouveau.glyph_desc.test", "ars_nouveau.glyph_name.test", "item.ars_nouveau.glyph_test"], "$schema": "http://json-s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Perl": {"type": "integer"}}, "required": ["Perl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Perl" : 22927} | json_instruct | {"type": "object", "properties": {"Perl": {"type": "integer"}}, "required": ["Perl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"countryCode": {"type": "string"}, "population": {"type": "integer"}, "activePopulationProportion": {"type": "number"}, "urbanPopulationProportion": {"type": "number"}, "urbanPopulationInDegradedHousingProport... | {"countryCode" : "IR", "population" : 83993000, "activePopulationProportion" : 0.6900000000000001, "urbanPopulationProportion" : 0.74, "urbanPopulationInDegradedHousingProportion" : null, "over64Proportion" : 0.07235532722965007, "hospitalBeds" : 83993, "highContactPopulation" : null, "remoteAreasPopulationProportion" ... | json_instruct | {"type": "object", "properties": {"countryCode": {"type": "string"}, "population": {"type": "integer"}, "activePopulationProportion": {"type": "number"}, "urbanPopulationProportion": {"type": "number"}, "urbanPopulationInDegradedHousingProportion": {"type": "null"}, "over64Proportion": {"type": "number"}, "hospitalBeds... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"typ... | {"id" : 1169, "uid" : 31216561, "uname" : "\u5927\u540a\u8001\u59d0\u9e21\u513f\u90a6\u786c", "face" : "http://i0.hdslb.com/bfs/face/3f3bf003985341a2e76b2fc5d7a0eeb6e55004d1.jpg", "originContentModify" : "\u56de\u590d @\u5343\u5e74\u8001\u50e7\u6211\u513f\u5b50 :\u4f60*.\u5b50* \u67099\u4e2a*\u513f\uff0c \u6211\u8fd8\... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "in... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"en": {"type": "object", "properties": {"sc1": {"type": "string"}, "sc2": {"type": "string"}, "sc3": {"type": "string"}, "sc4": {"type": "string"}, "sc5": {"type": "s... | {"translations" : {"en" : {"sc1" : "Here is an example of what the start of a blockchain (the genesis block) might look like. The first hash is all zeroes. Between the block number and the hash, the block might hold any information.", "sc2" : "The idea of the blockchain is that every block combines the hash of the prec... | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"en": {"type": "object", "properties": {"sc1": {"type": "string"}, "sc2": {"type": "string"}, "sc3": {"type": "string"}, "sc4": {"type": "string"}, "sc5": {"type": "string"}, "sc6": {"type": "string"}}, "required": ["sc1", "sc2", "sc3",... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "BookingPayment", "main" : "./BookingPayment.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "... | {"name" : "node-browserify", "version" : "0.0.1", "description" : "Node in your Chrome", "main" : "index.js", "repository" : {"type" : "git", "url" : "http://github.com/iceddev/node-chromify.git"}, "scripts" : {"install" : "grunt"}, "keywords" : ["node", "browser"], "devDependencies" : {"browserify" : "1.16.x", "grunt-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": ... | {"id" : 8130, "title" : ["[Dubh Brugh, Cavern]"], "description" : ["Though the ground is flat and smooth, except for coarse sand and small pebbles nestling the perimeter, the domed ceiling and walls are corrugated diagonally. Barring one area on the southern wall, the furrows are quite shallow."], "paths" : ["Obvious ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"8129":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"webpack": {"type": "string"}, "dev": {"type": "string"}, "production": {"type": "string"}}, "required": ["webpack", "dev", "production"]},... | {"private" : true, "scripts" : {"webpack" : "cross-env NODE_ENV=development webpack --progress --hide-modules", "dev" : "cross-env NODE_ENV=development webpack --watch --progress --hide-modules", "production" : "cross-env NODE_ENV=production webpack --progress --hide-modules"}, "dependencies" : {"axios" : "^0.15.3", "c... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"webpack": {"type": "string"}, "dev": {"type": "string"}, "production": {"type": "string"}}, "required": ["webpack", "dev", "production"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties":... | {"id" : "GQNH0", "name" : {"en" : "Timbedra / Timbedgha"}, "country" : "MR", "region" : "HC", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "GQNH", "iata" : "TMD"}, "location" : {"latitude" : 16.233, "longitude" : -8.167, "elevation" : 211}, "ti... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type"... | {"accessibility" : "", "cfp_end" : "", "code_of_conduct" : "http://events.linuxfoundation.org/event-code-of-conduct", "event_end" : "2016-11-17", "event_start" : "2016-11-16", "facebook" : "", "languages" : ["English"], "location" : {"city" : "Bengaluru", "country" : "India", "state" : "Karnataka"}, "name" : "OpenDayli... | json_instruct | {"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", ... | {"place_name" : "Ariton", "state_name" : "Alabama", "state_abbrv" : "AL", "lat" : "31.583", "long" : "-85.7077"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create 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" : 404377509, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "daca26bada0c597360c7fead626dd6b6", "wof:id" : 404377509, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.62126076759138, 42.87167656419456, 0.65105423563209, 42.89970606764441... | 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": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "... | {"Id" : "110710", "ProductId" : "P1000-04", "UserId" : "A3VD6KREW99X02", "ProfileName" : "Eric Alan", "HelpfulnessNumerator" : 1, "HelpfulnessDenominator" : 1, "Score" : 4, "Time" : "1345420800", "Summary" : "As good as instant coffee gets!", "text" : "I've always been disappointed by instant coffee. But things have ch... | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items"... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [537.13, 268.885, 0.90796, 551.734, 374.956, 0.893417, 484.077, 372.008, 0.833892, 451.536, 501.6, 0.846109, 413.212, 599.048, 0.903686, 616.653, 377.802, 0.800269, 622.662, 484.02, 0.885027, 625.497, 584.196, 0.89195, 548.902, 584.267, 0.727436, 504.696, 584.249, 0.... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"url" : "https://bbs.byr.cn/article/Feeling/3151042", "title" : "\u4e00\u76f4\u8054\u7cfb\u7684\u51c6\u5907\u8868\u767d\u7684\u9ad8\u4e2d\u5973\u540c\u5b66\u7a81\u7136\u53d8\u51b7\u6de1\u4e86", "count" : 70}, {"url" : "https://bbs.byr.cn/article/Job/2095797", "title" : "\u641e\u7b97\u6cd5\u7684\u540c\u5b66\u90fd\u662... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"pub": {"type... | {"name" : "banned-words-detector", "version" : "1.0.7", "description" : "Detect and assert if string contains banned word", "main" : "lib/main.js", "types" : "lib/main.d.ts", "scripts" : {"pub" : " npm version patch --no-git-tag-version && npm publish", "build" : "rm -rf ./lib && tsc", "start" : "node ./lib/main", "ser... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"pub": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "serv... |
Based on the schema below, produce a valid JSON object:
{"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": "integ... | {"nom" : "Voulg\u00e9zac", "circ" : "2\u00e8me circonscription", "dpt" : "Charente", "inscrits" : 239, "abs" : 132, "votants" : 107, "blancs" : 9, "nuls" : 7, "exp" : 91, "res" : [{"nuance" : "LR", "nom" : "M. Daniel SAUVAITRE", "voix" : 51}, {"nuance" : "REM", "nom" : "Mme Sandra MARSAUD", "voix" : 40}]} | 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"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "re... | {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "6108082001", "id_kecamatan" : "610808", "name" : "Meranti"}, {"id" : "6108082002", "id_kecamatan" : "610808", "name" : "Kelampai Setolo"}, {"id" : "6108082003", "id_kecamatan" : "610808", "name" : "Moro Betung"}, {"id" : "6108082004", "id_k... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "req... | {"text" : "", "historical" : "Legislative History of Laws\n\nFor history of Law 18-378, see notes under \u00a7 29-101.01.\n\nDC CODE \u00a7 29-412.09\n\nCurrent through December 11, 2012", "credits" : "(July 2, 2011, D.C. Law 18-378, \u00a7 2, 58 DCR 1720.)", "sections" : [{"prefix" : "a", "text" : " Directors shall ca... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "objec... |
Generate sample JSON data that conforms to the following 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"}, "... | {"id" : 1277151001, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "09e2e1093a129adfb8f8dc1d464ce3ed", "wof:id" : 1277151001, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [22.8243, 46.22548, 22.8243, 46.22548], "geometry" : {"coordinates" : [22.8243, 4... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "$collection": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "... | {"name" : "Juniper | JUNOS | Network | IP | Address Conflict (SYSLOG)", "$collection" : "fm.eventclassificationrules", "uuid" : "11b2a583-f4c6-4308-b3c0-a53b001a4eb4", "description" : "KERN_ARP_DUPLICATE_ADDR: duplicate IP address 10.60.9.1! sent from address: 02:2a:5d:10:e6:93 (error count = 14)", "event_class__name" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "$collection": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "user_id": {"type": "integer"}, "event": {"type": "string"}, "data": {"type": "object", "properties": {"source": {"type": "string"}, "super_duration": {"type": "number"}, "timedate": ... | {"id" : "1fec4e4e-f8a6-11ea-a4b2-fc287a5c983c", "user_id" : 123, "event" : "meditation_created", "data" : {"source" : "Google Fit", "super_duration" : 1122000.0, "timedate" : "2020-09-14T01:08:04+10:00", "unique_id" : "ead342ad-ee34-e474-86f7-15dec5bd10e7", "start_time" : "2020-09-14T00:49:22+10:00", "finish_time" : "2... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "user_id": {"type": "integer"}, "event": {"type": "string"}, "data": {"type": "object", "properties": {"source": {"type": "string"}, "super_duration": {"type": "number"}, "timedate": {"type": "string"}, "unique_id": {"type": "string"}, "start_time": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["1290", "aeromar", "mexico city", "mexico", "puerto escondido", "mexico", "0"], ["1290", "aeromar", "puerto escondido", "mexico", "mexico city", "mexico", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ident": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "points": {"type": "integer"}, "skills": {"type": "array", "it... | [{"type" : "profession", "ident" : "road_warrior", "name" : "Road Warrior", "description" : "", "points" : 5, "skills" : [{"level" : 2, "name" : "driving"}, {"level" : 1, "name" : "mechanics"}, {"level" : 1, "name" : "fabrication"}], "traits" : ["BADKNEES"], "vehicle" : "car_interceptor_v8", "pets" : [{"name" : "mon_do... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ident": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "points": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"level": {"type": "integer"}, "name":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"${ModID}:Strike": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:Defend": {"type": "object", "properties": {"NAME": {"type":... | {"${ModID}:Strike" : {"NAME" : "Strike", "DESCRIPTION" : "Deal !D! damage."}, "${ModID}:Defend" : {"NAME" : "Defend", "DESCRIPTION" : "Gain !B! Block."}, "${ModID}:TemporaryPowerDemo" : {"NAME" : "Auto-Generated Temporary Power", "DESCRIPTION" : "Whenever you Scry this turn, gain !M! Block."}, "${ModID}:InlinePowerDemo... | json_instruct | {"type": "object", "properties": {"${ModID}:Strike": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["NAME", "DESCRIPTION"]}, "${ModID}:Defend": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTION": {"type": "string"}}, "required": ["... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type"... | {"name" : "Peach OG", "description" : "This isn't my recipe, the original creator has since taken it down. I spent a bit of time trying to recreate this and have a different peach rings recipe up as a result. After doing some cleaning in my closet I found the original recipe in full, so here it is.\r\n\r\nIt's very tas... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object",... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "220101", "text" : "\u5e02\u8f96\u533a"}, {"id" : "220102", "text" : "\u5357\u5173\u533a"}, {"id" : "220103", "text" : "\u5bbd\u57ce\u533a"}, {"id" : "220104", "text" : "\u671d\u9633\u533a"}, {"id" : "220105", "text" : "\u4e8c\u9053\u533a"}, {"id" : "220106", "text" : "\u7eff\u56ed\u533a"}, {"id" : "220112", "... | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "... | [{"FIELD1" : 2767, "key" : "Kepler-1347_b", "star_name" : "Kepler-1347", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 14.00947528, "semi_major" : "NA", "orbital_eccentricity" : "NA", "star_temp" : 5193, "star_radius" : 0.79, "planet_temp" : "NA", "radius" : 1.03, "discovery_y... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type"... |
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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {... | {"name" : "@boilerz/prettier-config", "version" : "1.0.4", "description" : "Prettier config.", "main" : "prettier.config.js", "repository" : "git@github.com:boilerz/prettier-config.git", "author" : "momsse", "license" : "MIT", "private" : false, "scripts" : {"test" : "exit 0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "proper... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "locati... | {"id" : 20850, "title" : ["[Igrak's Room]"], "description" : ["This room has a spartan feel. A modwir washstand occupies one corner, a small writing table the center of the room under the window. A dark blue rug is the only covering on the cold flagstones. Two fel-hafted spears crossed under an Iylari roundshield se... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20849"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"... | {"text" : "All and every fraudulent attornment and attornments of any tenant or tenants of any messuages, lands, tenements, or hereditaments, shall be absolutely null and void to all intents and purposes whatsoever; and the possession of their respective landlord or landlords, lessor or lessors, shall not be deemed or ... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti... |
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": {"start": {"type": "string"}, "dist:linux": {"type": "stri... | {"name" : "clipaste", "version" : "1.0.0", "description" : "Clipboard manager application", "main" : "main.js", "scripts" : {"start" : "electron .", "dist:linux" : "electron-builder --linux"}, "repository" : "https://github.com/ahmetkorkmaz3/clipaste", "keywords" : ["clipboard", "copy", "paste", "keynote"], "author" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dist:linux": {"type": "string"}}, "required": ["start", "dist:linux"]}, "repository": {"t... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"exdesc": {"type": "string"}, "sourcetag": {"type": "string"}, "pointid": {"type": "string"}, "step": {"type": "string"}, "Measurement": {"type": "string"}, "pointsource": {"type": "string"}, "Turbine": {"type": "string"}, "ins... | {"exdesc" : "", "sourcetag" : "", "pointid" : "140", "step" : "0", "Measurement" : "Active Power", "pointsource" : "Wind", "Turbine" : "GE05", "instrumenttag" : "GE05_P_ACT", "engunits" : "kW", "pointtype" : "Float32"} | json_instruct | {"type": "object", "properties": {"exdesc": {"type": "string"}, "sourcetag": {"type": "string"}, "pointid": {"type": "string"}, "step": {"type": "string"}, "Measurement": {"type": "string"}, "pointsource": {"type": "string"}, "Turbine": {"type": "string"}, "instrumenttag": {"type": "string"}, "engunits": {"type": "stri... |
Using the following JSON schema, generate a compatible 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" : "3205110006", "district_id" : "3205110", "name" : "KARANGAGUNG"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "strin... | {"n_dim" : 13, "n_trials" : 130, "objective" : "markowitz_return_on_cube", "white" : "scipy_slsqp", "black" : "hyperopt_tpe", "traceback" : ["passing", "passing"], "best_val" : [3242.291444068948, 2753.2769507664684], "best_x" : [[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.3232791810241833, 0.... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"ty... | {"authors" : {"name" : "Akira Minomo", "url" : "https://os.mbed.com/users/firlight1034/"}, "description" : "\u30c6\u30b9\u30c8", "frameworks" : "mbed", "keywords" : "US015", "name" : "US015", "platforms" : "*", "repository" : {"type" : "hg", "url" : "https://os.mbed.com/users/firlight1034/code/US015/"}} | json_instruct | {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "511304212201", "text" : "\u5e99\u575d\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212202", "text" : "\u6c34\u9601\u6881\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212203", "text" : "\u5927\u5634\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511304212204", "text" : "\u7389\u576a\u5be8\u6... | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name",... | {"name" : "hotjar", "version" : "1.0", "description" : "Automatically add hotjar tracking code to any theme.", "author" : {"name" : "daniel baker", "link" : "http://daniebker.co.uk"}, "data" : {"hotjar_tracking_id" : {"label" : "hotjar Tracking ID", "info" : "You can find your tracking info by logging into hotjar, then... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["name", "link"]}, "data": {"type": "object", "properties": {"hotjar_tracking_i... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra... | {"directions" : ["Lightly grease a baking dish.", "Bring a large pot of lightly salted water to a boil over medium-high heat. Place the endives into the water. Cover, and cook until tender, 5 to 10 minutes.", "Place the butter into a saucepan, and melt over medium heat. Whisk in the flour, and stir until the mixture be... | 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": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "item... | {"key" : "scsl-3.0", "short_name" : "Sun Community Source License 3.0", "name" : "Sun Community Source License 3.0", "category" : "Copyleft Limited", "owner" : "Oracle (Sun)", "spdx_license_key" : "LicenseRef-scancode-scsl-3.0", "other_urls" : ["http://www.sun.com/software/jini/licensing/SCSL3_JiniTSA1.html"], "ignorab... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "items": {"type": "string"}}, "ignorable_urls": {"type": "array"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", ... | {"userId" : 70124, "cartId" : "d02e11f7-401b-4345-8da1-b201a3625e78", "preferredProducts" : [5000, 4930, 1494, 1527], "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.... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac... | {"contract" : "0xf2f22cd890785034b8531f27aa748091417ee015", "tool" : "osiris", "start" : 1564587027.811112, "end" : 1564587030.4417129, "duration" : 2.630600929260254, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
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" : 404405727, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6fa9e5a68d0f7f4dfc6773878a5817e9", "wof:id" : 404405727, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.53361, 47.02528, 3.53361, 47.02528], "geometry" : {"coordinates"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
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" : "Higher School of Education of Paula Frassinetti", "alt_name" : "Escola Superior de Educa\u00e7\u00e3o de Paula Frassinetti (ESEPF)", "country" : "Portugal", "state" : null, "address" : {"street" : "Rua Gil Vicente, 138-142", "city" : "Porto", "province" : null, "postal_code" : "4000-255"}, "contact" : {"tele... | 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": "null"}, "postal_code": {"type": "string"}},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"ty... | {"category" : ["Karaoke", "American (New)", "Restaurants", "Bars", "Nightlife", "Asian Fusion"], "city" : "Las Vegas", "em_sigma_b" : 1.541992009144002, "cum_star" : 4.884848484848485, "name" : "J Karaoke Bar", "em_sigma_p" : 0.19410527451750398, "lat" : 36.1263711, "lng" : -115.19176920000001, "em_star" : 4.5287539131... | json_instruct | {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "993cffcd73a56883131e5eaf5395bf31a3417d45"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"improvement_proposals": {"type": "string"}, "status_updates": {"type": "string"}, "privacy_policy": {"type": "string"}, "about_us": {"type": "string"}, "mission_vision_strategy": {"type": "string"}, "terms_of_servi... | {"improvement_proposals" : "Propuestas de mejora", "status_updates" : "Actualizaciones de estado", "privacy_policy" : "Pol\u00edtica de privacidad", "about_us" : "Sobre nosotros", "mission_vision_strategy" : "Misi\u00f3n, Visi\u00f3n, Estrategia", "terms_of_service" : "T\u00e9rminos de servicio", "maker" : "Maker", "bu... | json_instruct | {"type": "object", "properties": {"improvement_proposals": {"type": "string"}, "status_updates": {"type": "string"}, "privacy_policy": {"type": "string"}, "about_us": {"type": "string"}, "mission_vision_strategy": {"type": "string"}, "terms_of_service": {"type": "string"}, "maker": {"type": "string"}, "budget": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@hotwired/stimulus": {"type": "string"}, "@hotwired/turbo-rails": {"type": "string"}, "esbuild": {"... | {"name" : "app", "private" : "true", "dependencies" : {"@hotwired/stimulus" : "^3.0.1", "@hotwired/turbo-rails" : "^7.1.0", "esbuild" : "^0.14.3"}, "scripts" : {"build" : "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@hotwired/stimulus": {"type": "string"}, "@hotwired/turbo-rails": {"type": "string"}, "esbuild": {"type": "string"}}, "required": ["@hotwired/stimulus", "@hotwired/turbo-rails"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, ... | {"data" : {"markdownRemark" : {"html" : "<h2>Today was also a good day!</h2>\n<p>Lorem ipsum dolor amet tumeric iceland pok pok williamsburg etsy portland jianbing knausgaard tousled bicycle rights crucifix listicle mixtape salvia. Literally yuccie occupy, meditation pug taiyaki hashtag. Taiyaki shaman banh mi live-edg... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["html", "fr... |
Generate a valid JSON object that conforms to the following 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"}}, "au... | {"title" : "Volunteer computing: a model of the factors determining contribution to community-based scientific research.", "fields" : ["crowdsourcing", "citizen science", "volunteer", "online community", "seti home"], "abstract" : "Volunteer computing is a powerful way to harness distributed resources to perform large-... | 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": {"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... | {"id" : 101816333, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "30ab25fa5f61430da59ccee4634cc34e", "wof:id" : 101816333, "wof:repo" : "whosonfirst-data-admin-lv"}, "bbox" : [25.25534, 56.60477, 25.25534, 56.60477], "geometry" : {"coordinate... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "c92e5a69be3250c2f2599842c71f20feff31cd0c"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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"}, "... | {"id" : 101882573, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "015a8b5b2ac5b5ac51363a6244e66c81", "wof:id" : 101882573, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.70007837002527, 48.55318966025919, 3.7207795753784, 48.56427048231802]... | 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": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"... | {"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HNvphXqD4nQOCqj+XvTv5jEpK9cjqY3/JNvj2ylu8EfPBdPCZckVNdmmumNzL2h9n2tzPMGAty65Vac2SrYYBpM=", "cert_user_id" : "cryptonym@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/181vbawWsmrxRSZBfCqJSTx4jA2eWsPFbk/content.json", "modi... | 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": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"websocket": {"type": "string"}}, "required": ["websocket"]}, "scripts": {"type": "object", "properties": {"st... | {"title" : "WebSocket chat server", "main" : "chat-server.js", "dependencies" : {"websocket" : "^1.0.22"}, "scripts" : {"start" : "node ./chat-server.js"}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"websocket": {"type": "string"}}, "required": ["websocket"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["tit... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"local_storage": {"type": "object", "properties": {"token": {"type": "string"}, "_ID": {"type": "string"}}, "required": ["token", "_ID"]}, "type_img": {"type": "object", "properties": {"avatar": {"type": "string"},... | {"local_storage" : {"token" : "MAN-Social-Token", "_ID" : "UID"}, "type_img" : {"avatar" : "avatar", "background" : "background", "timeline" : "timeline"}} | json_instruct | {"type": "object", "properties": {"local_storage": {"type": "object", "properties": {"token": {"type": "string"}, "_ID": {"type": "string"}}, "required": ["token", "_ID"]}, "type_img": {"type": "object", "properties": {"avatar": {"type": "string"}, "background": {"type": "string"}, "timeline": {"type": "string"}}, "req... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"weights": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "number"}}, "required": ["weights", "scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"weights" : [4069, 8138], "scale" : 0.0002457468386200985} | json_instruct | {"type": "object", "properties": {"weights": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "number"}}, "required": ["weights", "scale"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"average_learning_time": {"type": "number"}, "average_test_LL": {"type": "number"}, "folds": {"type": "object", "properties": {"fold_1": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type":... | {"average_learning_time" : 72.72547431640625, "average_test_LL" : -2528.4483244915623, "folds" : {"fold_1" : {"learning_time" : 84306.8603515625, "test_LL" : -2629.7352448835036}, "fold_10" : {"learning_time" : 71069.17602539062, "test_LL" : -2538.0461968636228}, "fold_2" : {"learning_time" : 92055.38427734375, "test_L... | json_instruct | {"type": "object", "properties": {"average_learning_time": {"type": "number"}, "average_test_LL": {"type": "number"}, "folds": {"type": "object", "properties": {"fold_1": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fo... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"This is the student view. Switch to the teacher view by clicking on the URL below.": {"type": "string"}, "This is the teacher view. Switch to the student view by c... | {"translations" : {"This is the student view. Switch to the teacher view by clicking on the URL below." : "This is the student view. Switch to the teacher view by clicking on the URL below.", "This is the teacher view. Switch to the student view by clicking on the URL below." : "This is the teacher view. Switch to the ... | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"This is the student view. Switch to the teacher view by clicking on the URL below.": {"type": "string"}, "This is the teacher view. Switch to the student view by clicking on the URL below.": {"type": "string"}, "Welcome to the Graasp A... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"... | {"name" : "ec2-github-runner", "description" : "GitHub Action for automatic creation and registration AWS EC2 instance as a GitHub Actions self-hosted runner.", "author" : "Volodymyr Machula", "license" : "MIT", "repository" : {"type" : "git", "url" : "git@github.com:crabel-js/ec2-ami-starter.git"}, "scripts" : {"index... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tutorial": {"type": "string"}, "pageNumber": {"type": "integer"}, "type": {"type": "string"}, "definition": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"project": {"type": "str... | {"tutorial" : "Testing a Trading Idea - The Trigger Stage", "pageNumber" : 14, "type" : "Tutorial Step - Let's Study the Syntax!", "definition" : {"icon" : {"project" : "Superalgos", "name" : "text"}, "text" : "The syntax to write conditions and formulas follows a few basic rules that will soon seem obvious!"}, "paragr... | json_instruct | {"type": "object", "properties": {"tutorial": {"type": "string"}, "pageNumber": {"type": "integer"}, "type": {"type": "string"}, "definition": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"project": {"type": "string"}, "name": {"type": "string"}}, "required": ["project", "name"]}, "text":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"64": {"type": "string"}}, "required": ["64"]}, "... | {"manifest_version" : 2, "name" : "rust-wasm-addon", "version" : "1.0.2", "description" : "Printing hello world \u00af\\_\u30c4_/\u00af", "icons" : {"64" : "icons/rust.png"}, "permissions" : ["activeTab"], "browser_action" : {"default_title" : "rust-wasm-addon", "default_popup" : "index.html"}} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"64": {"type": "string"}}, "required": ["64"]}, "permissions": {"type": "array", "items": {"type": "string"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"arrow-parens": {"type": "boolean"}, "quotemark": {"type": "boolean"}, "completed-docs": {"type": "boolean"}, "jsdoc-format": {"type": ... | {"extends" : "tslint:recommended", "rules" : {"arrow-parens" : false, "quotemark" : false, "completed-docs" : false, "jsdoc-format" : false, "member-access" : false, "member-ordering" : false, "variable-name" : false, "semicolon" : false, "ordered-imports" : false, "class-name" : false, "array-type" : false, "curly" : ... | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"arrow-parens": {"type": "boolean"}, "quotemark": {"type": "boolean"}, "completed-docs": {"type": "boolean"}, "jsdoc-format": {"type": "boolean"}, "member-access": {"type": "boolean"}, "member-ordering": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
... | [{"queryName" : "SQL Server Accessibility is Not Minimal", "severity" : "MEDIUM", "line" : 3}, {"queryName" : "SQL Server Accessibility is Not Minimal", "severity" : "MEDIUM", "line" : 10}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "engines": {"type": "objec... | {"name" : "@botdad/chain-claim", "description" : "On chain claim code verification and off chain generation using only ECSDA signatures", "license" : "MIT", "version" : "0.0.1", "homepage" : "", "keywords" : [], "engines" : {"node" : ">=10"}, "dependencies" : {"@typechain/ethers-v5" : "^8.0.5", "ethers" : "^5.5.2", "pr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "... | {"place_name" : "Gresham", "state_name" : "Wisconsin", "state_abbrv" : "WI", "lat" : "44.853", "long" : "-88.7887"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_da... | {"actors" : [], "countries" : ["Argentina"], "enb_end_date" : "30-May-05", "enb_long_title" : "United Nations Framework Convention on Climate Change: Twenty-Second Session of the Subsidiary Bodies", "enb_short_title" : "UNFCCC SB 22", "enb_start_date" : "30-May-05", "enb_url" : "http://www.iisd.ca/vol12/enb12270e.html"... | json_instruct | {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dsv.cjs.js": {"type": "string"}, "dsv.cjs.min.js": {"type": "string"}, "dsv.js": {"type": "string"}, "dsv.min.js": {"type": "string"}}, "required": ["dsv.cjs.js", "dsv.cjs.min.js", "dsv.js", "dsv.min.js"], "$schema":... | {"dsv.cjs.js" : "sha256-/aaOGlmxtsviSGcAlVlt3l9XHFs67OfSY49RWew8iIU=", "dsv.cjs.min.js" : "sha256-TZhr/nlO5T0lYfR+17mFkBSxo6iruDy2e073AdHH9Hs=", "dsv.js" : "sha256-k2+gJGzL7T3ZH9JXFcu4rO+ZVm9kAkuVxWmJr4DyeWY=", "dsv.min.js" : "sha256-rICvqG46aNCIqi9P1yP+FZeb9dRGNmHJzYqT+uOjL/E="} | json_instruct | {"type": "object", "properties": {"dsv.cjs.js": {"type": "string"}, "dsv.cjs.min.js": {"type": "string"}, "dsv.js": {"type": "string"}, "dsv.min.js": {"type": "string"}}, "required": ["dsv.cjs.js", "dsv.cjs.min.js", "dsv.js", "dsv.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", ... | {"id" : "2008", "provinceId" : "11", "regencyId" : "11", "districtId" : "15", "name" : "Kubu Raya"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"ghost": {"type": "string"}}, "required": ["ghost"]}, "license": {"type": "string"}, "au... | {"name" : "rambler", "description" : "A brief explanation of your theme", "version" : "1.2.0", "engines" : {"ghost" : ">=1.1.0"}, "license" : "MIT", "author" : {"email" : "your@email.here"}, "config" : {"posts_per_page" : 0}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"ghost": {"type": "string"}}, "required": ["ghost"]}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin... | {"schema_version" : "1.2.0", "id" : "GHSA-v87v-crjf-8qv4", "modified" : "2021-12-15T00:01:46Z", "published" : "2021-12-09T00:00:29Z", "aliases" : ["CVE-2021-23860"], "details" : "An error in a page handler of the VRM may lead to a reflected cross site scripting (XSS) in the web-based interface. To exploit this vulnerab... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"s": {"type": "integer"}, "v": {"type": "object", "properties": {"descriptor": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "integer"}, "v": {"type": "obj... | {"s" : 1, "v" : {"descriptor" : "java://org.auraframework.components.test.java.model.TestModel", "members" : [{"s" : 2, "v" : {"name" : "firstThing", "type" : "java://java.lang.String"}}, {"s" : 3, "v" : {"name" : "readOnlyThing", "type" : "java://java.lang.String"}}, {"s" : 4, "v" : {"name" : "stringList", "type" : "j... | json_instruct | {"type": "object", "properties": {"s": {"type": "integer"}, "v": {"type": "object", "properties": {"descriptor": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "integer"}, "v": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "stri... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}... | {"directions" : ["Place yogurt, milk, ice cubes, blueberries, strawberries, and lemonade mix in a blender. Pulse until smooth and creamy."], "ingredients" : ["1 (8 ounce) container blueberry nonfat yogurt", "1 1/2 cups skim milk", "1 cup ice cubes", "1 cup fresh blueberries", "1 cup fresh strawberries", "1 teaspoon pow... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_credentialSecret": {"type": "string"}}, "required": ["_credentialSecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_credentialSecret" : "c9e72bc3c342465d8943181f393d10325fdab0c923dd1a798df82ca885ad5dab"} | json_instruct | {"type": "object", "properties": {"_credentialSecret": {"type": "string"}}, "required": ["_credentialSecret"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"worker": {"type": "array", "items": {"type": "string"}}, "ps": {"type": "array", "items": {"type": "string"}}}, "required": ["worker", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"worker" : ["162.105.146.116:12349", "162.105.146.116:12348", "162.105.146.116:12347", "162.105.146.116:12346", "162.105.146.116:12345", "162.105.146.116:12344", "162.105.146.116:12343", "162.105.146.116:12342", "162.105.146.117:12359", "162.105.146.117:12358", "162.105.146.117:12357", "162.105.146.117:12356", "162.10... | json_instruct | {"type": "object", "properties": {"worker": {"type": "array", "items": {"type": "string"}}, "ps": {"type": "array", "items": {"type": "string"}}}, "required": ["worker", "ps"], "$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.