input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Immediate-early protein IE2": {"type": "string"}, "RING-type E3 ubiquitin transferase IE2": {"type": "string"}, "RO120": {"type": "string"}, "Cysteine proteinase": {"type": "string"}, "V-cath": {"type": "string"}, "C...
{"Immediate-early protein IE2" : "Q8B9B2", "RING-type E3 ubiquitin transferase IE2" : "Q8B9B2", "RO120" : "Q8B9D5", "Cysteine proteinase" : "Q8B9D5", "V-cath" : "Q8B9D5", "CP" : "Q8B9D5", "Q8B9B2" : "Q8B9B2", "VIE2_NPVR1" : "Q8B9B2", "E3 ubiquitin-protein ligase IE2" : "Q8B9B2", "IE2" : "Q8B9B2", "Q8B9D5" : "Q8B9D5", "...
json_instruct
{"type": "object", "properties": {"Immediate-early protein IE2": {"type": "string"}, "RING-type E3 ubiquitin transferase IE2": {"type": "string"}, "RO120": {"type": "string"}, "Cysteine proteinase": {"type": "string"}, "V-cath": {"type": "string"}, "CP": {"type": "string"}, "Q8B9B2": {"type": "string"}, "VIE2_NPVR1": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"header": {"type": "string"}, "extra_args": {"type": "array", "items": {"type": "string"}}, "enums": {"type": "array", "items": {"type": "string"}}, "functions": {"type": "array", "items": {"type": "string"}}, "macros": {"type": ...
{"header" : "/opt/rocm-4.5.2/hipfft/include/hipfft.h", "extra_args" : ["-I.", "-I/opt/rocm-4.5.2/include/"], "enums" : ["hipfftLibraryPropertyType", "hipfftResult", "hipfftType"], "functions" : ["hipfftDestroy", "hipfftExecC2C", "hipfftExecC2R", "hipfftExecD2Z", "hipfftExecR2C", "hipfftExecZ2D", "hipfftExecZ2Z", "hipff...
json_instruct
{"type": "object", "properties": {"header": {"type": "string"}, "extra_args": {"type": "array", "items": {"type": "string"}}, "enums": {"type": "array", "items": {"type": "string"}}, "functions": {"type": "array", "items": {"type": "string"}}, "macros": {"type": "array", "items": {"type": "string"}}}, "required": ["hea...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "projectName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "stateless": {"type": "integer"}, "authority": {"type": "integer"}, "dockerfileConfig": {...
{"id" : 1, "projectName" : "test123/trunk/ttttt", "type" : "USER", "description" : "", "stateless" : 1, "authority" : 0, "dockerfileConfig" : {"baseImageName" : "redhat", "baseImageTag" : "7.0", "baseImageRegistry" : "registry.test.com", "codeStoragePath" : "/code", "startCmd" : "/bin/sh"}, "codeInfo" : {"codeManager" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "projectName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "stateless": {"type": "integer"}, "authority": {"type": "integer"}, "dockerfileConfig": {"type": "object", "properties": {"baseImageName": {"type": "string"}, "b...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"polyfill": {"type": "object", "properties": {"chunks": {"type": "array...
{"errors" : [], "warnings" : [], "namedChunkGroups" : {"polyfill" : {"chunks" : [0, 5], "assets" : ["webpack-runtime-ab860fd82c3911e4c158.js", "webpack-runtime-ab860fd82c3911e4c158.js.map", "polyfill-92b076c0eec7a7a7a6c5.js", "polyfill-92b076c0eec7a7a7a6c5.js.map"], "children" : {}, "childAssets" : {}}, "app" : {"chunk...
json_instruct
{"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"polyfill": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"abstract": {"type": "string"}, "copyright_text": {"type": "null"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "a...
{"abstract" : "When you are writing documentation for software, a top priority is\nsurely that what you write is correct. That is, the examples you provide\ngive the output you say they will. Or perhaps it is that the links in\nyour documentation link to an expected page. Usually this is done with\nmanual testing at th...
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "copyright_text": {"type": "null"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 72479, "cartId" : "86899df6-aea1-42fa-9f7d-199cf63cb458", "preferredProducts" : [4561], "productReviews" : [{"productId" : 1764, "reviewText" : "I tried to scratch it but got cheeseburger all over it.", "reviewDate" : "2017-08-22T08:48:58.3878449+03:00"}, {"productId" : 680, "reviewText" : "It only works wh...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"country_cd": {"type": "string"}, "state_id": {"type": "integer"}, "county_cd": {"ty...
[{"model" : "registry.countylookup", "pk" : 171, "fields" : {"country_cd" : "US", "state_id" : 39, "county_cd" : "123", "county_nm" : "St. Francis County"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"country_cd": {"type": "string"}, "state_id": {"type": "integer"}, "county_cd": {"type": "string"}, "county_nm": {"type": "string"}}, "required": ["country_cd"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"ty...
{"name" : "Swamp Fox IPA", "abv" : 7.0, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "moon_river_brewing_company", "updated" : "2010-07-22 20:00:20", "description" : "Like its namesake, this ale is known for the sneak attack. Hop-heads will enjoy its assertive bitterness and huge floral, dry hop...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"moonpig": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "...
{"moonpig" : {"awscloudformation" : {"AuthRoleName" : "moonpig-app-20190220103513-authRole", "UnauthRoleArn" : "arn:aws:iam::444508322887:role/moonpig-app-20190220103513-unauthRole", "AuthRoleArn" : "arn:aws:iam::444508322887:role/moonpig-app-20190220103513-authRole", "Region" : "eu-west-1", "DeploymentBucketName" : "m...
json_instruct
{"type": "object", "properties": {"moonpig": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "Una...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"ty...
[{"province" : "\u6e56\u5357\u7701", "city" : "\u6000\u5316\u5e02", "area" : "\u901a\u9053\u4f97\u65cf\u81ea\u6cbb\u53bf", "name" : "\u901a\u9053\u53bf\u64ad\u9633\u652f\u5c40", "code" : "418502", "address" : "\u901a\u9053\u53bf\u64ad\u9633\u9547", "phone" : "0745-8425310"}, {"province" : "\u6e56\u5357\u7701", "city" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"ty...
{"name" : "promise-pipe-example", "version" : "0.0.1", "description" : "##install", "scripts" : {"start" : "node node_modules/browserify/bin/cmd.js -r ./client.js:client > bundle.js;node server.js"}, "repository" : {"type" : "git", "url" : "git://github.com/edjafarov/PromisePipe.git"}, "author" : "", "license" : "ISC",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 24929, "cartId" : "9cf04849-061e-4715-b38d-6719ad69cb5c", "preferredProducts" : [3499, 3313, 4330, 3641, 385, 4342, 4312, 4872, 1272], "productReviews" : [{"productId" : 4455, "reviewText" : "My neighbor Lori has one of these. She works as a taxidermist and she says it looks whopping.", "reviewDate" : "2018...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url"...
{"authors" : [{"author" : "Ken Sato"}, {"author" : "Yuichi Yamazaki"}, {"author" : "Takeshi Kobayashi"}, {"author" : "Satoshi Takakusagi"}, {"author" : "Norio Horiguchi"}, {"author" : "Satoru Kakizaki"}, {"author" : "Masayasu Andou"}, {"author" : "Yoshihiro Matsuda"}, {"author" : "Toshio Uraoka"}, {"author" : "Hiroshi ...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["Mix sugar, mint, and lemon slices in pitcher, mashing slightly with back of spoon. Mix in cucumber. Let stand 30 minutes. Add lemon juice, vodka, and 1/2 cup water; stir to dissolve sugar. Chill at least 30 minutes and up to 2 hours. Mix in ice and serve."], "ingredients" : ["1/3 cups sugar", "1 cup (...
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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"atac.pipeline_type": {"type": "string"}, "atac.genome_tsv": {"type": "string"}, "atac.nodup_bams": {"type": "array", "items": {"type": "string"}}, "atac.read_len": {"type": "array", "items": {"type": "integer"}}, ...
{"atac.pipeline_type" : "atac", "atac.genome_tsv" : "/mnt/data/pipeline_genome_data/genome_tsv/v1/hg38_klab.tsv", "atac.nodup_bams" : ["/mnt/data/pipeline_test_samples/encode-atac-seq-pipeline/ENCSR356KRQ/bam_subsampled/rep1/ENCFF341MYG.subsampled.400.trim.merged.nodup.no_chrM_MT.bam", "/mnt/data/pipeline_test_samples/...
json_instruct
{"type": "object", "properties": {"atac.pipeline_type": {"type": "string"}, "atac.genome_tsv": {"type": "string"}, "atac.nodup_bams": {"type": "array", "items": {"type": "string"}}, "atac.read_len": {"type": "array", "items": {"type": "integer"}}, "atac.paired_end": {"type": "boolean"}, "atac.auto_detect_adapter": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 1125804117, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "e35d7bb7e63bdd213ab72353175ee5dd", "wof:id" : 1125804117, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-3.06448, 52.12106, -3.06448, 52.12106], "geometry" : {"coordinates" : [-3.06448, 52.1...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "atman", "definition" : "(a) The life principle, soul, or individual essence. (b) The universal ego from whom all individual atmans arise. This sense is a European excrescence on the East Indian thought."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "type": {"type": "string"}, "spec_version": {"type": "string"}, "id": {"type": "string"}, "created": {"type": "string"}...
{"objects" : [{"created_by_ref" : "identity--ae82a5e5-ec07-4863-ad88-6504b29f24e9", "type" : "relationship", "spec_version" : "2.1", "id" : "relationship--a536c230-182d-4045-b9d7-3457af07a2bf", "created" : "2021-05-13T13:41:20.649799Z", "modified" : "2021-05-13T13:41:20.649799Z", "source_ref" : "intrusion-set--9538b1a4...
json_instruct
{"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "type": {"type": "string"}, "spec_version": {"type": "string"}, "id": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "source_ref": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"form": {"type": "object", "properties": {"submitButtonLabel": {"type": "string"}, "errorPrefix": {"type": "string"}, "errorSuffix": {"type": "string"}}, "required": ["submitButtonLabel", "errorPrefix", "errorSuffix"]...
{"form" : {"submitButtonLabel" : "Submit", "errorPrefix" : "Error:", "errorSuffix" : "Please review input and try again."}, "general" : {"search" : "Search"}, "dialog" : {"ok" : "OK", "retry" : "Retry", "yes" : "Yes", "no" : "No", "cancel" : "Cancel", "close" : "Close"}, "reactselect" : {"noSelectOption" : "Option not ...
json_instruct
{"type": "object", "properties": {"form": {"type": "object", "properties": {"submitButtonLabel": {"type": "string"}, "errorPrefix": {"type": "string"}, "errorSuffix": {"type": "string"}}, "required": ["submitButtonLabel", "errorPrefix", "errorSuffix"]}, "general": {"type": "object", "properties": {"search": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "userName": {"type": "string"}, "userId": {"type": "string"}, "name": {"type": "string"}, "assign...
[{"_id" : {"$oid" : "6079d0ef60c5adfd3bb16b21"}, "userName" : "Thomas", "userId" : "606a5a9fd2b1da77da015c94", "name" : "Jimmy", "assignedContextPacks" : ["588935f57546a2daea44de7c", "588935f55b432bb2ff322169"], "disabledWordlists" : []}, {"_id" : {"$oid" : "588935f51c55b55c75a84848"}, "userName" : "Thomas", "userId" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "userName": {"type": "string"}, "userId": {"type": "string"}, "name": {"type": "string"}, "assignedContextPacks": {"type": "array", "items": {"type": "string"}}, "dis...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"FestivalEpisode": {"type": "array", "items": {"type": "string"}}}, "required": ["FestivalEpisode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FestivalEpisode" : ["PiggybackCute", "WholesomeCrossdresser", "GoldfishScoopingGame", "Kimodameshi", "SchoolFestival", "ChristmasEpisode", "AFeteWorseThanDeath", "MemeticMutation", "TheHero", "Robeast", "GrandFinale", "TheMovie", "DatingSim", "EventFlag", "GoldfishScoopingGame", "Moe", "AllThereInTheManual", "SchoolG...
json_instruct
{"type": "object", "properties": {"FestivalEpisode": {"type": "array", "items": {"type": "string"}}}, "required": ["FestivalEpisode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1965, 5], [1970, 5], [1971, 6], [1972, 5], [1974, 5], [1975, 10], [1977, 5], [1978, 6], [1980, 10], [1981, 5], [1982, 7], [1983, 6], [1984, 9], [1985, 8], [1986, 10], [1987, 5], [1988, 12], [1989, 10], [1990, 7], [1991, 14], [1992, 11], [1993, 9], [1994, 10], [1995, 8], [1996, 6], [1997, 7], [1998, 9], [1999, 9], [20...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"disk": {"type": "null"}, "bulge": {"type": "object", "properties": {"i0": {"type": "number"}, "n": {"type": "number"}, "c": {"type": "number"}, "mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type":...
{"disk" : null, "bulge" : {"i0" : 0.36999999999999994, "n" : 1.2466666666666668, "c" : 2.0, "mu" : [255.4509248772129, 257.06731650008635], "roll" : 0.6096726374888439, "rEff" : 10.020221922459024, "axRatio" : 0.5997535694637918}, "bar" : {"i0" : 0.238, "n" : 0.732, "c" : 1.8, "mu" : [254.7550717306365, 255.28482830826...
json_instruct
{"type": "object", "properties": {"disk": {"type": "null"}, "bulge": {"type": "object", "properties": {"i0": {"type": "number"}, "n": {"type": "number"}, "c": {"type": "number"}, "mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}},...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin...
[{"namaKab" : "MERAUKE", "originalFilename" : "9. Pas Foto 4x6.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 281428, "noUrut" : 1, "nama" : "BAMBANG SETIADJI SUJI, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MERAUKE", "originalFilename" : "9. Foto Herny Verawaty, A.Md.jpg", "namaPartai" : "Par...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "st...
{"id" : "18050679", "url" : "http://collection.cooperhewitt.org/people/18050679/", "name" : "Elizabeth Warren", "supersedes" : "0", "superseded_by" : "0", "count_objects" : "1", "biography" : "Several Elizabeth Warrens were born in Norfolk during the appropriate years. Elizabeth Warren born in 1803 in Beachamwell marri...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "string"}, "woe:country": {"type": "string"}, "date": {"type": "string"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-rqrc-wvq6-vxfv", "modified" : "2022-03-18T00:01:09Z", "published" : "2022-03-18T00:01:09Z", "aliases" : ["CVE-2022-25364"], "details" : "In Gradle Enterprise before 2021.4.2, the default built-in build cache configuration allowed anonymous write access. If this was not manually...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ign...
{"name" : "media42", "version" : "1.0.0", "authors" : ["Thomas Payer <t.payer@kiwi-suite.com>"], "license" : "", "homepage" : "https://www.kiwi-suite.com", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"angular-file-upload" : "2.3.4", "cropper" : "~2.3.4"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "aoa3.ghostly_sasquatch", "Registry ID" : "aoa3:ghostly_sasquatch", "Class" : "net.tslat.aoa3.entity.mobs.overworld.soulscurry.EntityGhostlySasquatch"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"transferMethodConfigurations": {"type": "object", "properties": {"count": {"type": "integer"}, "pageInfo": {"type": "object", "properties": {"limit": {"type": "integer"}, "offset": {"t...
{"data" : {"transferMethodConfigurations" : {"count" : 8, "pageInfo" : {"limit" : 40, "offset" : 0}, "nodes" : [{"countries" : ["CA"], "currencies" : ["USD"], "transferMethodType" : "BANK_ACCOUNT", "profile" : "INDIVIDUAL"}, {"countries" : ["CA"], "currencies" : ["USD"], "transferMethodType" : "BANK_ACCOUNT", "profile"...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"transferMethodConfigurations": {"type": "object", "properties": {"count": {"type": "integer"}, "pageInfo": {"type": "object", "properties": {"limit": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["limit", "offset"]}, "nodes...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "...
{"index" : 8263, "hash" : 3250383612, "artDyeHash" : 3250383612, "redacted" : false, "dyeManifestHash" : 3855133948, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 404353591, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ff4d104adaf99243b7a7902df7f44b89", "wof:id" : 404353591, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.10383227540251, 46.17731677364064, 4.14742727294988, 46.21782824800739...
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": {"patthana10.10:0.1": {"type": "string"}, "patthana10.10:0.2": {"type": "string"}, "patthana10.10:0.3": {"type": "string"}, "patthana10.10:1.1": {"type": "string"}, "patthana10.10:2.1": {"type": "string"}, "patthana10...
{"patthana10.10:0.1" : "<article id='patthana10.10'><header><ul><li class='division'>{}</li>", "patthana10.10:0.2" : "<li class='subdivision'>{}</li></ul>", "patthana10.10:0.3" : "<h1>{}</h1></header>", "patthana10.10:1.1" : "<p>{}</p>", "patthana10.10:2.1" : "<p>{}</p>", "patthana10.10:3.1" : "<p>{}</p>", "patthana10....
json_instruct
{"type": "object", "properties": {"patthana10.10:0.1": {"type": "string"}, "patthana10.10:0.2": {"type": "string"}, "patthana10.10:0.3": {"type": "string"}, "patthana10.10:1.1": {"type": "string"}, "patthana10.10:2.1": {"type": "string"}, "patthana10.10:3.1": {"type": "string"}, "patthana10.10:4.1": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "ooui-outline-control-move-down": {"type": "string"}, "ooui-outline-control-move-...
{"@metadata" : {"authors" : ["Lloffiwr", "Muddyb", "Muddyb Blast Producer"]}, "ooui-outline-control-move-down" : "Sogeza kipengee chini", "ooui-outline-control-move-up" : "Sogeza kipengee juu", "ooui-outline-control-remove" : "Toa kitu", "ooui-toolbar-more" : "Zaidi", "ooui-dialog-message-accept" : "Sawa", "ooui-dialog...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "ooui-outline-control-move-down": {"type": "string"}, "ooui-outline-control-move-up": {"type": "string"}, "ooui-outline-control-remove": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "url": {"type": "string"}, "appcast": {"type": "string"}, "version": {"type": "string"}, "sh...
{"token" : "youview", "name" : ["YouView"], "homepage" : "https://mrgeckosmedia.com/applications/info/YouView", "url" : "https://download.mrgeckosmedia.com/YouView.zip", "appcast" : "https://mrgeckosmedia.com/applications/appcast/YouView", "version" : "0.6.1", "sha256" : "95538a324d9344ccd1eb46f4b4dbdf9cb2dc6d1259794b1...
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "url": {"type": "string"}, "appcast": {"type": "string"}, "version": {"type": "string"}, "sha256": {"type": "string"}, "artifacts": {"type": "array", "items": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"],...
{"id" : "2012", "provinceId" : "33", "regencyId" : "29", "districtId" : "06", "name" : "Tanggeran"}
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#"}
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" : "compare-map", "version" : "1.0.0", "description" : "Compare map at the same scale", "main" : "main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Dimitri Marion", "license" : "MIT", "dependencies" : {"geolib" : "^3.0.4", "hammerjs" : "^2.0.8", "leaflet" : "^1.5.1", "le...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@angular/router": {"type": "string"}, "angular": {"type": "string"}}, "required": ["@angular/router", "angular"]}}, "required": ["dependencies"], "$schema": "http://...
{"dependencies" : {"@angular/router" : "^0.2.0", "angular" : "^1.5.8"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@angular/router": {"type": "string"}, "angular": {"type": "string"}}, "required": ["@angular/router", "angular"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "a...
{"title" : "Confusion-Based Online Learning and a Passive-Aggressive Scheme.", "fields" : ["stability", "noncommutative geometry", "active learning", "confusion matrix", "online machine learning"], "abstract" : "This paper provides the first\u2014to the best of our knowledge\u2014analysis of online learning algorithms ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "refulgency", "definition" : "The quality of being refulgent; brilliancy; splender; radiance."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJeni...
[{"namaKab" : "ROKAN HILIR", "originalFilename" : "1. MASTON.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 14084, "noUrut" : 1, "nama" : "MASTON", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "ROKAN HILIR", "originalFilename" : "2. FICE KW.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PER...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "str...
{"type" : "minecraft:crafting_shaped", "group" : "yttrium_ingot", "pattern" : ["###", "###", "###"], "key" : {"#" : {"item" : "yttr:yttrium_nugget"}}, "result" : {"item" : "yttr:yttrium_ingot"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type"...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "metadata": {"type": "object", "properties": {"FREQUENCY": {"type": "string"}}, "required": ["FREQU...
[{"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "1.0 Hz"}, "type" : "BATTERY"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "LOCATION"}, {"platform" : {"type" : "PHONE"}, "metadata" : {"FREQUENCY" : "16"}, "type" : "ACTIVITY_TYPE"}, {"platform" : {"type" : "PHONE"}, "met...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "metadata": {"type": "object", "properties": {"FREQUENCY": {"type": "string"}}, "required": ["FREQUENCY"]}, "type": {"type": "string"}}, "required": ["platform",...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "ch...
{"code" : 3301720003, "parent" : 3301720, "name" : "DONAN", "latitude" : null, "longitude" : null, "postal" : [53222], "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": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"...
{"by" : "melzarei", "descendants" : 2, "id" : 18087723, "kids" : [18089632, 18089533], "score" : 24, "time" : 1538075838, "title" : "The day I became a millionaire (2015)", "type" : "story", "url" : "https://m.signalvnoise.com/the-day-i-became-a-millionaire-55d7dc4d8293"}
json_instruct
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[145.0, 34.416666666666664], [145.0, 34.5], [145.125, 34.5], [145.125, 34.416666666666664], [145.0, 34.416666666666664]]]}, "properties" : {"code" : 514550, "url" : "http://madefor.github.io/0410/api/v1/514550.geojson", "view" : "https://github.co...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "desc", "required"]}}}, "r...
{"variables" : [{"name" : "S3_CLIENT_PREFIX", "desc" : "The S3 client prefix to use with Minio MC.", "required" : true}, {"name" : "S3_URI", "desc" : "URL for the s3 storage.", "required" : true}, {"name" : "S3_ACCESS_KEY", "desc" : "Access key for the S3 storage.", "required" : true}, {"name" : "S3_SECRET_KEY", "desc"...
json_instruct
{"type": "object", "properties": {"variables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "desc", "required"]}}}, "required": ["variables"], "$schema": "http://json-schema.org/draft-07/schema...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1917, 5], [2000, 5], [2008, 7], [2009, 17], [2010, 11], [2011, 6], [2012, 5], [2013, 5], [2014, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": ...
[{"c_ref" : "Belknap", "totals" : {"Cases" : 420, "Deaths" : 6}, "daily" : {"Cases" : 12, "Deaths" : 0}}, {"c_ref" : "Carroll", "totals" : {"Cases" : 239, "Deaths" : 2}, "daily" : {"Cases" : 7, "Deaths" : 0}}, {"c_ref" : "Cheshire", "totals" : {"Cases" : 342, "Deaths" : 3}, "daily" : {"Cases" : 17, "Deaths" : 0}}, {"c_...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aws-sdk.js" : "sha512-QNxZvH6tU+lxQXl5D1wM4a3mMcYSqIPyYeztkAPKvLGUC25o9yHmEPSw98zkzsJXTNR+qC3KkiW/tobxboNbQw==", "aws-sdk.min.js" : "sha512-1ihNKdLRq1qiwTh7PKn9ZMNmCXtmEpzElk5pPINxgVAGYlYHUAvh2hjxZVAe5eXriA7yEVfJD6W4MAb0pNkFQA=="}
json_instruct
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "hot", "definition" : "of Hote. [Obs.] Spenser.\n\n1. Having much sensible heat; exciting the feeling of warmth in a great degree; very warm; -- opposed to cold, and exceeding warm in degree; as, a hot stove; hot water or air. \"A hotvenison pasty.\" Shak. 2. Characterized by heat, ardor, or animation; easily...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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": {"aid": {"type": "number"}, "A-name": {"type": "string"}, "aid__bbb": {"type": "object", "properties": {"ID": {"type": "number"}, "bname": {"type": "string"}, "B-Aid": {"type": "number"}}, "r...
[{"aid" : 1.0, "A-name" : "A", "aid__bbb" : {"ID" : 1.0, "bname" : "B", "B-Aid" : 1.0}, "aid__TABLE_C" : {"ID" : 1.0, "cname" : "B", "A_ID" : 1.0}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"aid": {"type": "number"}, "A-name": {"type": "string"}, "aid__bbb": {"type": "object", "properties": {"ID": {"type": "number"}, "bname": {"type": "string"}, "B-Aid": {"type": "number"}}, "required": ["ID", "bname", "B-Aid"]}, "aid__TABLE_C": {"type": "object...
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" : [[[-82.516681, 28.16111], [-82.516514, 28.17272], [-82.474056, 28.171935], [-82.482198, 28.159004], [-82.488876, 28.155081], [-82.507579, 28.156991], [-82.516685, 28.155051], [-82.516681, 28.16111]]]}, "type" : "Feature", "p...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "requi...
{"contract" : "0xc3ad35d351b33783f27777e2ee1a4b6f96e4ee34", "tool" : "manticore", "start" : 1564053220.7510216, "end" : 1564055023.9328144, "duration" : 1803.1817927360535, "analysis" : [[]]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "...
{"collections" : [{"fullName" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings", "methods" : [{"name" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings.Parent", "type" : "PROP", "count" : 12}, {"name" : "KaVE.Commons.Utils.ObjectUsageExport.ScopedEnclosings.Type", "type" : "PROP", "count" : 18}, {"name" ...
json_instruct
{"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name"...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2005, 14]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "britishcolumbia", "author" : "Politicster", "count" : 48}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "febd141", "CardHash" : "602333b", "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "productsCount": {"type": "integer"}, "averagePrice": {"type": "number"}, "totalRevenue": {"type": "number"}}, "required": ["category", "productsCount", "a...
[{"category" : "Garden", "productsCount" : 28, "averagePrice" : 611.375357, "totalRevenue" : 17118.51}, {"category" : "Adult", "productsCount" : 22, "averagePrice" : 766.814545, "totalRevenue" : 16869.92}, {"category" : "Business", "productsCount" : 20, "averagePrice" : 691.0515, "totalRevenue" : 13821.03}, {"category"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "productsCount": {"type": "integer"}, "averagePrice": {"type": "number"}, "totalRevenue": {"type": "number"}}, "required": ["category", "productsCount", "averagePrice", "totalRevenue"]}, "$schema": "http://json-schema.org/draft...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["robotframework-pythonlibcore"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date"...
{"actors" : [], "countries" : [], "enb_end_date" : "22-Nov-00", "enb_long_title" : "Sixth Conference of the Parties to the UN Framework Convention on Climate Change", "enb_short_title" : "COP-6", "enb_start_date" : "22-Nov-00", "enb_url" : "http://www.iisd.ca/vol12/enb12160e.html", "id" : "enb12160e_2", "section_title"...
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro...
{"userId" : 97819, "cartId" : "a7c887f4-6368-43ca-a85d-5af9b1457570", "preferredProducts" : [2033, 4373, 3919, 1593, 3511, 4334, 3076], "productReviews" : [{"productId" : 1139, "reviewText" : "The box this comes in is 3 inch by 6 centimeter and weights 15 ounce!", "reviewDate" : "2017-03-26T22:11:12.7341774+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"CPHD": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "path_type": {"type": "string"}}, "required": ["path", "path_type"]}}}, "required": ["CPHD"], "$schema": "http://json...
{"CPHD" : [{"path" : "cphd/example_0_3.cphd", "path_type" : "relative"}, {"path" : "cphd/spotlight.cphd", "path_type" : "relative"}]}
json_instruct
{"type": "object", "properties": {"CPHD": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "path_type": {"type": "string"}}, "required": ["path", "path_type"]}}}, "required": ["CPHD"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["react-native-view-pager-2", "react-native-view-transformer"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-0.266098487512, 51.4697741077, 0.0], [-0.2657405782, 51.4692036631, 0.0], [-0.265679038981, 51.4689594179, 0.0], [-0.265748582467, 51.4689221005, 0.0], [-0.266098487559, 51.46901229...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index.js" : "sha256-blS6BuLNVfWbuHSNad44NK/NUWUs8jmkdFS7JImTo8A="}
json_instruct
{"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [785.13, 406.644, 1, 770.015, 660.167, 1, 496.115, 700.703, 1, 294, 1106, 1, 2.0547, -1.29509, 0, 1056.64, 629.31, 1, 1056, 1025, 1, 2.0547, -1.29509, 0, 893, 1269, 1, 700, 1269, 1, 2.0547, -1.29509, 0, 2.0547, -1.29509, 0, 964, 1269, 1, 2.0547, -1.29509, 0, 2.0547, ...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "90bdb475e06cb203f26e", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "string"}}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"textures" : ["eo:blue_flame"]}
json_instruct
{"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "string"}}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this 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": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Sapang Balas, Dinalupihan, Bataan, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.bataan.dinalupihan.sapang-balas", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "...
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": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "dependencies": {"type": "object", "properties": {"controls": {"type": "array", "items": {"type": "string"}}, "code": {"type": "object", "properties": {"pages.tr...
{"type" : "code", "id" : "pages.templates.Basic", "dependencies" : {"controls" : ["beyond-icons", "iron-icons", "paper-toolbar", "paper-button", "paper-spinner", "paper-icon-button"], "code" : {"pages.transitions" : "transitions"}}, "multilanguage" : false, "html" : "template.html", "less" : "template.less", "js" : ["t...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "dependencies": {"type": "object", "properties": {"controls": {"type": "array", "items": {"type": "string"}}, "code": {"type": "object", "properties": {"pages.transitions": {"type": "string"}}, "required": ["pages.transitions"]}}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "morestoragedrawers:block/byg_jacaranda_full_4"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item...
{"type" : "minecraft:crafting_shaped", "pattern" : ["ppp", "bbb", "ppp"], "key" : {"p" : {"item" : "minecraft:purpur_block"}, "b" : {"tag" : "forge:bookshelves"}}, "result" : {"item" : "cyclic:ender_shelf", "count" : 4}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "b": {"type": "object", "properties": {"tag": {"type": "string"}}, ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "...
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["2104460"], "\uc81c\uc548\uc77c\uc790" : ["2020-10-08"], "\uc81c\uc548\uc790" : ["\uc774\uc740\uc8fc\uc758\uc6d0\ub4f111\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38\ube44\uc6a9\ucd94\uacc4\uc11c\ube44\uc6a9\ucd94\uacc4\uc11c\ubbf8\ucca8\u...
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s...
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" : "d316-106", "text" : "ULi. fr\nSoptartor 25, 1959\nUtm 'iersheil 'V>? nh\u00bbn\n96 Saint Jooeph Street\nToronto 5, Ontario, Canada\nDear Horsfalls\nIn H\u00abny*s abo&aoo from the office, I on passing along mm inform\ncation racaived from Bon Harwood*\nHo eng^sta that it mqt te helpful for yon to review iha mm...
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": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 31257, "cartId" : "b3067dd9-e753-43fd-b8a2-c47dfd77f19c", "preferredProducts" : [145, 954], "productReviews" : [{"productId" : 3407, "reviewText" : "i use it once in a while when i'm in my ring.", "reviewDate" : "2017-03-31T09:16:03.25951+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
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" : 404357133, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9a91e16890de6034eea4f00a644b193f", "wof:id" : 404357133, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.64604027195368, 49.86101709025306, 3.70362527587859, 49.91307778957158...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required"...
{"track" : "c", "exercise" : "grains", "id" : "2663a414bb22445dbf38395a3f61a000", "url" : "https://exercism.org/tracks/c/exercises/grains", "handle" : "tfoliva", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fxname": {"type": "string"}, "Parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mmax": {"type": "integer"}, "mdefault": {"type": "integer"}, "pedal": {"typ...
{"fxname" : "Flanger-Z", "Parameters" : [{"name" : "Mix", "mmax" : 100, "mdefault" : 65, "pedal" : false}, {"name" : "Rate", "mmax" : 100, "mdefault" : 50, "pedal" : false}, {"name" : "Depth", "mmax" : 100, "mdefault" : 47, "pedal" : false}, {"name" : "PreD", "mmax" : 50, "mdefault" : 4, "pedal" : false}, {"name" : "PS...
json_instruct
{"type": "object", "properties": {"fxname": {"type": "string"}, "Parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mmax": {"type": "integer"}, "mdefault": {"type": "integer"}, "pedal": {"type": "boolean"}}, "required": ["name", "mmax", "mdefault", "pedal"]}}}, "requi...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"n...
{"description" : "", "code" : "", "ldc" : [], "sintaxis" : "pdb.post_mortem(traceback=None)\n", "parametros" : [{"nombre" : "traceback", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[45.377, 39.539], [45.435, 39.524], [45.446, 39.502], [45.47, 39.493], [45.441, 39.461], [45.411, 39.464], [45.394, 39.427], [45.416, 39.405], [45.422, 39.381], [45.481, 39.358], [45.514, 39.325], [45.564, 39.32], [45.574, 39.311], [45.551, 39.286...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "...
{"number" : "52.236-4", "title" : "Physical Data.", "children" : [{"text" : "As prescribed in 36.504, insert the following clause in solicitations and contracts when a fixed-price construction contract is contemplated and physical data (e.g., test borings, hydrographic, weather conditions data) will be furnished or mad...
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "titl...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]...
{"key" : "A", "suffix" : "7sus4/G#", "positions" : [{"frets" : "4552xx", "fingers" : "234100"}, {"frets" : "4x5x35", "fingers" : "203014"}, {"frets" : "xbccaa", "fingers" : "023411", "barres" : "10", "capo" : "true"}, {"frets" : "xx6785", "fingers" : "002341"}, {"frets" : "ghhexx", "fingers" : "234100"}, {"frets" : "gx...
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "h...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["tree-block", "tree-box", "tree-buttons", "tree-flag", "tree-layout", "tree-list-block", "tree-list-ui", "tree-media", "tree-nav", "tree-pack", "tree-spacing", "tree-table", "tree-wrapper"]
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"}, "eggPlugin": {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "dependencies"]}}, "re...
{"name" : "egg-session-memjs", "eggPlugin" : {"name" : "sessionMemjs", "dependencies" : ["memjs"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "eggPlugin": {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "dependencies"]}}, "required": ["name", "eggPlugin"], "$schema": "http://json-schema.org/draft-07...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"...
{"name" : "backbone-d3", "version" : "0.2.0", "homepage" : "https://github.com/akre54/backbone-d3", "authors" : ["Adam Krebs <amk528@cs.nyu.edu>"], "description" : "A jQuery-to-D3 Adapter for Backbone", "main" : "d3-adapter.js", "keywords" : ["D3", "Backbone", "jQuery", "adapter", "shim", "sync", "select", "DOM"], "lic...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type"...
{"MATERIAL" : "corrugated metal/heavily patched", "AVG_SLOPE" : 8.35594613306, "AVG_HEIGHT" : 2.98986298136, "TERAIN_SLP" : 3.84016032544, "AREA" : 44.5470180457, "VOLUME" : 133, "FLOORS" : 1, "INT_ZONE" : "Borde Rural", "FLOOD" : 2, "LANDSLIDE" : "Amenaza Media", "LEGAL_ID" : "311", "LEGAL_NAME" : "EL MIRADOR", "LEGAL...
json_instruct
{"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "integer"}, "INT_ZONE": {"type": "string"}, "FLOOD": {"type": "integer"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"app": {"type": "object", "properties": {}, "required": []}, "component": {"type": "object", "properties": {"tplDir": {"type": "string"}}, "required": ["tplDir"]}}, "required": ["app", "component"], "$schema": "http://json-sche...
{"app" : {}, "component" : {"tplDir" : "templates/component"}}
json_instruct
{"type": "object", "properties": {"app": {"type": "object", "properties": {}, "required": []}, "component": {"type": "object", "properties": {"tplDir": {"type": "string"}}, "required": ["tplDir"]}}, "required": ["app", "component"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "featured": {"type": "boolean"}, "weight": {"type": "integer"}, "repo": {"type": "string"}, "headline": {"type": "string"}, "description": {"type": "string"}, "stack": {"type": "arr...
{"name" : "Evade 2", "featured" : false, "weight" : 10, "repo" : "https://github.com/moduscreateorg/evade2", "headline" : "Artificial intelligence, vector graphics, music and a \u201c2.5D\u201d engine \u2014 all in 32k of FLASH memory. ", "description" : "We built a custom Arduboy game to include all the best features ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "featured": {"type": "boolean"}, "weight": {"type": "integer"}, "repo": {"type": "string"}, "headline": {"type": "string"}, "description": {"type": "string"}, "stack": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type"...
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" : "This addresses \r\nhttps://github.com/spack/spack/issues/6677", "user" : "gartung", "url" : "https://api.github.com/repos/spack/spack/issues/6679", "updated_at" : "2017-12-21 02:21:48", "created_at" : "2017-12-13 16:37:40", "closed_at" : "2017-12-21 02:21:43", "state" : "closed", "title" : "Check if patchelf...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"Roll_no": {"type": "string"}, "First Name": {"type": "string"}, "Last Name": {"type": "string"}, "User Name": {"type": "string"}, "Password": {"type": "string"}, "Department": {"type": "st...
[{"Roll_no" : "CB.EN.U4CSE18028", "First Name" : "Kishore", "Last Name" : "Saravanan", "User Name" : "Kishore91", "Password" : "admin", "Department" : "CSE", "E-mail" : "kishoresaravanan91@gmail.com", "Wallet id" : "123456789", "Year of Study" : "2"}, {"Roll_no" : "CB.EN.U4CSE18069", "First Name" : "Dheeraj", "Last Nam...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Roll_no": {"type": "string"}, "First Name": {"type": "string"}, "Last Name": {"type": "string"}, "User Name": {"type": "string"}, "Password": {"type": "string"}, "Department": {"type": "string"}, "E-mail": {"type": "string"}, "Wallet id": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [76.5984251968504, 41.6581818181818, 0.905097469687462, 77.1023622047244, 82.6181818181818, 0.70027981698513, 48.6299212598425, 87.04, 0.671299785375595, 46.3622047244095, 153.6, 0.182871926575899, 29.9842519685039, 212.247272727273, 0.40908235684...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "rationale": {"type": "string"}, "remediation": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"...
{"id" : "251136ca-c92c-4474-a2c7-4949c71b745f", "name" : "Process Targeting Kubernetes Service Endpoint", "description" : "Detects misuse of the Kubernetes Service API endpoint", "rationale" : "A pod communicating to a Kubernetes API from via command line is highly irregular", "remediation" : "Look for open ports that ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "rationale": {"type": "string"}, "remediation": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "lifecycleStages": {"type": "array", "items": {"type": "string"}}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3602120016", "district_id" : "3602120", "name" : "MALANGSARI"}
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": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "proper...
{"id" : "9a15235d-53ce-4ad1-86a4-68f53c8ec6ba", "playerTags" : [], "teamTags" : ["eb67ae5e-c4bf-46ca-bbbc-425cd34182ff"], "gameTags" : [], "metadata" : {"totalShames" : 56, "totalShamings" : 47}, "created" : "2021-03-05T01:30:41.009Z", "season" : 11, "tournament" : -1, "type" : 154, "day" : 79, "phase" : 6, "category" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"totalShames": {"type": "integer"}, "totalShamings": {"type": "i...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "conver...
[{"name" : "pgd-777-c_1", "size" : 1158525491, "link" : "https://streamtape.com/e/YGRqKKrJgOuv9gm", "created_at" : "2022\u5e7403\u670819\u65e5 17:30:19", "downloads" : 0, "linkid" : "YGRqKKrJgOuv9gm", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "r...
{"type" : "forge:ore_shaped", "pattern" : ["X#X"], "key" : {"#" : {"item" : "germplasm:solid_medium", "data" : 0}, "X" : {"type" : "forge:ore_dict", "ore" : "dustGlowstone"}}, "result" : {"item" : "germplasm:genome_filter"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "X": {"type": "object", "prope...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["451030208201", "\u5357\u7070\u6751\u59d4\u4f1a", "210", "0"], ["451030208202", "\u677f\u6865\u6751\u59d4\u4f1a", "220", "0"], ["451030208203", "\u8db3\u522b\u6751\u59d4\u4f1a", "220", "0"], ["451030208204", "\u592e\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["451030208205", "\u8005\u4e48\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "i...
{"categories" : ["Designing", "Programming"], "desc" : "\n", "details" : {"authors" : "Prakash Narayan, Tony Ng", "format" : "pdf", "isbn-10" : "9780321492", "isbn-13" : "978-0321492159", "pages" : "384 pages", "publication date" : "January 2, 2010", "publisher" : "Addison-Wesley Professional", "size" : "4.00Mb"}, "img...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
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"}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "watch-css": {"type": "string...
{"name" : "blwol", "version" : "1.0.0", "description" : "Brainlab Wake on Lan website", "main" : "index.js", "scripts" : {"build-css" : "stylus source/stylesheets/index.styl -o static/css", "watch-css" : "stylus source/stylesheets/index.styl -o static/css -w", "clean" : "rm -rf static\\css && mkdir static\\css", "build...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-css": {"type": "string"}, "watch-css": {"type": "string"}, "clean": {"type": "string"}, "build": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "node-markdown": {"type": "string"}, "c...
{"name" : "banajs", "version" : "0.0.1", "private" : true, "dependencies" : {"express" : ">=2.5.8", "node-markdown" : ">=0.1.0", "coffeekup" : ">=0.3.1", "user-agent" : ">=1.0.4", "libxmljs" : ">=0.5.3", "request" : ">=2.1.1", "formidable" : ">=1.0.9"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "node-markdown": {"type": "string"}, "coffeekup": {"type": "string"}, "user-agent": {"type": "string"}, "libxmljs"...