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": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "AHDY", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"vulnerabilities": {"type": "integer"}, "direct_dependencies": {"type": "integer"}, "transitive_dependencies": {"type": "integer"}}, "required": ["vulnerabilities", "direct_dependencies", "transitive_dependencies"], "$schema": "h... | {"vulnerabilities" : 2, "direct_dependencies" : 2, "transitive_dependencies" : 0} | json_instruct | {"type": "object", "properties": {"vulnerabilities": {"type": "integer"}, "direct_dependencies": {"type": "integer"}, "transitive_dependencies": {"type": "integer"}}, "required": ["vulnerabilities", "direct_dependencies", "transitive_dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite... | {"ast" : null, "code" : "var _jsxFileName = \"/Users/davidlondono/Desktop/React/react/pokedex/src/CaughtPokemon.jsx\";\nimport React from \"react\";\nconst date = new Date().toLocaleDateString();\n\nconst CaughtPokemon = props => {\n return React.createElement(\"p\", {\n __source: {\n fileName: _jsxFileName,\n... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "st... | {"station_g" : [{"pref_cd" : 13, "line_cd" : 28006, "line_name" : "\u6771\u4eac\u30e1\u30c8\u30ed\u6709\u697d\u753a\u7dda", "station_cd" : 2800623, "station_name" : "\u8fb0\u5df3"}]} | json_instruct | {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_na... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"LICENSE": {"type": "string"}, "README.md": {"type": "string"}, "manifests/init.pp": {"type": "string"}, "manifests/params.pp": {"type": "string"}, "metadata.json": {"type": "string"}, "templates/configfile.erb": {"... | {"LICENSE" : "50d908cf666418ed04b9f5858b168530", "README.md" : "64330b031dc48207c7ac958e3f17980a", "manifests/init.pp" : "1413150c16964517431d83d4e132c12f", "manifests/params.pp" : "d462ee898414bd753e2f0ec481a11543", "metadata.json" : "b61915a4c5392692c8fad234d85499a0", "templates/configfile.erb" : "62eb3a4bb4cce7d59e1... | json_instruct | {"type": "object", "properties": {"LICENSE": {"type": "string"}, "README.md": {"type": "string"}, "manifests/init.pp": {"type": "string"}, "manifests/params.pp": {"type": "string"}, "metadata.json": {"type": "string"}, "templates/configfile.erb": {"type": "string"}}, "required": ["LICENSE", "README.md", "manifests/init... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "numbe... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [465.876, 7.67771, 0.412776, 536, 118.684, 0.854259, 439.935, 129.739, 0.789369, 399.387, 336.42, 0.767765, 358.622, 521.166, 0.831816, 631.989, 107.577, 0.832489, 646.684, 310.621, 0.811699, 628.187, 502.752, 0.851589, 488.025, 473.191, 0.627234,... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["pokecube:pikachu", "pokecube:raichu", "pokecube:raichu_alola", "pokecube:buneary", "pokecube:lopunny", "pokecube:lopunny_mega", "pokecube:bunnelby", "pokecube:diggersby", "pokecube:scorbunny", "pokecube:raboot", "pokecube:cinderace", "pokecube:morpeko", "pokecube:morpeko_hangry"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200877222932000, "key" : "/static/a9523a051a07fb5c0379df0ce8c00c56/9d55c/about.webp", "val" : "f94084bf1f1af9a071318c4c07573f12"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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"}, "wo... | {"id" : 101897369, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "54a6ba35652e785c930bc4f4d7ef4c35", "wof:id" : 101897369, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.19794819616334, 43.82408735102126, 4.20688125674883, 43.83148927067322... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ids": {"type": "array", "items": {"type": "integer"}}}, "required": ["ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ids" : [3026, 3036, 3126, 9050, 9054, 9044, 9066, 9070, 9750, 9754, 9781, 9916, 9920, 9970, 9981]} | json_instruct | {"type": "object", "properties": {"ids": {"type": "array", "items": {"type": "integer"}}}, "required": ["ids"], "$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": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": ... | [{"id" : 1890, "gempId" : "6_31", "side" : "Light", "rarity" : "R", "set" : "6", "printings" : [{"set" : "6"}], "front" : {"title" : "\u2022Palejo Reshad", "imageUrl" : "https://res.starwarsccg.org/cards/JabbasPalace-Light/large/palejoreshad.gif", "type" : "Character", "subType" : "Alien", "uniqueness" : "*", "destiny"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s... |
Create an example JSON object that satisfies this schema:
{"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": ... | {"n_dim" : 13, "n_trials" : 80, "objective" : "markowitz_return_on_cube", "white" : "optuna_random", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [1944.6215885136944, 1898.2237570464695], "best_x" : [[0.5533192719965211, 0.47874426688814686, 0.7646552285632255, 0.7758200747508525, 0.9680... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Item": {"type": "string"}, "Template": {"type": "string"}, "Save": {"type": "string"}, "SaveAndDistributeFields": {"type": "string"}, "IsImplemented": {"type": "string"}, "IsNotImplementedTooltip": {"type": "string"}, "Mark... | {"Item" : "Item", "Template" : "Template", "Save" : "Save", "SaveAndDistributeFields" : "Save & distribute fields to items", "IsImplemented" : "Implemented", "IsNotImplementedTooltip" : "Item is not implemented.", "MarkAsImplemented" : "Mark as implemented", "Cancel" : "Cancel", "Delete" : "Delete", "Name" : "Name", "D... | json_instruct | {"type": "object", "properties": {"Item": {"type": "string"}, "Template": {"type": "string"}, "Save": {"type": "string"}, "SaveAndDistributeFields": {"type": "string"}, "IsImplemented": {"type": "string"}, "IsNotImplementedTooltip": {"type": "string"}, "MarkAsImplemented": {"type": "string"}, "Cancel": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"TITLE": {"type": "string"}, "NUMBER": {"type": "integer"}, "DESCRIPTION": {"type": "string"}, "CONTENT": {"type": "string"}, "IMAGE": {"type": "string"}, "ITUNES_IMAGE": {"type": "string"}, "FILE": {"type": "strin... | {"TITLE" : "Episode 60 - Don\u2019t Vote for Rabid Women", "NUMBER" : 60, "DESCRIPTION" : "This week, I am joined by Joshua Ferguson of Hourly Struggle fame. We talk about why the LP deserves to die, why you shouldn\u2019t vote for Jo Jorgensen, the case for defensive voting, labels of no utility, bump stocks, and the ... | json_instruct | {"type": "object", "properties": {"TITLE": {"type": "string"}, "NUMBER": {"type": "integer"}, "DESCRIPTION": {"type": "string"}, "CONTENT": {"type": "string"}, "IMAGE": {"type": "string"}, "ITUNES_IMAGE": {"type": "string"}, "FILE": {"type": "string"}, "DATE": {"type": "string"}, "EXPLICIT": {"type": "boolean"}}, "requ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "pr... | {"name" : "Dominican University", "alt_name" : null, "country" : "United States", "state" : "Illinois", "address" : {"street" : "7900 West Division Street", "city" : "River Forest", "province" : "Illinois", "postal_code" : "60305-1099"}, "contact" : {"telephone" : "+1(708) 366-2490", "website" : "http://www.dom.edu", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {... | {"nom" : "Laize-Clinchamps", "circ" : "6\u00e8me circonscription", "dpt" : "Calvados", "inscrits" : 1308, "abs" : 695, "votants" : 613, "blancs" : 86, "nuls" : 28, "exp" : 499, "res" : [{"nuance" : "REM", "nom" : "M. Alain TOURRET", "voix" : 335}, {"nuance" : "FN", "nom" : "M. Jean-Philippe ROY", "voix" : 164}]} | 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"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"obj": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["obj", "lib"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"obj" : ["deps/rocksdb-6.10.2/librocksdb.a"], "lib" : ["z"]} | json_instruct | {"type": "object", "properties": {"obj": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["obj", "lib"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900040197": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900040198": {"type": "object", "properties": {"nama": {"type... | {"900040197" : {"nama" : "TPS 1", "dapil" : [1202, 11208, 2121401]}, "900040198" : {"nama" : "TPS 2", "dapil" : [1202, 11208, 2121401]}, "900040199" : {"nama" : "TPS 3", "dapil" : [1202, 11208, 2121401]}} | json_instruct | {"type": "object", "properties": {"900040197": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900040198": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type":... | {"id" : 75372290, "name" : "Total Defense Shogun", "is_illegal" : false, "is_custom" : false, "text" : "This card is changed to Defense Position when it is Normal Summoned or Flip Summoned successfully. This card can attack while it is in Defense Position. If this card attacks while in Defense Position, apply the ATK o... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"mix_id": {"type": "integer"}, "mix_sid": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "slug"... | {"mix_id" : 2087571407632, "mix_sid" : "qn0m474g", "id" : 19, "name" : "Totally Wicked", "abbreviation" : "TW", "created_at" : "2016-03-28T07:47:35.000-04:00", "updated_at" : "2020-11-16T06:47:47.000-05:00", "slug" : "tw-totally-wicked", "url" : "https://www.totallywicked-eliquid.com", "image_url" : null, "description"... | json_instruct | {"type": "object", "properties": {"mix_id": {"type": "integer"}, "mix_sid": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "slug": {"type": "string"}, "url": {"type": "string"}, "image_url... |
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" : 101783897, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2276dc9346ce2a22fe76e2a11820dc47", "wof:id" : 101783897, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.968145, 47.253661, 26.986372, 47.276051], "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": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "propertie... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.104761, 51.422833]}, "properties" : {"point" : "POINT(-0.104761 51.422833)", "maximum-net-dwellings" : "6", "ownership-status" : "not owned by a public authority", "start-date" : "2017-12-15", "site-address" : "260 Knight's Hill", "organisation" :... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "maxi... |
Construct a JSON document that adheres to this schema specification:
{"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-schem... | {"word" : "Arbitration", "definitions" : ["The use of an arbitrator to settle a dispute."], "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0":... | {"baseObjects" : ["[\"!\",\"T\",\"vr\",\"<V\",\"F[\"]", "[\"!\",\"T\",\"vr\",\"<V\",\"F[\"]", "[\"!\",\"T\",\"vr\",\"<V\",\"F[\"]", "[\"!\",\"T\",\"vr\",\"<V\",\"F[\"]"], "returnObjects" : ["false", "false", "false", "false"], "callbackArgs" : [{"0" : "!", "1" : 0, "2" : ["!", "T", "vr", "<V", "F["]}, {"0" : "!", "1" :... | json_instruct | {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "integer"}, "2": {"type": "array", "items"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "primer": {"type": "string"}, "type": {"type": "string"}, "primary": {"type": "array", "items": {"type": "string"}}, "secondary": {"... | {"id" : "0244", "name" : "seated-inner-biceps-curl-with-dumbbell", "title" : "Seated Inner Biceps Curl with Dumbbell", "primer" : "This exercise works the inner biceps.", "type" : "isolation", "primary" : ["biceps brachii"], "secondary" : ["forearm"], "equipment" : ["dumbbell"], "steps" : ["Sit on the edge of a bench w... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "primer": {"type": "string"}, "type": {"type": "string"}, "primary": {"type": "array", "items": {"type": "string"}}, "secondary": {"type": "array", "items": {"type": "string"}}, "equipment": {"type": "ar... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"botocore": {"type": "string"}, "colorama": {"type": "string"}, "docutils": {"type": "string"}, "jmespath": {"type": "string"}, "pyasn1": {"type": "string"}, "python-dateutil": {"type": "string"}, "pyyaml": {"type": "string"}, ... | {"botocore" : "1.21.31", "colorama" : "0.4.3", "docutils" : "0.15.2", "jmespath" : "0.10.0", "pyasn1" : "0.4.8", "python-dateutil" : "2.8.2", "pyyaml" : "5.4.1", "rsa" : "4.7.2", "s3transfer" : "0.5.0", "six" : "1.16.0", "urllib3" : "1.26.6"} | json_instruct | {"type": "object", "properties": {"botocore": {"type": "string"}, "colorama": {"type": "string"}, "docutils": {"type": "string"}, "jmespath": {"type": "string"}, "pyasn1": {"type": "string"}, "python-dateutil": {"type": "string"}, "pyyaml": {"type": "string"}, "rsa": {"type": "string"}, "s3transfer": {"type": "string"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "east": {"type": "string"}, "north": {"type": "string"}, "west": {"type": "string"}, "south": {"type": "str... | {"parent" : "block/cube", "textures" : {"particle" : "#east", "east" : "ophiuchus:blocks/psi_plates/psimetal_plate_white_psi_1", "north" : "ophiuchus:blocks/psi_plates/psimetal_plate_white_psi_0", "west" : "ophiuchus:blocks/psi_plates/psimetal_plate_white_psi_1", "south" : "ophiuchus:blocks/psi_plates/psimetal_plate_wh... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "east": {"type": "string"}, "north": {"type": "string"}, "west": {"type": "string"}, "south": {"type": "string"}, "down": {"type": "string"}, "up": {"type": "string"}}, "required... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "origamiType": {"type": "string"}, "origamiCategory": {"type": "string"}, "origamiVersion": {"type": "integer"}, "support": {"type": "string"}, "supportStatus": {"type": "string"}, ... | {"description" : "Utility for moderating listeners for browser events on window", "origamiType" : "module", "origamiCategory" : "utilities", "origamiVersion" : 1, "support" : "https://github.com/Financial-Times/o-viewport/issues", "supportStatus" : "active", "browserFeatures" : {"required" : ["customevent"], "optional"... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "origamiType": {"type": "string"}, "origamiCategory": {"type": "string"}, "origamiVersion": {"type": "integer"}, "support": {"type": "string"}, "supportStatus": {"type": "string"}, "browserFeatures": {"type": "object", "properties": {"required": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"900679761": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679762": {"type": "object", "properties": {"nam... | {"900679761" : {"nama" : "TPS 1", "dapil" : [6301, 16304, 2630501]}, "900679762" : {"nama" : "TPS 2", "dapil" : [6301, 16304, 2630501]}, "900679763" : {"nama" : "TPS 3", "dapil" : [6301, 16304, 2630501]}, "900679764" : {"nama" : "TPS 4", "dapil" : [6301, 16304, 2630501]}} | json_instruct | {"type": "object", "properties": {"900679761": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679762": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "public": {"type": "boolean"}, "author": {"type": "string"}, "scripts": {"type": "object", "propertie... | {"name" : "chrome-extension-extension-switch", "version" : "1.6.0", "description" : "Provides a switch to toggle statuses of installed extensions.", "homepage" : "https://chrome.google.com/webstore/detail/extension-switch/gnphfcibcphlpedmaccolafjonmckcdn", "public" : false, "author" : "Goto Hayato", "scripts" : {"build... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "public": {"type": "boolean"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:prod": {"type": "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":... | {"hash" : "0x2159f7b517f133de851e29ad7b2dadc6f6f7ef4631e68c4b4acea026cdea7dee", "parentHash" : "0x3e083195ddc783d32e2158182bbc9d92702ddc1f3d0c82d9f82c7884ebaa9faf", "number" : 28846, "timestamp" : 1438632768, "nonce" : "0xebf48079e52fcf03", "difficulty" : 1135281371274, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "str... | {"files" : {"main.css" : "/app/static/css/main.5e485a4b.chunk.css", "main.js" : "/app/static/js/main.b6a7281d.chunk.js", "main.js.map" : "/app/static/js/main.b6a7281d.chunk.js.map", "runtime~main.js" : "/app/static/js/runtime~main.d465ad9e.js", "runtime~main.js.map" : "/app/static/js/runtime~main.d465ad9e.js.map", "sta... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "static/css/2.5a2f7233.chunk.css": {"type": "string"}, "static/... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"internal_username": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "type": {"type": "string"}, "server": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string... | {"internal_username" : "sysowner", "username" : "username", "password" : "password", "type" : "X509", "server" : {"id" : "myproxy.teragrid.org", "name" : "XSEDE MyProxy Server", "site" : "ncsa.uiuc.edu", "endpoint" : "myproxy.teragrid.org", "port" : 7512, "protocol" : "MYPROXY"}, "default" : false} | json_instruct | {"type": "object", "properties": {"internal_username": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "type": {"type": "string"}, "server": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "site": {"type": "string"}, "endpoint": {"type": "strin... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "notify-module", "main" : "eu.pixelstube.notify.bootstrap.bungee.BungeeModule"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "... | {"name" : "default-theme", "private" : true, "version" : "1.0.0", "description" : "Default theme for IdentityBase frontend.", "scripts" : {}, "author" : "Russlan Akiev", "license" : "MIT", "devDependencies" : {"bootstrap-sass" : "3.3.7", "browser-sync" : "2.18.8", "gulp" : "3.9.1", "gulp-concat" : "2.6.1", "gulp-sass" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "objec... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DESCRIPTION" : "Size rasgele bir tilki resmi verir.", "USAGE" : "fox"} | json_instruct | {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "readmeUrl": {"type": "string"}, "logoUrl": {"type": "string"}, "categories": {"type": "array", "items": {"type": "... | {"title" : "Bynder", "description" : "<strong>The Bynder Image Selector</strong> allows to search images in Bynder DAM and use them in your website.", "thumbnailUrl" : "../assets/Bynder.gif", "readmeUrl" : "https://github.com/Kentico/kontent-custom-element-sample-bynder", "logoUrl" : "https://assets-us-01.kc-userconten... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "readmeUrl": {"type": "string"}, "logoUrl": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "core": {"type": "boolean"}, "tech": {"type": "string"}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ipaddress": {"type": "string"}, "port": {"type": "string"}, "certPaths": {"type": "object", "properties": {"privateKey": {"type": "string"}, "publicKey": {"type": "string"}}, "required": ["privateKey", "publi... | {"ipaddress" : "", "port" : "6443", "certPaths" : {"privateKey" : "/data/certs/key.pem", "publicKey" : "/data/certs/certificate.pem"}, "dataStore" : {"type" : "fileStore"}, "fileStore" : {"root" : "/Users/markg/dscStore/modules", "hashAlgorithm" : "sha256"}} | json_instruct | {"type": "object", "properties": {"ipaddress": {"type": "string"}, "port": {"type": "string"}, "certPaths": {"type": "object", "properties": {"privateKey": {"type": "string"}, "publicKey": {"type": "string"}}, "required": ["privateKey", "publicKey"]}, "dataStore": {"type": "object", "properties": {"type": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"MAXLEN": {"type": "integer"}, "INVERT": {"type": "boolean"}, "NGRAM": {"type": "integer"}, "BASE_CODEC_INPUT": {"type": "boolean"}, "PAD_WORDS_INPUT": {"type": "boolean"}}, "required": ["MAXLEN", "INVERT", "NGRAM", "BASE_CO... | {"MAXLEN" : 32, "INVERT" : true, "NGRAM" : 5, "BASE_CODEC_INPUT" : true, "PAD_WORDS_INPUT" : false} | json_instruct | {"type": "object", "properties": {"MAXLEN": {"type": "integer"}, "INVERT": {"type": "boolean"}, "NGRAM": {"type": "integer"}, "BASE_CODEC_INPUT": {"type": "boolean"}, "PAD_WORDS_INPUT": {"type": "boolean"}}, "required": ["MAXLEN", "INVERT", "NGRAM", "BASE_CODEC_INPUT", "PAD_WORDS_INPUT"], "$schema": "http://json-schema... |
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": "object", "properties": {"errors"... | {"contract" : "0x16ea4e590b3e8446266b24ad3d3caae2533d78f1", "tool" : "oyente", "start" : 1563644572.013654, "end" : 1563644597.5573425, "duration" : 25.543688535690308, "analysis" : [{"errors" : [{"line" : 94, "column" : 9, "level" : "Warning", "message" : "Integer Underflow."}, {"line" : 177, "column" : 86, "level" : ... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6210020012", "district_id" : "6210020", "name" : "PANTIK"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "build-dev": {"type"... | {"name" : "Modix.Frontend", "version" : "0.1.0", "private" : true, "scripts" : {"serve" : "vue-cli-service serve", "build" : "vue-cli-service build --dest ../wwwroot", "build-dev" : "vue-cli-service build --dest ../wwwroot --mode development", "lint" : "vue-cli-service lint"}, "dependencies" : {"@types/lodash" : "^4.14... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "build-dev": {"type": "string"}, "lint": {"type": "string"}}, "required": ["serve", "build",... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "author"... | {"name" : "use-github", "version" : "0.1.2", "main" : "lib/index.js", "types" : "lib/index.d.ts", "files" : ["lib/**/*"], "description" : "React hooks for fetching GitHub data", "author" : "Eliaz Bobadilla <eliaz.bobadilladev@gmail.com>", "license" : "MIT", "scripts" : {"build" : "tsc", "build:docs" : "typedoc --out do... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "str... | {"name" : "next-caching-with-redis", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "next dev", "build" : "next build", "start" : "next start"}, "dependencies" : {"ioredis" : "^5.0.4", "next" : "^12.1.6", "react" : "^18.1.0", "react-dom" : "^18.1.0", "swr" : "^1.3.0", "unfetch" : "^4.2.0"}, "devDependencie... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"ty... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["80-89", "70-79"], "SERIES_NAME" : ["FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2013, 2013], "Y_PREVALENCE_1000PP" : [0.04873, 0.02623]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201303, "Y_PREVALENCE_1000PP" : 0.00148}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PER... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Generate a valid JSON object that conforms to the following 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... | {"code" : 1802012011, "parent" : 1802012, "name" : "TULUNG SARI", "latitude" : null, "longitude" : null, "postal" : [35686], "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": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string... | {"id" : "325209e4-246e-443c-b974-8592fb393a7e", "card_title" : "N\u00e3o Acabei com Voc\u00ea", "house" : "Dis", "card_type" : "Action", "front_image" : "https://cdn.keyforgegame.com/media/card_front/pt/452_082_V82MH9MVX6VC_pt.png", "card_text" : "Jogar: Embaralhe qualquer n\u00famero \rde criaturas de sua pilha de des... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"path": {"type": "string"}, "enabled": {"type": "boolean"}, "chance": {"type": "number"}, "child": {"type": "string"}, "parent1": {"type": "string"}, "parent2": {"type": "string"}}, "required": ["path", "enabled", "ch... | {"path" : "mod_harvestcraft/mutations/kiwi_mutation.json", "enabled" : true, "chance" : 0.5, "child" : "kiwi_plant", "parent1" : "cantaloupe_plant", "parent2" : "strawberry_plant"} | json_instruct | {"type": "object", "properties": {"path": {"type": "string"}, "enabled": {"type": "boolean"}, "chance": {"type": "number"}, "child": {"type": "string"}, "parent1": {"type": "string"}, "parent2": {"type": "string"}}, "required": ["path", "enabled", "chance", "child", "parent1", "parent2"], "$schema": "http://json-schema... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "clo... | {"ETag" : "W/\"b0ee3d82b00ce1ebceb23bc5f2c0804f\"", "Last-Modified" : "Sun, 17 Nov 2019 02:45:44 GMT", "base" : {"repo" : {"name" : "kubernetes-feedstock"}}, "closed_at" : "2019-11-17T02:45:44Z", "created_at" : "2019-11-13T19:20:57Z", "head" : {"ref" : "1.16.3"}, "html_url" : "https://github.com/conda-forge/kubernetes-... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3e1c596a82c1cfaaafbaa58a6695c13040e15e05"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "proper... | {"context-menu" : {"atom-text-editor" : [{"label" : "Case Types", "submenu" : [{"label" : "camelCase", "command" : "my-plugin:CamelCase"}, {"label" : "snake_case", "command" : "my-plugin:SnakeCase"}, {"label" : "kebab-case", "command" : "my-plugin:KebabCase"}, {"label" : "PascalCase", "command" : "my-plugin:PascalCase"... | json_instruct | {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "stri... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "subscriptionId": {"type": "string"}, "tenantId": {"type": "string"}, "activeDirectoryEndpointUrl": {"type": "string"}, "resourceManagerEndpoin... | {"clientId" : "mockclientid", "clientSecret" : "mockclientsecret", "subscriptionId" : "mocksubscriptionid", "tenantId" : "mocktenantid", "activeDirectoryEndpointUrl" : "https://login.microsoftonline.com", "resourceManagerEndpointUrl" : "https://management.azure.com/", "activeDirectoryGraphResourceId" : "https://graph.w... | json_instruct | {"type": "object", "properties": {"clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "subscriptionId": {"type": "string"}, "tenantId": {"type": "string"}, "activeDirectoryEndpointUrl": {"type": "string"}, "resourceManagerEndpointUrl": {"type": "string"}, "activeDirectoryGraphResourceId": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"jobId": {"type": "string"}, "lastUpdateDateTime": {"type": "string"}, "createdDateTime": {"type": "string"}, "expirationDateTime": {"type": "string"}, "status": {"type": "string"}, "errors": {"type": "array", "item... | {"jobId" : "59678d1c-109e-4d93-a42f-05eb5e063525", "lastUpdateDateTime" : "2021-10-21T23:02:34Z", "createdDateTime" : "2021-10-21T23:02:27Z", "expirationDateTime" : "2021-10-22T23:02:27Z", "status" : "failed", "errors" : [{"code" : "InternalServerError", "message" : "1 out of 1 job tasks failed. Failed job tasks : v3.1... | json_instruct | {"type": "object", "properties": {"jobId": {"type": "string"}, "lastUpdateDateTime": {"type": "string"}, "createdDateTime": {"type": "string"}, "expirationDateTime": {"type": "string"}, "status": {"type": "string"}, "errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "mess... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"... | {"id" : "18615765", "tms:id" : "176409", "accession_number" : "1980-78-3-1/99", "title" : "Sample Book, 1959\u201361", "url" : "http://collection.cooperhewitt.org/objects/18615765/", "department_id" : "35347503", "period_id" : null, "media_id" : "35414653", "type_id" : "35247403", "date" : "1959\u201361", "year_start" ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "da... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "description": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "st... | {"name" : {"en" : "Form", "ru" : "\u0424\u043e\u0440\u043c\u0430"}, "description" : {"en" : "", "ru" : ""}, "props_onSubmit" : {"en" : "Submit", "ru" : "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0444\u043e\u0440\u043c\u044b"}, "props_onSubmit_desc" : {"en" : "", "ru" : ""}, "props_errorMessage" : {"en" : "Erro... | json_instruct | {"type": "object", "properties": {"name": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "description": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_onSubmit": {"type": "object"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"ty... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [66.7769, 55.9147, 0.839783, 67.1419, 62.8924, 0.884534, 61.3422, 63.2821, 0.85726, 60.5713, 72.1898, 0.810954, 60.9534, 79.9515, 0.792324, 72.5834, 62.5007, 0.827756, 73.3708, 70.6542, 0.780391, 74.1289, 79.5514, 0.743317, 67.5426, 78.7885, 0.780... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d811-81", "text" : "Dr. Harry J. Skornia\n-2-\nMarch 5, 1959\nPlease be assured that we will sincerely appreciate your continued\ncooperation and that we will endeavor to report the NAEB activities\nin a way that will do credit to the fine work that your organization\nis doing.\nHBP:dc"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3":... | {"edges" : [[5, 25], [25, 5], [2, 25], [12, 25], [30, 25], [14, 25], [23, 25], [25, 9], [25, 14], [23, 25], [20, 14], [21, 25], [6, 15], [25, 0], [28, 5], [6, 23], [25, 24], [25, 17], [25, 12], [25, 11], [10, 12], [25, 5], [8, 25], [0, 25], [9, 25], [25, 14], [23, 25], [23, 25], [5, 25], [14, 27], [19, 7], [5, 25], [1,... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propertie... | {"contract" : "0x6d6c497f25d1a422bc8fe7079fceb9ce55db13ae", "tool" : "honeybadger", "start" : 1565889808.2910726, "end" : 1565890079.378235, "duration" : 271.0871624946594, "analysis" : [{"errors" : [], "file" : "/unique_chucks/22/0x6d6c497f25d1a422bc8fe7079fceb9ce55db13ae.sol", "name" : "Ownable"}, {"errors" : [], "fi... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "str... | {"t" : "kilomothan", "h" : [{"d" : [{"f" : "\u5c31\u628a\u67d0\u67d0\u5305\u570d\u3001\u570d\u653b\u3002", "e" : ["\ufff9`Kilomot~`han~ `to~ `nangra~ `koya~ `tamdaw~ `a~ `mikidkid~ `a~ `pasadak~ `pa~`tayra to~`ya~ `hongti~.\ufffa\ufffb\u4ed6\u5011\u5c31\u99ac\u4e0a\u628a\u90a3\u500b\u4eba\u5305\u570d\u8d77\u4f86\uff0c\... | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
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"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependenci... | {"name" : "setuapi-cf", "version" : "1.0.0", "description" : "A setu api", "main" : "index.js", "author" : "Anillc", "license" : "MIT", "private" : true, "devDependencies" : {"coffee-loader" : "^1.0.0", "coffeescript" : "^2.5.1", "webpack" : "^4.43.0"}, "dependencies" : {"@cfworker/web" : "^1.2.17"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"coffee-loader": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"neos/flow": {"type": "string"}, "webonyx/gr... | {"description" : "Base package to create GraphQL endpoints with Flow", "type" : "neos-package", "name" : "wwwision/graphql", "license" : "MIT", "require" : {"neos/flow" : "^4.0 || ^5.0", "webonyx/graphql-php" : "^0.12.0"}, "autoload" : {"psr-4" : {"Wwwision\\GraphQL\\" : "Classes"}}, "autoload-dev" : {"psr-4" : {"Wwwis... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"neos/flow": {"type": "string"}, "webonyx/graphql-php": {"type": "string"}}, "required": ["neos/flow", "webonyx/graphql... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "child... | {"code" : 3506141008, "parent" : 3506141, "name" : "BLARU", "latitude" : null, "longitude" : null, "postal" : [64196, 64219], "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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type":... | {"vendor" : "liberica", "filename" : "bellsoft-jre8u212-windows-amd64.msi", "release_type" : "ga", "version" : "8u212", "java_version" : "8u212", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "x86_64", "file_type" : "msi", "image_type" : "jre", "features" : [], "url" : "https://github.com/bell-sw/Liberica/... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "string"}, "poolId": {"type": "integer"}, "chainId": {"type": "integer"}, "lp0": {"type": "object", "p... | [{"name" : "ripae-pmatic-matic", "address" : "0x05eFa0Ed56DDdB4E950E3F5a54e349A137d4edC9", "decimals" : "1e18", "poolId" : 0, "chainId" : 137, "lp0" : {"address" : "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270", "oracle" : "tokens", "oracleId" : "WMATIC", "decimals" : "1e18"}, "lp1" : {"address" : "0xA0dF47432d9d88bcc040... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "string"}, "poolId": {"type": "integer"}, "chainId": {"type": "integer"}, "lp0": {"type": "object", "properties": {"address": {"type": "string"}, "oracle": {"type": "string"}, "or... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "tmax": {"type": "integer"}}, "required": ["id", "tmax"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "req-id", "tmax" : -2} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tmax": {"type": "integer"}}, "required": ["id", "tmax"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIn... | {"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.0686311", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 172.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 49.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 152.0}, {"JobIndex" : 3, "OperationIndex" : 0, "Star... | json_instruct | {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"error... | {"contract" : "0x167599d146b5aac9c28647c9929a749027ff1d19", "tool" : "honeybadger", "start" : 1565890284.9452822, "end" : 1565890385.2157624, "duration" : 100.27048015594482, "analysis" : [{"errors" : [], "file" : "/unique_chucks/12/0x167599d146b5aac9c28647c9929a749027ff1d19.sol", "name" : "ChessCash"}, {"errors" : [],... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "copyright": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "... | {"name" : "dbuild", "authors" : ["Remi Thebault"], "description" : "Write D code to build C/C++ packages", "copyright" : "Copyright \u00a9 2018, Remi Thebault", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "copyright": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "authors", "description", "copyright", "license"], "$schema": "http://json-sch... |
Generate a valid JSON object that conforms to the following 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": {"t... | {"nom" : "Puygros", "dpt" : "Savoie", "inscrits" : 313, "abs" : 37, "votants" : 276, "blancs" : 18, "nuls" : 6, "exp" : 252, "res" : [{"panneau" : "1", "voix" : 131}, {"panneau" : "2", "voix" : 121}]} | 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"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07... | {"name" : "AppLayout", "version" : "0.0.0", "private" : true, "main" : "./AppLayout.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run:ios": {"type": "stri... | {"name" : "com.frs.hayseed", "displayName" : "Hayseed", "version" : "1.0.0", "description" : "A sample Apache Cordova application that responds to the deviceready event.", "main" : "index.js", "scripts" : {"run:ios" : "cordova run ios --target=\"iPhone-5s, 11.4\""}, "keywords" : ["ecosystem:cordova"], "author" : "Apach... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run:ios": {"type": "string"}}, "required": ["run:ios"]}, "keywords": {"type": "arra... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": ... | {"web" : [{"value" : ["\u9ad8\u7aef", "\u9ad8\u6863", "\u9ad8\u9636"], "key" : "high-end"}, {"value" : ["\u9ad8\u4e3b\u673a\u6392\u6c14\u6e29\u5ea6", "\u4e3b\u673a\u6392\u6c14\u6e29\u5ea6\u9ad8"], "key" : "High Air-end Discharge Temperature"}, {"value" : ["\u7cbe\u54c1\u94a2\u6750"], "key" : "high-end steel"}], "query"... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}... | {"schema_version" : "1.2.0", "id" : "GHSA-9hmw-v25p-4898", "modified" : "2022-05-02T03:22:19Z", "published" : "2022-05-02T03:22:19Z", "aliases" : ["CVE-2009-1170"], "details" : "Unspecified vulnerability in Sun OpenSolaris snv_100 through snv_101 allows local users, with privileges in a non-global zone, to execute arbi... | 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": {"type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "key_ability": {"type": "string"}, "actions": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "... | {"type" : "skill", "name" : "performance", "description" : "You are skilled at a form of performance, using your talents to impress a crowd or make a living", "key_ability" : "charisma", "actions" : [["actions:skills:perform"], ["actions:skills:earn_income"]]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "key_ability": {"type": "string"}, "actions": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["type", "name", "description", "key_ability", "actions"], "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {... | {"file_name" : "FactoryGame/Content/FactoryGame/Buildable/Factory/TradingPost/UI/Hub_ProgressBarShip.uasset", "guid" : {"a" : 3839312049, "b" : 1119925358, "c" : 708072863, "d" : 3414442744}, "exports" : [{"name" : "Hub_ProgressBarShip", "class" : {"package" : "/Script/Engine", "name" : "Texture2D"}, "super" : null, "t... | json_instruct | {"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"repository": {"type": "string"}}, "required": ["repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repository" : "https://github.com/schlomo/project.git"} | json_instruct | {"type": "object", "properties": {"repository": {"type": "string"}}, "required": ["repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"TCP_RTT": {"type": "object", "properties": {"defaultAggregate": {"type": "string"}, "defaultResolutionMS": {"type": "integer"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "displayNameShort... | {"TCP_RTT" : {"defaultAggregate" : "AVG", "defaultResolutionMS" : 5000, "description" : "TCP Round Trip Time", "displayName" : "TCP RTT", "displayNameShort" : "TCP RTT", "unit" : "duration"}} | json_instruct | {"type": "object", "properties": {"TCP_RTT": {"type": "object", "properties": {"defaultAggregate": {"type": "string"}, "defaultResolutionMS": {"type": "integer"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "displayNameShort": {"type": "string"}, "unit": {"type": "string"}}, "required": ["defa... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["a... | {"workbench.colorCustomizations" : {"activityBar.background" : "#332E0F", "titleBar.activeBackground" : "#474015", "titleBar.activeForeground" : "#FBFAF2"}} | json_instruct | {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["activityBar.background", "titleBar.activeBackground", "title... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite... | {"ast" : null, "code" : "import { useLayoutEffect, useEffect } from 'react'; // suppress the useLayoutEffect warning on server side.\n\nexport var useIsomorphicLayoutEffect = typeof window !== 'undefined' ? useLayoutEffect : useEffect;", "map" : {"version" : 3, "sources" : ["D:/Pusher/client/node_modules/react-dnd/dist... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"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", "... | {"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "HKq0oL7uNmSjIFBR6CedW+nUoW21rJ+oaMZsxfcupUeSJumAv+OjIWMQsfua+Bf9iIxQGeMlFMC/LVXX6fnZzmU=", "cert_user_id" : "h4de5@zeroid.bit", "files" : {"data.json" : {"sha512" : "7864b3457055b3e5a70883b7f673ec5cddb663d7c719968976156e1fd0c6f8f... | 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"}}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "pro... | {"homepage" : "https://coq.inria.fr/", "description" : "Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.", "version" : "8.9.0", "license" :... | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "require... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"900765639": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900765640": {"type": "object", "properties": {"nam... | {"900765639" : {"nama" : "TPS 1", "dapil" : [9101, 19106, 2912101]}, "900765640" : {"nama" : "TPS 2", "dapil" : [9101, 19106, 2912101]}} | json_instruct | {"type": "object", "properties": {"900765639": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900765640": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"scientific_name": {"type": "string"}, "primary": {"type": "boolean"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family... | [{"scientific_name" : "Pogostemon stellatus", "primary" : true, "kingdom" : "PLANTAE", "phylum" : "TRACHEOPHYTA", "class" : "MAGNOLIOPSIDA", "order" : "LAMIALES", "family" : "LABIATAE", "genus" : "Pogostemon", "species" : "stellatus", "authority" : "(Lour.) Kuntze", "infra_name" : null, "infra_rank" : null, "infra_auth... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"scientific_name": {"type": "string"}, "primary": {"type": "boolean"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"... | {"contract" : "0xb6f55148de521272cfedb771b2b04b82bd715a4d", "tool" : "honeybadger", "start" : 1565856445.016945, "end" : 1565856446.8997815, "duration" : 1.8828365802764893, "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://... |
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": {"test": {"type": "string"}}, "required": ["test"]}, "author"... | {"name" : "cf-godaddy-proxy", "version" : "1.0.0", "description" : "Godaddy proxy cloud function", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "kolloldas", "license" : "ISC", "dependencies" : {"dotenv" : "^4.0.0", "requestify" : "^0.2.5"}} | 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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},... | {"name" : "Memebox-TweetsUI", "version" : "0.0.5", "summary" : "The UI implementation of the tweets in Memembox eco-system", "description" : "This layout should be used by all apps who want to have a similar look and feel to Memebox iOS app.", "homepage" : "https://github.com/ibakurov/Memebox-TweetsUI", "license" : {"t... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"gt_ill": {"type": "array", "items": {"type": "number"}}}, "required": ["gt_ill"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gt_ill" : [0.30805, 0.313863, 0.121939]} | json_instruct | {"type": "object", "properties": {"gt_ill": {"type": "array", "items": {"type": "number"}}}, "required": ["gt_ill"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "room1", "name" : "Living room"}, {"id" : "room2", "name" : "Master bedroom"}, {"id" : "room3", "name" : "Guest room"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"key.narratorbind.narrator": {"type": "string"}}, "required": ["key.narratorbind.narrator"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key.narratorbind.narrator" : "Narrator"} | json_instruct | {"type": "object", "properties": {"key.narratorbind.narrator": {"type": "string"}}, "required": ["key.narratorbind.narrator"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "it... | {"name" : "francescogabbrielli/swift-aws-ses-transport", "type" : "library", "description" : "Add AWS SES support via PHP Api v2 and v3 to Swiftmailer", "keywords" : ["email", "swiftmailer", "SES", "AWS"], "license" : "MIT", "authors" : [{"name" : "Francesco Gabbrielli"}], "require" : {"php" : ">=5.4.0", "francescogabb... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "re... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"set.prefix": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "permission": {"type": "string"}, "description": {"type": "string"}, "default_administrators": {"type": "boolean... | {"set.prefix" : {"id" : 0, "name" : "setPrefix", "permission" : "set.prefix", "description" : "With this permission the user can modify the guild prefix.", "default_administrators" : true, "default_permissions" : ["manageMessages", "manageGuild", "administrator"], "allow_edit_permissions_properties" : true}} | json_instruct | {"type": "object", "properties": {"set.prefix": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "permission": {"type": "string"}, "description": {"type": "string"}, "default_administrators": {"type": "boolean"}, "default_permissions": {"type": "array", "items": {"type": "string"... |
Generate a valid JSON object that conforms to the following schema:
{"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": "i... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Jose, Tuy, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.tuy.san-jose", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference" :... | 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": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"search_page_ids": {"type": "string"}}, "required": ["search_page_ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"search_page_ids" : "[{\"page_id\": \"page_id_here\"}]"} | json_instruct | {"type": "object", "properties": {"search_page_ids": {"type": "string"}}, "required": ["search_page_ids"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"people": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "isRestricted": {"type": "boolean"}, "restrictList": {"type": "array", "items": {"type": "integer"... | {"people" : [{"name" : "Michael", "id" : 10, "isRestricted" : true, "restrictList" : [11, 20, 21]}, {"name" : "Rachel", "id" : 11, "isRestricted" : false, "restrictList" : []}, {"name" : "Brian", "id" : 20, "isRestricted" : false, "restrictList" : []}, {"name" : "Amber", "id" : 21, "isRestricted" : false, "restrictList... | json_instruct | {"type": "object", "properties": {"people": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "isRestricted": {"type": "boolean"}, "restrictList": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "id", "isRestricted", "restrictList"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_massj": {"type": "string"}, "pl_masse": {"type": "string"}, "pl_facility": {"type": "string"}, "s... | {"pl_cbflag" : "0", "pl_disc" : "2014", "st_rad" : "1.11", "pl_imgflag" : "0", "pl_massj" : "0.01100", "pl_masse" : "3.55000", "pl_facility" : "Kepler", "st_teff" : "5539.00", "pl_dens" : "2.18000", "pl_astflag" : "0", "pl_pnum" : "1", "st_optmag" : "12.899", "ra" : "285.661662", "pl_discmethod" : "Transit", "st_age" :... | json_instruct | {"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_massj": {"type": "string"}, "pl_masse": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_dens": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"minHR": {"type": "integer"}, "maxHR": {"type": "integer"}, "confidence": {"type": "integer"}, "stepGoal": {"type": "integer"}, "stepDistanceGoal": {"type": "integer"}, "stepLength": {"type": "number"}, "batte... | {"minHR" : 40, "maxHR" : 200, "confidence" : 0, "stepGoal" : 10000, "stepDistanceGoal" : 8000, "stepLength" : 0.8, "batteryWarn" : 30, "showWidgets" : false, "weatherCircleData" : "humidity", "circleCount" : 3, "circle1" : "hr", "circle2" : "steps", "circle3" : "battery", "circle4" : "weather", "circle1color" : "green-... | json_instruct | {"type": "object", "properties": {"minHR": {"type": "integer"}, "maxHR": {"type": "integer"}, "confidence": {"type": "integer"}, "stepGoal": {"type": "integer"}, "stepDistanceGoal": {"type": "integer"}, "stepLength": {"type": "number"}, "batteryWarn": {"type": "integer"}, "showWidgets": {"type": "boolean"}, "weatherCir... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "proper... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.680128, 51.54538]}, "properties" : {"notes" : "6 x 1 Bed Houses", "hectares" : "0.084", "ownership-status" : "not owned by a public authority", "minimum-net-dwellings" : "6", "planning-permission-date" : "2016-07-06", "planning-permission-status" :... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"notes": {"type": "string"}, "hect... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, ... | {"name" : "JCInfiniteGalleryView", "homepage" : "https://github.com/wayfare/JCInfiniteGalleryView", "version" : "0.0.1", "license" : {"type" : "MIT", "file" : "LICENSE"}, "summary" : "In app oauth login to Instagram.", "authors" : {"Jay Chae" : "jaychae2@gmail.com"}, "source" : {"git" : "https://github.com/wayfare/JCIn... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "summary": {"type": "string"}, "authors": {"type": "object", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"... | {"id" : "1010", "provinceId" : "32", "regencyId" : "05", "districtId" : "01", "name" : "Sukanegla"} | 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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.