input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"...
[{"comment" : "", "definition" : "Oxaloacetate <=> 2-Hydroxyethylenedicarboxylate", "orthologs" : {}, "name" : "Oxaloacetate keto-enol-isomerase", "product_stoichiometries" : ["1"], "enzymes" : ["5.3.2.2"], "equation" : "C00036 <=> C03981", "glycans" : false, "substrate_stoichiometries" : ["1"], "rpairs" : {}, "entry_i...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"typ...
{"directions" : ["Preheat oven to 400\u00b0F. Line baking sheet with foil. Lightly grease foil.", "Combine first 6 ingredients in medium bowl. Season with pepper. Arrange fish on prepared baking sheet. Spread cheese topping over fish.", "Bake until fish is just cooked through, approximately 10 minutes."], "ingredients"...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node"...
{"version" : "0.2.1", "license" : "MIT", "main" : "dist/index.js", "typings" : "dist/index.d.ts", "files" : ["dist", "src"], "engines" : {"node" : ">=10"}, "scripts" : {"start" : "tsdx watch", "build" : "tsdx build", "test" : "tsdx test", "lint" : "tsdx lint", "prepare" : "tsdx build"}, "peerDependencies" : {}, "husky"...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": ...
Using the following JSON schema, generate a compatible JSON instance: {"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"}, "...
{"web" : [{"value" : ["\u6258\u6536", "\u6536\u85cf", "\u6536\u85cf\u54c1"], "key" : "Collection"}, {"value" : ["\u5149\u7968\u6258\u6536", "\u5149\u7968\u8bac\u6536", "\u5149\u7968\u6258\u6536\u4e1a\u52a1"], "key" : "clean collection"}, {"value" : ["\u821e\u8005\u4e3a\u738bremix\u6df7\u97f3\u6781\u9009", "\u6211\u4eec...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object"...
{"name" : "biliob-analytics", "version" : "1.0.0", "description" : "BiliOB analytics.", "main" : "index.js", "author" : "Jannchie", "license" : "MIT", "dependencies" : {"async" : "^3.2.0", "d3-array" : "^2.8.0", "d3-interpolate" : "^2.0.1", "d3-scale" : "^3.2.3", "d3-time-format" : "^3.0.0", "lodash" : "^4.17.20", "mon...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "d3-array": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "...
{"userId" : 16517, "cartId" : "36d2543d-81a0-4e3f-9d82-f01b2c8e7993", "preferredProducts" : [3068, 1607, 677, 994, 1303], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["interstellar-network-widgets", "interstellar-stellar-api", "interstellar-wallet"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "Source": {"type": "string"}, "Get": {"type": "object", "properties": {"Update": {"type": "object", "properties": {"Uri": {"type": "string"}, "Platforms": {"type": "array", "items": {...
{"Name" : "Microsoft Edge", "Source" : "https://www.microsoft.com/edge", "Get" : {"Update" : {"Uri" : "https://edgeupdates.microsoft.com/api/products", "Platforms" : ["Windows"], "Channels" : ["Dev", "Beta", "Stable"], "Architectures" : ["x64", "x86", "ARM64"], "ReleaseProperty" : "Releases", "SortProperty" : "ProductV...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Source": {"type": "string"}, "Get": {"type": "object", "properties": {"Update": {"type": "object", "properties": {"Uri": {"type": "string"}, "Platforms": {"type": "array", "items": {"type": "string"}}, "Channels": {"type": "array", "items": {"type": "string...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "tuba", "definition" : "(a) An ancient trumpet. (b) A sax-tuba. See Sax-tuba."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.720084, 32.570762], [-83.719138, 32.598199], [-83.714084, 32.604548], [-83.711384, 32.602764], [-83.708846, 32.603496], [-83.707935, 32.606172], [-83.703007, 32.605186], [-83.701335, 32.603676], [-83.699156, 32.60323]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "common": {"type": "object", "properties": {"side": {"type": "string"}, "description": {"type": "string"}, "optionalData": {"type": "object", "properties": {}, "required": []}}, "required": ["side", "d...
{"type" : "voodoo.data.lock.LockEntry.Direct", "common" : {"side" : "CLIENT", "description" : "Custom client font based off of Chicago. Made by Falkreon.", "optionalData" : {}}, "url" : "https://centerofthemultiverse.net/launcher/mirror/Slice.zip"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "common": {"type": "object", "properties": {"side": {"type": "string"}, "description": {"type": "string"}, "optionalData": {"type": "object", "properties": {}, "required": []}}, "required": ["side", "description", "optionalData"]}, "url": {"type": "string"}}...
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" : 1125801391, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "cb14dda8c46c246fbf25c1bd88684b3f", "wof:id" : 1125801391, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-2.78333, 51.90041, -2.78333, 51.90041], "geometry" : {"coordinates" : [-2.78333, 51.9...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"noEmitOnError": {"type": "boolean"}, "target": {"type": "string"}, "noImplicitAny": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "outFile": {"type": "st...
{"compilerOptions" : {"noEmitOnError" : true, "target" : "es6", "noImplicitAny" : true, "sourceMap" : false, "outFile" : "renuo-cms-client.js", "inlineSourceMap" : true}}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"noEmitOnError": {"type": "boolean"}, "target": {"type": "string"}, "noImplicitAny": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "outFile": {"type": "string"}, "inlineSourceMap": {"type": "boolean"}}, "required": ["noEmitO...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": ...
{"title" : {"zh" : "\u900f\u89c6\u8868", "en" : "Pivot"}, "demos" : [{"filename" : "custom-pivot-size.ts", "title" : {"zh" : "\u81ea\u5b9a\u4e49\u900f\u89c6\u8868\u884c\u5217\u5bbd\u9ad8", "en" : "Custom PivotSheet Size"}, "screenshot" : "https://gw.alipayobjects.com/zos/antfincdn/%24sNoM1o7b/8a35f685-f989-4125-aada-04...
json_instruct
{"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "title": {"type": "object", "properties": {"zh": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp...
{"nom" : "Bully", "dpt" : "Loire", "inscrits" : 322, "abs" : 59, "votants" : 263, "blancs" : 30, "nuls" : 8, "exp" : 225, "res" : [{"panneau" : "1", "voix" : 129}, {"panneau" : "2", "voix" : 96}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"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": {"...
{"body" : "Recent changes to the trilinos package broke the xsdk build.\r\nxSDK explicitly disables tpetra, but packages depending on it\r\n(such as ifpack2 and amesos2) are explicitly enabled by default\r\nin the trilinos package. This commit explicitly disables them\r\nwithin the xsdk package.py.", "user" : "amklinv...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "object", "properties": {"Elements": {"type": "integer"}}, "required": ["Elements"]}, "full_id": {"ty...
{"group_id" : "sort", "function_id" : "Sort", "value_str" : "100000", "throughput" : {"Elements" : 100000}, "full_id" : "sort/Sort/100000", "directory_name" : "sort/sort/100000", "title" : "sort/Sort/100000"}
json_instruct
{"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "object", "properties": {"Elements": {"type": "integer"}}, "required": ["Elements"]}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": ...
{"ref" : {"min" : 85.84519958496094, "max" : 419.00079345703125, "mean" : 310.56399781807227}, "ref_regrid" : {"min" : 85.84519958496094, "max" : 419.00079345703125, "mean" : 310.56399781807227, "std" : 81.74058889234868}, "test" : {"min" : 86.25080108642578, "max" : 419.5313415527344, "mean" : 310.8025156883284}, "tes...
json_instruct
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "numbe...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ...
{"directions" : ["Heat the oil in a large saucepan over medium heat, and cook and stir until the onion is translucent, about 5 minutes. Mix the beef bouillon cubes and water in a cup until the cubes are softened and beginning to dissolve, and pour the water and bouillon cubes into the saucepan. Bring to a simmer, stirr...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011612": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01011612" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00058475", "LAD11CD" : "E08000035"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011612": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", ...
{"section" : "30b13", "chapter" : "30", "section_title" : "30b13 - MW rate applicable to public agency\nemployees.", "text" : "Individuals employed by a public agency are\nsubject to the FLSA MW standard, including Federal non-appropriated fund\nemployees who are subject to Sec 6(a)(l) pursuant to Sec 18 of FLSA. WH ha...
json_instruct
{"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"...
{"uuid" : "90311bb3-7028-4581-b0d8-71dc4e10a0fa", "children" : ["68c78317-a86c-47ce-ab6f-cda462ed14e4"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1597076746258, "stop" : 1597076746298}], "start" : 1597076746258, "stop" : 1597076747172}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "require...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"require": {"type": "object", "properties": {"kumbia/framework": {"type": "string"}, "kumbia/activerecord": {"type": "string"}}, "required": ["kumbia/framework", "kumbia/activerecord"]}}, "required": ["require"], "$schema": ...
{"require" : {"kumbia/framework" : "^1.0", "kumbia/activerecord" : "^0.5.0"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"kumbia/framework": {"type": "string"}, "kumbia/activerecord": {"type": "string"}}, "required": ["kumbia/framework", "kumbia/activerecord"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}}, "require...
{"id" : "06ec63e3-9f72-4fe2-a218-2eb9200b8db5", "queryName" : "API Gateway Deployment Without Access Log Setting", "severity" : "MEDIUM", "category" : "Logging", "descriptionText" : "API Gateway Deployment should have access log setting defined when connected to an API Gateway Stage.", "descriptionUrl" : "https://docs....
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descripti...
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": {"type": "array", "items": {"type": "number"}}, "face_keypoints": {"type": "array", "items": {}},...
{"version" : 1.0, "people" : [{"pose_keypoints" : [311.766, 95.2308, 0.821508, 309.127, 151.258, 0.84111, 256.999, 149.966, 0.795117, 206.065, 166.939, 0.823236, 213.921, 88.727, 0.775343, 359.996, 151.341, 0.772326, 427.816, 160.478, 0.855216, 422.563, 87.3888, 0.78514, 272.586, 318.281, 0.470946, 270.005, 444.812, 0....
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints": {"type": "array", "items": {"type": "number"}}, "face_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}, "hand_right_k...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "apostolically", "definition" : "In an apostolic manner."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tap": {"type": "string"}}, "required": ["tap"]}, "s...
{"name" : "deep-property", "version" : "1.1.0", "description" : "Fetch, set, and test deeply nested object properties", "main" : "index.js", "devDependencies" : {"tap" : ">=0.4.12"}, "scripts" : {"test" : "tap test/*.js"}, "repository" : {"type" : "git", "url" : "git://github.com/mikattack/node-deep-property.git"}, "ho...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tap": {"type": "string"}}, "required": ["tap"]}, "scripts": {"type": "object", "properties": {"test": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properti...
{"contract" : "0x91db07e4401c2559c7eb8290a77a0feef50843fd", "tool" : "osiris", "start" : 1564590971.5494192, "end" : 1564591013.6467805, "duration" : 42.09736132621765, "analysis" : [{"errors" : [], "file" : "/unique_chucks/27/0x91db07e4401c2559c7eb8290a77a0feef50843fd.sol", "name" : "Crowdsale"}, {"errors" : [], "file...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainI...
{"name" : "Token Brmh", "symbol" : "Brmhq", "decimals" : 6, "address" : "Brmhqzj92y29wpKptNtXDTokHT6AWtCcQqXwp88b9kms", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6107140021", "district_id" : "6107140", "name" : "ALAI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_10...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 91}, "AGE_AT_FIRST_DI...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6107110018", "district_id" : "6107110", "name" : "TEMAWANG MUNTAI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "pri...
{"limit" : 100, "name" : "Blood tiara", "value" : 100, "highalch" : 60, "id" : 5549, "lowalch" : 40, "name_pt" : "Tiara de sangue", "price" : 4253, "last" : 4253}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l...
Based on the schema below, produce a valid JSON object: {"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"}, "c...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Bentig, Calape, Bohol, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.bohol.calape.bentig", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_referenc...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"caption": {"type": "string"}, "items": {"type": "object", "properties": {"77483186285b77ac7130fa304622e128": {"type": "object", "properties": {"caption": {"type": "string"}, "date": {"type": "string"}}, "requ...
{"caption" : "\u0410\u043b\u0431\u0443\u043c-\u50cf\u7247\u7c3f-\u0623\u0644\u0628\u0648\u0645 \u0627\u0644\u0635\u0648\u0631-\ud83d\udcf7", "items" : {"77483186285b77ac7130fa304622e128" : {"caption" : "\ud83d\udcf7-\u0631\u0648\u0635\u0644\u0627 \u0645\u0648\u0628\u0644\u0623-\u7c3f\u7247\u50cf-\u043c\u0443\u0431\u043...
json_instruct
{"type": "object", "properties": {"caption": {"type": "string"}, "items": {"type": "object", "properties": {"77483186285b77ac7130fa304622e128": {"type": "object", "properties": {"caption": {"type": "string"}, "date": {"type": "string"}}, "required": ["caption", "date"]}, "f101abbb6b15430e30210e1a7e660b35": {"type": "ob...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema"...
[{"name" : "LORENS", "frequency" : 219, "males" : "98.17351598173516 %", "females" : "1.82648401826484 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "ob...
{"name" : "@zapperment/storage", "version" : "0.4.0", "description" : "Zapperment storage library", "main" : "src/index.js", "author" : "Patrick Hund", "license" : "MIT", "dependencies" : {"jsep" : "^0.3.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsep": {"type": "string"}}, "required": ["jsep"]}}, ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maint...
{"name" : "artdialog", "filename" : "dialog.js", "version" : "6.0.2", "description" : "\u7ecf\u5178\u7684\u7f51\u9875\u5bf9\u8bdd\u6846\u7ec4\u4ef6\uff0c\u5185\u5916\u7686\u7528\u5fc3\u96d5\u7422", "homepage" : "http://artdialog.cn/", "keywords" : ["dialog", "artDialog"], "maintainers" : [{"name" : "aui", "web" : "http...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "proper...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"aws_accessanalyzer_analyzer": {"type": "object", "properties": {"status": {"type": "string"}, "subcategory": {"type": "string"}, "layout": {"type": "string"}, "page_title": {"type": "string"}, "description": {"type": "string"}...
{"aws_accessanalyzer_analyzer" : {"status" : "ASSESS", "subcategory" : "Access Analyzer", "layout" : "aws", "page_title" : "AWS: aws_accessanalyzer_analyzer", "description" : "Manages an Access Analyzer Analyzer", "arguments" : {"analyzer_name" : {"description" : "Name of the Analyzer.", "required" : false, "policy" : ...
json_instruct
{"type": "object", "properties": {"aws_accessanalyzer_analyzer": {"type": "object", "properties": {"status": {"type": "string"}, "subcategory": {"type": "string"}, "layout": {"type": "string"}, "page_title": {"type": "string"}, "description": {"type": "string"}, "arguments": {"type": "object", "properties": {"analyzer_...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "o...
{"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 1, "root" : {"boundingVolume" : {"sphere" : [6358666.616162077, -498962.2017453748, 131.31436715284835, 20.353981018066406]}, "geometricError" : 1, "content" : {"url" : "Tile_+003_+006_L21_0002500.b3dm"}, "children" : [{"boundingVolume" : {"...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties...
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"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "d...
{"name" : "cowake", "version" : "1.0.0", "description" : "", "main" : "main.js", "homepage" : ".", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "deploy" : "bower install && gh-pages -d ."}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.19.0", "bower" : "^1.8.12", "csv" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["test", "deploy...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "requir...
{"name" : "django-postgres-extra", "description" : "Bringing all of PostgreSQL's awesomeness to Django.", "license" : {"key" : "mit", "name" : "MIT License", "spdx_id" : "MIT", "url" : "https://api.github.com/licenses/mit"}, "starNum" : 143, "folkNum" : 9, "watchNum" : 143, "topic" : ["django", "extra", "hstore", "ltre...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"1": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "2": {"t...
{"type" : "minecraft:crafting_shaped", "pattern" : ["212", "545", "212"], "key" : {"1" : {"item" : "minecraft:diamond"}, "2" : {"item" : "astromine:elite_plating"}, "4" : {"item" : "astromine:advanced_solid_generator"}, "5" : {"item" : "astromine:elite_circuit"}}, "result" : {"item" : "astromine:elite_solid_generator",...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"1": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "2": {"type": "object", "properties": {"item": {"type": "string"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"IPv6.js": {"type": "string"}, "IPv6.min.js": {"type": "string"}, "SecondLevelDomains.js": {"type": "string"}, "SecondLevelDomains.min.js": {"type": "string"}, "URI.fragmentQuery.js": {"type": "string"}, "URI....
{"IPv6.js" : "sha512-bY89WHDByMmEVQqHe4Jl8DRpPGHVlupwiPLqO4LHublb0lOqhd08BX+tap4/iZFw1y+5q2xJalOWF/KXdh6GwQ==", "IPv6.min.js" : "sha512-wk9EWbLGV1avVa9BfzBwAfOXDA9rqFr1iZKSJOycvM054rpjs0PyecvBppvtm69Hleu+D0E2YESv3EqZG0N57A==", "SecondLevelDomains.js" : "sha512-K361tzmfrIUtzg+9tavlreQ9nHGJP0ueH/IwkXJdzdT/KDkStaLuqa5Kh2T...
json_instruct
{"type": "object", "properties": {"IPv6.js": {"type": "string"}, "IPv6.min.js": {"type": "string"}, "SecondLevelDomains.js": {"type": "string"}, "SecondLevelDomains.min.js": {"type": "string"}, "URI.fragmentQuery.js": {"type": "string"}, "URI.fragmentQuery.min.js": {"type": "string"}, "URI.fragmentURI.js": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type":...
{"author" : {"id" : "t2_1a8yzkv2", "name" : "gnomebreath"}, "date" : {"day" : 1635638400, "full" : 1635710258, "month" : 1633046400, "week" : 1635638400}, "id" : "t3_qjxe6c", "picture" : {"filesize" : 182583, "fullUrl" : "https://preview.redd.it/ff16u8ivcuw71.jpg?auto=webp&s=0be3c4c91bdc2312a0717c7381affbd9f0139041", "...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "promise-bucket", "version" : "0.0.1", "description" : "angular promise bucket for centralized APIs", "main" : "src/promise-bucket.js", "scripts" : {"test" : "node_modules/karma/bin/karma start tests/karma.conf.js"}, "keywords" : ["angular", "api"], "author" : "Fang Jin", "license" : "MIT", "dependencies" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"season": {"type": "integer"}, "name": {"type": "string"}, "year": {"type": "string"}, "rated": {"type": "string"}, "released": {"type": "null"}, "episode": {"type": "integer"}, "runtime": {"type": "string"}, "genres": {"type":...
{"season" : 25, "name" : "The Winter of His Content", "year" : "2014", "rated" : "TV-PG", "released" : null, "episode" : 14, "runtime" : "30 min", "genres" : "Animation, Comedy", "director" : "Chuck Sheetz", "writer" : "Matt Groening (created by), James L. Brooks (developed by), Matt Groening (developed by), Sam Simon ...
json_instruct
{"type": "object", "properties": {"season": {"type": "integer"}, "name": {"type": "string"}, "year": {"type": "string"}, "rated": {"type": "string"}, "released": {"type": "null"}, "episode": {"type": "integer"}, "runtime": {"type": "string"}, "genres": {"type": "string"}, "director": {"type": "string"}, "writer": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "n...
{"ref" : {"min" : -169.86297607421875, "max" : 50.07343292236328, "mean" : 0.1770737742724439}, "ref_regrid" : {"min" : -169.86297607421875, "max" : 50.07343292236328, "mean" : 0.1770737742724439, "std" : 12.036763953605776}, "test" : {"min" : -140.15762329101562, "max" : 54.19970703125, "mean" : 0.1668850518792168}, "...
json_instruct
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "numbe...
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" : "a725795cdf2a833b93b2820154735d3e4a9038c6"}
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": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string...
{"body" : "closes #20192\r\nfixes #20191\r\n\r\nThis mimics what is done for the original concretizer.", "user" : "alalazo", "url" : "https://api.github.com/repos/spack/spack/issues/20196", "updated_at" : "2020-12-01 17:09:21", "created_at" : "2020-12-01 12:47:50", "closed_at" : "2020-12-01 17:09:15", "state" : "closed...
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": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "num...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "70-79", "SERIES_NAME" : "MALE", "X_CALENDAR_YEAR" : 2011, "Y_PREVALENCE_1000PP" : 0.03072}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201109, "Y_PREVALENCE_1000PP" : 0.00146}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P2...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "integer"}}, "required": ["a", "b", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"a" : "True", "b" : "In JSON", "c" : 878}
json_instruct
{"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "integer"}}, "required": ["a", "b", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "st...
{"elapsed" : "2.152", "endpoint-url" : "https://www.carlisle.gov.uk/planning-policy/Evidence-Base/Brownfield-Register#", "entry-date" : "2020-01-19T01:18:16.668608", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land data collector"}, "r...
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "strin...
Please provide a valid JSON object following 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" : 21, "n_trials" : 340, "objective" : "markowitz_return_on_cube", "white" : "optuna_random_clone_2", "black" : "bobyqa_noise", "traceback" : ["passing", "passing"], "best_val" : [1415.163750629423, 1269.3267470877652], "best_x" : [[0.8723969163378955, 0.6688244210970913, 0.8142840888217766, 0.999091982023104, ...
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": {...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["0", "0", "10", "10"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"prettier.requireConfig": {"type": "boolean"}, "javascript.suggestionActions.enabled": {"type": "boolean"}, "yaml.customTags": {"type": "array", "items": {"type": "string"}}, "coc.preferences.formatOnSaveFiletyp...
{"prettier.requireConfig" : true, "javascript.suggestionActions.enabled" : false, "yaml.customTags" : ["!fn", "!And", "!If", "!Not", "!Equals", "!Or", "!FindInMap sequence", "!Base64", "!Cidr", "!Ref", "!Ref Scalar", "!Sub", "!GetAtt", "!GetAZs", "!ImportValue", "!Select", "!Split", "!Join sequence"], "coc.preferences....
json_instruct
{"type": "object", "properties": {"prettier.requireConfig": {"type": "boolean"}, "javascript.suggestionActions.enabled": {"type": "boolean"}, "yaml.customTags": {"type": "array", "items": {"type": "string"}}, "coc.preferences.formatOnSaveFiletypes": {"type": "array", "items": {"type": "string"}}, "languageserver": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "s...
{"name" : "Grundschulverbund Riemeke-Theodor Gem. Grundschule der Stadt Paderborn - Primarstufe -", "id" : "NRW-127401", "address" : "Erzberger Str. 26, 33102 Paderborn", "school_type" : "Grundschule", "fax" : "05251 31344", "phone" : "05251 35079", "website" : " http://www.grundschulverbundriemeke.de", "email" : " 1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer...
{"id" : 42899204, "ot" : 3, "alias" : 0, "setcode" : 0, "type" : 131076, "atk" : 0, "def" : 0, "level" : 0, "race" : 0, "attribute" : 0, "category" : 4096, "name" : "Evil Eye Mesmerism", "desc" : "When your opponent Special Summons a monster(s): Activate this card by targeting 1 of those Summoned monsters in Attack Pos...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "total": {"type": "integer"}, "link": {"type": "array", "items": {"type": "object", "properties": {"relation": {"type": "string"}, "ur...
{"resourceType" : "Bundle", "id" : "b79b614b-b6de-4c89-ab65-d043d8db8cbd", "type" : "searchset", "total" : 1, "link" : [{"relation" : "self", "url" : "http://FHIR-REPO-HOST/fhir/DocumentManifest?_page=1"}], "entry" : [{"fullUrl" : "http://FHIR-REPO-HOST/fhir/DocumentManifest/b0d25a72-e217-4c27-9ea0-d921c6f89039", "reso...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "total": {"type": "integer"}, "link": {"type": "array", "items": {"type": "object", "properties": {"relation": {"type": "string"}, "url": {"type": "string"}}, "required": ["relation", "url"]}}, "e...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"spipu/html2pdf": {"type": "string"}}, "required": ["spipu/html2pdf"]}, "license": {"type": "string"}}, "required": ...
{"name" : "fitzlucassen/fl-framework", "type" : "project", "require" : {"spipu/html2pdf" : "^5.2"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"spipu/html2pdf": {"type": "string"}}, "required": ["spipu/html2pdf"]}, "license": {"type": "string"}}, "required": ["name", "type", "require", "license"], "$schema": "http://json-schem...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"65321": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "65318": {"type": "object", "properties": {"nama": {"type": "string...
{"65321" : {"nama" : "GEMAR BARU", "dapil" : [64, 6401, 16406, 2640803]}, "65318" : {"nama" : "KELINJAU ILIR", "dapil" : [64, 6401, 16406, 2640803]}, "65319" : {"nama" : "KELINJAU ULU", "dapil" : [64, 6401, 16406, 2640803]}, "65320" : {"nama" : "LONG NAH", "dapil" : [64, 6401, 16406, 2640803]}, "65323" : {"nama" : "LON...
json_instruct
{"type": "object", "properties": {"65321": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "65318": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
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" : ["Heat oven to 375 degrees F.", "Mix eggs, sour cream, milk, onion powder and chipotle chile powder in large bowl until blended. Add hash brown potatoes, whole kernel corn, cream-style corn, shredded Cheddar cheese, and chopped peppers; mix well.", "Spoon into 13x9-inch pan sprayed with cooking spray.",...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"yaml-language-server": {"type": "string"}}, "required": ["yaml-language-server"]}}, "required": ["description", "dependencies"], "$...
{"description" : "ycmd yaml-language-server runtime area", "dependencies" : {"yaml-language-server" : "0.2.0"}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"yaml-language-server": {"type": "string"}}, "required": ["yaml-language-server"]}}, "required": ["description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible 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": "ob...
{"hash" : "0x9faa401353390739d1f527b3f7fb132d7813d002297926a9ce17e2d3f2b38bef", "parentHash" : "0x9fe901a98c93617cbe03feb0128c1cc21b7e1e9cb7ea958c61349dff68acf0c9", "number" : 28225, "timestamp" : 1438623115, "nonce" : "0x3d396c49a45fa1dd", "difficulty" : 1120495455655, "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"]...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-sc...
{"variants" : {"" : {"model" : "wildnature:block/larch_planks"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "gene...
{"name" : "software-environment-concepts", "version" : "1.0.0", "description" : "Glossary eBook for software expressions where you can carry everywhere offline and online", "scripts" : {"dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt generate"}, "dependencies" : {"@nuxt/content" : "^1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}}, "required": ["dev", "build", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "dress", "long" : "<i>Meaning:</i> a \"dress\", especially a \"mantle\".<br/><i>Usage:</i> apparel, cloth(-es, -ing), garment, raiment. Compare \"H8008\".<br/><i>Source:</i> perhaps by permutation for the feminine of \"H5566\" (through the idea of a \"cover\" assuming the shape of the object beneath);"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "name", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Belgium", "name" : "be", "url" : "https://www.promod.fr"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "name", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "req...
{"variants" : {"type=bottom" : {"model" : "arfo:block/grass_path_slab"}, "type=top" : {"model" : "arfo:block/grass_path_slab_top"}, "type=double" : {"model" : "minecraft:block/dirt_path"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "pr...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}}, "required": ["copyright", "url", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Ramiro G\u00c3\u00b3mez", "url" : "http://ramiro.org/", "email" : "www@ramiro.org"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}}, "required": ["copyright", "url", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defconfig": {"type": "string"}, "runner": {"type": "string"}, "label": {"type": "string"}}, "required": ["id", "defconfig", "runner", "label"]}, "$schema": "http://json-sche...
[{"id" : "ova", "defconfig" : "ova", "runner" : "x86-64-runner", "label" : "board/ova"}, {"id" : "generic-x86-64", "defconfig" : "generic_x86_64", "runner" : "x86-64-runner", "label" : "board/generic-x86-64"}, {"id" : "khadas-vim3", "defconfig" : "khadas_vim3", "runner" : "aarch64-runner", "label" : "board/khadas"}, {"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defconfig": {"type": "string"}, "runner": {"type": "string"}, "label": {"type": "string"}}, "required": ["id", "defconfig", "runner", "label"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"method": {"type": "string"}, "module": {"type": "string"}, "kwargs": {"type": "object", "properties": {"tag": {"type": "string"}, "index": {"type": "string"}}, "required": ["tag", "index"]}, "log_timestamp": {"type":...
{"method" : "get_proxy_transaction_by_block_number_and_index", "module" : "proxy", "kwargs" : {"tag" : "0x10d4f", "index" : "0x0"}, "log_timestamp" : "2020-10-28-12:35:04", "res" : {"blockHash" : "0x7eb7c23a5ac2f2d70aa1ba4e5c56d89de5ac993590e5f6e79c394e290d998ba8", "blockNumber" : "0x10d4f", "from" : "0x4458f86353b4740...
json_instruct
{"type": "object", "properties": {"method": {"type": "string"}, "module": {"type": "string"}, "kwargs": {"type": "object", "properties": {"tag": {"type": "string"}, "index": {"type": "string"}}, "required": ["tag", "index"]}, "log_timestamp": {"type": "string"}, "res": {"type": "object", "properties": {"blockHash": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALEN...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VAL...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft...
{"id" : "05", "provinceId" : "73", "regencyId" : "18", "name" : "Makale"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "district...
{"id" : "2008", "provinceId" : "63", "regencyId" : "01", "districtId" : "08", "name" : "Kayu Abang"}
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": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "arra...
{"title" : "Djibouti - Conflict Data", "downloads" : 167, "tags" : ["hxl", "protests", "security incidents", "violence and conflict", "Djibouti"], "hxl" : 1, "org" : "Armed Conflict Location & Event Data Project (ACLED)", "id" : "afb9ceaf-bf12-45c2-9d69-9de4035ace85", "resources" : [{"update_date" : "2021-02-03T00:40:1...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "...
{"ast" : null, "code" : "import React from 'react';\n\nvar _ref =\n/*#__PURE__*/\nReact.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M1 13h6v6H1z\"\n});\n\nvar _ref2 =\n/*#__PURE__*/\nReact.createElement(\"path\", {\n fillRule: \"evenodd\",\n d: \"M19 0H1a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0V2h16v16h-7a1 1 0...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_type": {"type": "string"}, "_id": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["_type", "_id", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_type" : "filetype", "_id" : "filetype.word", "types" : ["application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.openxmlformats-officedocument.wordprocessingml.template", "application/vnd.ms-word.document.macroEnabled.12", "application/vnd.ms-word.template.mac...
json_instruct
{"type": "object", "properties": {"_type": {"type": "string"}, "_id": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["_type", "_id", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"osm_way_id": {"type": "string"}, "building": {...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"osm_way_id" : "933172671", "building" : "warehouse"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-2.2, 53.82989], [-2.19946, 53.82928], [-2.20124, 53.82873], [-2.20123, 53.8287], [-2.20149, 53.82862], [-2.20164, 53.82879]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"osm_way_id": {"type": "string"}, "building": {"type": "string"}}, "required": ["osm_way_id", "building"]}, "...
Create a JSON structure that matches this schema definition: {"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"]},...
{"ETag" : "W/\"72b7443401c76b7925bb9c09c4a3c456\"", "Last-Modified" : "Thu, 08 Nov 2018 12:45:34 GMT", "base" : {"repo" : {"name" : "scikit-umfpack-feedstock"}}, "closed_at" : "2018-11-08T12:45:34Z", "created_at" : "2018-11-07T20:16:43Z", "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"5226": {"type": "string"}, "5228": {"type": "string"}}, "required": ["5226", "5228"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"5226" : "5227", "5228" : "5229"}
json_instruct
{"type": "object", "properties": {"5226": {"type": "string"}, "5228": {"type": "string"}}, "required": ["5226", "5228"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"reduce_kernel0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type...
{"reduce_kernel0" : {"write" : {"device_start" : 1586201145.544507, "host_queued_start" : 1586201228.620399, "device_queued" : 1586201145.5444908, "device_end" : 1586201145.5446303, "host_queued_end" : 1586201228.620758}, "device" : "gpu", "nd_range" : {"device_start" : 1586201145.5446317, "device_end" : 1586201145.544...
json_instruct
{"type": "object", "properties": {"reduce_kernel0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "re...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : 0.1, "s" : 6, "c" : 2.0625}, {"p" : 0.1, "s" : 6, "c" : 2.0625}, {"p" : 0.1, "s" : 5, "c" : 2.75}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode...
{"courseCode" : "FMS1215B", "courseCredit" : "4", "description" : "Plants are the major food source for animals and human. The most common plant pathogens are bacteria, fungi, and viruses. Students will form several groups to search information on the major plant pathogens in human history and learn about the factors t...
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "ti...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["re...
[{"review" : "\ud5e4\uc544\ub9b4\uc218 \uc5c6\uc744\ub9cc\ud07c \uc2ac\ud504\uace0 \uc560\uc808\ud558\uace0 \uc5f0\ubbfc\uc744\ub290\ub08c\ub2c8\ub2e4", "date" : "15.07.24", "rating" : "8", "author" : "5321****", "review_id" : "10135870", "movie_id" : "19730"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "2a972a2", "CardHash" : "e73a037", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "stri...
{"nft" : {"id" : 1668, "image" : "ipfs://QmQELf6YBNgoN58D3NQw7JMSKPXxXGsQkBASUMq51AtfsD", "attributes" : [{"trait_type" : "Clothes", "value" : "Stunt Jacket"}, {"trait_type" : "Background", "value" : "Gray"}, {"trait_type" : "Fur", "value" : "Black"}, {"trait_type" : "Eyes", "value" : "Sad"}, {"trait_type" : "Hat", "va...
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ndebris:block/darkrock_slab"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "main": {"type": "string"}, "author": {"type": "string"}, "bin": {"type": "object", "properties": {"api_test_server": {"t...
{"name" : "api_test_server", "version" : "1.0.0", "description" : "Testing utility for API.", "main" : "index.js", "author" : "kangasp", "bin" : {"api_test_server" : "./index.js"}, "license" : "ISC", "dependencies" : {"express" : "^4.16.4", "minimist" : "^1.2.0"}, "devDependencies" : {}, "keywords" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "bin": {"type": "object", "properties": {"api_test_server": {"type": "string"}}, "required": ["api_test_server"]}, "license": {"type":...
Generate a valid JSON object that conforms to the following schema: {"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" : 9007200872316379000, "key" : "transformer-remark-markdown-html-14942c8cff7347169db5c134805aeffa-gatsby-remark-relative-imagesgatsby-remark-katexgatsby-remark-imagesgatsby-remark-responsive-iframegatsby-remark-autolink-headersgatsby-remark-prismjsgatsby-remark-copy-linked-filesgatsby-remark-smartypantsga...
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "require...
{"Material" : {"Directory Material" : "Assets/Alpha2_jaime_handR_specular.png", "UUID Resource" : 1312496331, "Name" : "Alpha2_jaime_handR_specular.png", "Type" : 2, "Last Write" : 1524817426}}
json_instruct
{"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type",...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "autho...
{"title" : "[MMD]\u300eCute Medley ~Idol Sounds~\u300f", "author" : "AliceMMD", "description" : "ShaderundefinedTEST", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/lOqy0_9Z7FA.jpg?itok=TDqEJNWE", "download" : "https://www.iwara.tv/api/video/k20w4fzl5hzevj9b", ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3526010004", "district_id" : "3526010", "name" : "KAMAL"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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#"...
{"name" : "DashboardMinistryStoreStockKeeper", "version" : "0.0.0", "private" : true, "main" : "./DashboardMinistryStoreStockKeeper.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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type...
{"ast" : null, "code" : "var _jsxFileName = \"/Users/mariia/Documents/budget/src/Header/Header.jsx\";\nimport React from 'react';\nimport './Header.css';\n\nvar Header = function Header() {\n return React.createElement(\"div\", {\n className: \"header\",\n __source: {\n fileName: _jsxFileName,\n lineNu...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1976, 5], [1977, 8], [1978, 9], [1980, 5], [1982, 7], [1984, 7], [1985, 7], [1986, 5], [1988, 5], [1991, 7], [1994, 7], [1995, 13], [1996, 14], [1997, 12], [1998, 17], [1999, 25], [2000, 26], [2001, 13], [2002, 18], [2003, 17], [2004, 19], [2005, 20], [2006, 20], [2007, 17], [2008, 15], [2009, 19], [2010, 8], [2011, ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier5/wolfenhanced/wolf2.chest": {"type": "array", "items": {"type": "string"}...
[{"DeniedAlternatives" : [], "Files" : {"items/armors/tier5/wolfenhanced/wolf2.chest" : ["/description"], "items/armors/tier5/wolfenhanced/wolf2.head" : ["/description"], "items/armors/tier5/wolfenhanced/wolf2.legs" : ["/description"]}, "Texts" : {"Chs" : "^orange;\u5957\u88c5\u6548\u679c^reset;\uff1a\n^#a94db3;+30%^re...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier5/wolfenhanced/wolf2.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/tier5/wolfenhanced/wolf2.head": {"type": "array", "it...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Mean": {"type": "object", "properties": {"confidence_interval": {"type": "object", "properties": {"confidence_level": {"type": "number"}, "lower_bound": {"type": "number"}, "upper_bound": {"type": "number"}}, "required": ["...
{"Mean" : {"confidence_interval" : {"confidence_level" : 0.95, "lower_bound" : -0.0559140063942169, "upper_bound" : -0.039698506032930826}, "point_estimate" : -0.047734723560457604, "standard_error" : 0.004140727772913773}, "Median" : {"confidence_interval" : {"confidence_level" : 0.95, "lower_bound" : -0.0578720042490...
json_instruct
{"type": "object", "properties": {"Mean": {"type": "object", "properties": {"confidence_interval": {"type": "object", "properties": {"confidence_level": {"type": "number"}, "lower_bound": {"type": "number"}, "upper_bound": {"type": "number"}}, "required": ["confidence_level", "lower_bound", "upper_bound"]}, "point_esti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Id": {"type": "null"}, "Scope": {"type": "string"}}, "required": ["Id", "Scope"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : null, "Scope" : "/subscriptions/cf4e1704-b4bc-4554-bcd7-309394f2ee56/resourceGroups/azuremlworkshoprgp/providers/Microsoft.MachineLearningServices/workspaces/azuremlworkshopws"}
json_instruct
{"type": "object", "properties": {"Id": {"type": "null"}, "Scope": {"type": "string"}}, "required": ["Id", "Scope"], "$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"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "...
{"name" : "xero-node-oauth2-app", "version" : "1.0.0", "description" : "App to demonstrate xero-node OAuth 2.0.", "author" : "Xero Platform Team", "license" : "MIT", "main" : "dist/server.js", "scripts" : {"build-ts" : "node ./utils/build.js", "postinstall" : "npm run build-ts", "lint" : "tslint --project \"tsconfig.js...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-ts": {"type": "string"}, "postinstall": {"type": "s...