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": "object", "properties": {"id": {"type": "string"}, "post_id": {"type": "string"}, "image_name": {"type": "string"}, "image_path": {"type": "string"}, "thumbnail_path": {"type": "string"}, "datetime": {"type": "number"}, "url": {"type": "stri...
{"id" : "d6jl8z", "post_id" : "reddit/dataisugly/d6jl8z", "image_name" : "d6jl8z_0", "image_path" : "preview/d6jl8z_0.jpg", "thumbnail_path" : "thumbnail/d6jl8z_0.jpg", "datetime" : 1568923932.0, "url" : "https://reddit.com/r/dataisugly/comments/d6jl8z/if_only_there_was_some_way_to_show_yesno_at_the/", "title" : "If on...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "post_id": {"type": "string"}, "image_name": {"type": "string"}, "image_path": {"type": "string"}, "thumbnail_path": {"type": "string"}, "datetime": {"type": "number"}, "url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "popu...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "spamremove-remove": {"type": "string"}}, "required": ["@metadata", "spamremove-remove"], "...
{"@metadata" : {"authors" : ["Imperadeiro98"]}, "spamremove-remove" : "A remover liga\u00e7\u00f5es para o s\u00edtio de spam %(url)s"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "spamremove-remove": {"type": "string"}}, "required": ["@metadata", "spamremove-remove"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"help": {"type": "string"}, "success": {"type": "boolean"}, "result": {"type": "object", "properties": {"resource_id": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"type": {"type...
{"help" : "https://data.gov.sg/api/3/action/help_show?name=datastore_search", "success" : true, "result" : {"resource_id" : "ded0f905-e749-4cf6-a1c3-b6a826b06bc2", "fields" : [{"type" : "int4", "id" : "_id"}, {"type" : "numeric", "id" : "year"}, {"type" : "text", "id" : "title"}, {"type" : "text", "id" : "romanised_tit...
json_instruct
{"type": "object", "properties": {"help": {"type": "string"}, "success": {"type": "boolean"}, "result": {"type": "object", "properties": {"resource_id": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type"...
{"authors" : [{"author" : "John McFarlane"}, {"author" : "Ravi Trehan"}, {"author" : "Miguel Olivera"}, {"author" : "Carl Jones"}, {"author" : "Simon Blease"}, {"author" : "Paul Davey"}], "doi" : "10.1186/1752-1947-2-122", "publication_date" : "2008-04-29", "id" : "EN119099", "url" : "https://pubmed.ncbi.nlm.nih.gov/18...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"},...
{"id" : 9247, "citation_title" : "An Economic Analysis of Adult Obesity: Results from the Behavioral Risk Factor Surveillance System", "citation_author" : ["Shin-Yi Chou", "Michael Grossman", "Henry Saffer"], "citation_publication_date" : "2002-10-03", "issue_date" : "2002-10-03", "revision_date" : "None", "topics" : [...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProd...
{"userId" : 96438, "cartId" : "dd8cd5c3-a58d-4ba9-a2bf-bd7af2ac3a6c", "preferredProducts" : [4923, 3409, 2301, 3002, 100, 4357], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"order": {"type": "integer"}, "index_patterns": {"type": "array", "items": {"type": "string"}}, "version": {"type": "integer"}, "mappings": {"type": "object", "properties": {"properties": {"type": "object", "proper...
{"order" : 20, "index_patterns" : ["ecs-*"], "version" : 2019070301, "mappings" : {"properties" : {"host" : {"properties" : {"architecture" : {"ignore_above" : 1024, "type" : "keyword"}, "host" : {"copy_to" : "related.domain", "type" : "keyword"}, "hostname" : {"copy_to" : "related.domain", "type" : "keyword"}, "ip" : ...
json_instruct
{"type": "object", "properties": {"order": {"type": "integer"}, "index_patterns": {"type": "array", "items": {"type": "string"}}, "version": {"type": "integer"}, "mappings": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"host": {"type": "object", "properties": {"properties": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cycle.js": {"type": "string"}, "cycle.min.js": {"type": "string"}}, "required": ["cycle.js", "cycle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cycle.js" : "sha512-mC/fm7d4qXVXQUCLx5UvdnYhsT8Sjk+MhadAEMKl1kg2oNXzJZtlzc4ZtQA0v5Sn5Zr2HIEPMsFJswWWlO9t1Q==", "cycle.min.js" : "sha512-E/lbRcoi8FZi/lfpwjChLxEHsW6bToKO8iuZ5Mja6J3PCJahRFNhoRPcXSnpjOXmBPK26xJ8l7IKmigCtQ0kdw=="}
json_instruct
{"type": "object", "properties": {"cycle.js": {"type": "string"}, "cycle.min.js": {"type": "string"}}, "required": ["cycle.js", "cycle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org...
{"name" : "altar", "sample1" : "1Bya3hkc9XZL--v0nB90nCj5hQDdERL2_", "sample2" : "1M8o5q3wTSiPioD66d2B36ZQCGlhE-Dak", "sample3" : "1hWNb-pUIIYJpMesIiOSoJWEZsyp2Nmzi"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"1547437804344": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", ...
{"1547437804344" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9UNV9OdW1iRHJ1bXNfdjItRVFfVDVfTnVtYkRydW1zLmh0bWwtYW5hbHl0aWNzLTE1NDc0Mzc4MDQyNDU=.json"}, "1547437806215" : {"type" : "st"}, "154743780...
json_instruct
{"type": "object", "properties": {"1547437804344": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "1547437806215": {"type": "object", "properties": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.a1e32a19.ch...
{"files" : {"main.js" : "/static/js/main.d769bdeb.chunk.js", "main.js.map" : "/static/js/main.d769bdeb.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.2429eb54.js", "runtime-main.js.map" : "/static/js/runtime-main.2429eb54.js.map", "static/js/2.a1e32a19.chunk.js" : "/static/js/2.a1e32a19.chunk.js", "static/...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.a1e32a19.chunk.js": {"type": "string"}, "static/js/2.a1e32a19.chunk.js.map": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "data", "start", ...
{"id" : "s2missions1i15-1-14mission115-1-14", "type" : "GOAL", "data" : {}, "start" : "s1i15-1-14", "end" : "mission115-1-14"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "data", "start", "end"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repo...
{"name" : "base-html-bootstrap-template", "version" : "2015.05.03", "description" : "Base HTML5 Bootstrap template", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/itcrab/base-html-bootstrap-template.git"}, "keywords...
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"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
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" : "liberty", "long" : "<i>Meaning:</i> \"liberty\" (from slavery).<br/><i>Usage:</i> freedom.<br/><i>Source:</i> from \"H2666\";"}
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": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schem...
[{"name" : "ZAQUENNA", "frequency" : 1, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31"...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Pomn\u00edk padl\u00fdch v Kr\u00e1sn\u00e9m", "P31" : "http://www.wikidata.org/entity/Q575759", "P31^label:cs" : "Pomn\u00edk padl\u00fdm", "P131^label:cs" : "T\u0159i Sekery", "P6736" : "9200"}, "geometry" : {"type" : "Poi...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "coords": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}, "orbit": {"type": "...
{"data" : {"id" : "33 38 27 1", "coords" : {"x" : 33, "y" : 38, "z" : 27, "orbit" : 1}, "lsn" : 78, "mining_difficulty" : 1.14}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "coords": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}, "orbit": {"type": "integer"}}, "required": ["x", "y", "z", "orbit"]}, "lsn": {"type": "integer"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"kind": {"type": "string"}, "properties": {"type": "object", "properties": {"endpoint": {"type": "string"}, "collection": {"type": "object", "properties": {"referenceName": {"type": "string"}, "type": {"type": "string"}}, "r...
{"kind" : "AdlsGen2", "properties" : {"endpoint" : "https://.dfs.core.windows.net/", "collection" : {"referenceName" : "", "type" : "CollectionReference"}}}
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "properties": {"type": "object", "properties": {"endpoint": {"type": "string"}, "collection": {"type": "object", "properties": {"referenceName": {"type": "string"}, "type": {"type": "string"}}, "required": ["referenceName", "type"]}}, "required": ["endpoint"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "imageURL": {"type": "string"}, "gitHubURL": {"type": "string"}, "linkedInURL": {"type": "string"}, "twitterURL": {"type": "string"}}, "required": ["name", "imageURL", "gitHubURL", "linkedInURL", "tw...
{"name" : "Sarika Kushwaha", "imageURL" : "https://imgur.com/gna082V.jpg", "gitHubURL" : "https://github.com/sarikaji22", "linkedInURL" : "https://www.linkedin.com/in/sarika-kushwaha-186a881a0", "twitterURL" : ""}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "imageURL": {"type": "string"}, "gitHubURL": {"type": "string"}, "linkedInURL": {"type": "string"}, "twitterURL": {"type": "string"}}, "required": ["name", "imageURL", "gitHubURL", "linkedInURL", "twitterURL"], "$schema": "http://json-schema.org/draft-07/sch...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"new_version" : "1.9.9"}
json_instruct
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id_3702": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "reade...
{"id_3702" : {"title" : "Ateneu", "language" : "Portuguese", "totaltime" : "8:59:05", "url_librivox" : "http://librivox.org/o-ateneu-by-raul-pompeia/", "url_iarchive" : "http://www.archive.org/details/o_ateneu_1012_librivox", "readers" : ["2961", "4367", "5417"], "authors" : "1548", "genres" : "General Fiction"}}
json_instruct
{"type": "object", "properties": {"id_3702": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "commands": {"type": "object", "properties": {}, "required": []}}, "required": ["version", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "7.39.2", "commands" : {}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "commands": {"type": "object", "properties": {}, "required": []}}, "required": ["version", "commands"], "$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#"}
[[1974, 6], [1975, 6], [1977, 6], [1979, 8], [1980, 6], [1981, 15], [1982, 12], [1983, 13], [1984, 16], [1985, 27], [1986, 17], [1987, 25], [1988, 31], [1989, 40], [1990, 42], [1991, 28], [1992, 32], [1993, 45], [1994, 29], [1995, 41], [1996, 41], [1997, 42], [1998, 40], [1999, 34], [2000, 21], [2001, 34], [2002, 24], ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "recipe": {"type": "object", "properties": {}, "required": []}, "episodeConfigurations": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "number"}...
{"version" : "1.0.0", "recipe" : {}, "episodeConfigurations" : [{"position" : 0.0, "velocity" : 0.0, "angle" : 0.0, "rotation" : 0.0}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "recipe": {"type": "object", "properties": {}, "required": []}, "episodeConfigurations": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "number"}, "velocity": {"type": "number"}, "angle": {"type": "number"}, "rotation": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "directories": {"type":...
{"name" : "strapi-provider-email-sendinblue", "version" : "1.0.5", "description" : "Sendinblue provider for strapi email", "homepage" : "https://github.com/eddybordi/strapi-provider-email-sendinblue", "keywords" : ["email", "strapi", "sendinblue"], "directories" : {"lib" : "./lib"}, "main" : "./lib", "dependencies" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "body-parser"...
{"name" : "simplew", "version" : "0.1.8", "description" : "Simple web app framework for Node.js (based on express, dot, and promises)", "main" : "index.js", "dependencies" : {"bluebird" : "^2.9.24", "body-parser" : "^1.12.4", "express" : "^4.12.3", "express-dot" : "^0.1.0", "lodash" : "^3.6.0"}, "repository" : {"type" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "express-dot": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Title": {"type": "string"}, "Author": {"type": "string"}, "Company": {"type": "string"}, "BgPath": {"type": "string"}, "DstPath": {"type": "string"}, "MemberPath": {"type": "string"}, "Th...
[{"Title" : "Go \u7684\u5927\u6570\u636e", "Author" : "\u6bdb\u5251", "Company" : "BILIBILI", "BgPath" : "./data/img/poster.jpg", "DstPath" : "./data/gen/dst/mojian.jpg", "MemberPath" : "./data/img/maojian.jpeg", "ThumbPath" : "./data/gen/thumb/maojian.jpg"}, {"Title" : "Go \u8bed\u8a00\u5728\u6e38\u620f\u9879\u76ee\u7...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Title": {"type": "string"}, "Author": {"type": "string"}, "Company": {"type": "string"}, "BgPath": {"type": "string"}, "DstPath": {"type": "string"}, "MemberPath": {"type": "string"}, "ThumbPath": {"type": "string"}}, "required": ["Title", "Author", "Company...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "contact:facebook": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": ...
{"type" : "Feature", "id" : "node/7467375942", "properties" : {"amenity" : "marketplace", "contact:facebook" : "https://www.facebook.com/marchesdelaseille/", "name" : "March\u00e9 de la Seille", "opening_hours" : "Fr[1] 17:00-19:30; PH off", "opening_hours:covid19" : "same", "source" : "knowledge", "id" : "node/7467375...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "contact:facebook": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "opening_hours:covid19": {"type": "string"}, "so...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author...
{"title" : "Futabu Hmv (Hantres) \uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "hantres93", "description" : "anotherundefinedjobundefinedIundefinedwasundefinedaskedundefinedfor.undefinedIundefinedtriedundefinedtoundefinedmakeundefineditundefinedinundefined60undefinedframes,undefinedIundefinedhopeundefinedyouundefin...
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...
Based on the schema below, produce a valid JSON object: {"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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.112633, 34.689407], [-118.103673, 34.689535], [-118.103506, 34.675044], [-118.11239, 34.675041], [-118.112633, 34.689407]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 6960}}]}
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": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["520502123001", "\u5c42\u53f0\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["520502123002", "\u5b98\u53a2\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["520502123003", "\u65af\u6817\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["520502123202", "\u5411\u9633\u6751\u59d4\u4f1a", "220", "0"], ["520502123204", "\u5149\u8...
json_instruct
{"type": "array", "items": {"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": {"max_contests": {"type": "integer"}, "mu_noob": {"type": "integer"}, "sig_noob": {"type": "integer"}, "contest_source": {"type": "string"}, "system": {"type": "object", "properties": {"method": {"type": "string"...
{"max_contests" : 18292, "mu_noob" : 1500, "sig_noob" : 350, "contest_source" : "dance", "system" : {"method" : "glicko", "params" : [70.0, 5.0]}}
json_instruct
{"type": "object", "properties": {"max_contests": {"type": "integer"}, "mu_noob": {"type": "integer"}, "sig_noob": {"type": "integer"}, "contest_source": {"type": "string"}, "system": {"type": "object", "properties": {"method": {"type": "string"}, "params": {"type": "array", "items": {"type": "number"}}}, "required": [...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type"...
{"description" : "net/http: fix crash with Transport.CloseIdleConnections\n\nThanks Michael Lore for the bug report!\n\nFixes issue 3266", "cc" : ["golang-dev@googlegroups.com", "rsc@golang.org"], "reviewers" : [], "messages" : [{"sender" : "bradfitz@golang.org", "recipients" : ["bradfitz@golang.org", "golang-dev@googl...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["ipyxact"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"datestamp": {"type": "string"}, "title": {"type": "string"}, "creator": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "subject": {"type": "...
{"datestamp" : "Wed Apr 14 22:41:36 EDT 2021", "title" : "Replication data for: Finance and Business Cycles: The Credit-Driven Household Demand Channel", "creator" : "Atif Mian", "identifier" : ["114017", "114017", "https://doi.org/10.3886/E114017V1"], "description" : "What is the role of the financial sector in explai...
json_instruct
{"type": "object", "properties": {"datestamp": {"type": "string"}, "title": {"type": "string"}, "creator": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "subject": {"type": "array", "items": {"type": "string"}}}, "required": ["datestamp", "title", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/holiday/giantsnowflake/giantsnowflake.object": {"type": "array", "items": {"...
[{"DeniedAlternatives" : [], "Files" : {"objects/holiday/giantsnowflake/giantsnowflake.object" : ["/description"]}, "Texts" : {"Eng" : "A huge snowflake decoration.", "Rus" : "\u041e\u0433\u0440\u043e\u043c\u043d\u043e\u0435 \u0443\u043a\u0440\u0430\u0448\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 \u0441\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/holiday/giantsnowflake/giantsnowflake.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/holiday/giantsnowflake/giantsnowfla...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"YouTube": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"typ...
{"YouTube" : {"domain" : "youtube.com", "url" : "https://www.youtube.com/", "tfa" : ["students"], "documentation" : "https://www.youtube.com/premium/student", "keywords" : ["entertainment"]}}
json_instruct
{"type": "object", "properties": {"YouTube": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "emai...
{"name" : "fighttheice/console", "description" : "PHP Console Framework that fires lots of events", "type" : "project", "license" : "MIT", "authors" : [{"name" : "William Knauss", "email" : "william.knauss@kingdom.com"}], "autoload" : {"classmap" : ["src"]}, "require" : {"webmozart/assert" : "^1.6", "ramsey/uuid" : "^3...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, ...
{"description" : "Provides properties for a single animal health diagnosis.", "type" : "object", "properties" : {"id" : {"type" : "string", "description" : "Unique identifier for this diagnosis."}, "name" : {"type" : "string", "description" : "Name indicating the health condition diagnosed."}, "description" : {"type" :...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "name": {"type": "object", "prope...
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" : "NNEKA", "frequency" : 1189, "males" : "0.08410428931875526 %", "females" : "99.91589571068124 %"}]
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "s...
{"itemid" : "minecraft:skull", "displayname" : "\u00a7cGame Annihilator", "nbttag" : "{HideFlags:254,SkullOwner:{Id:\"473bf270-99e1-3feb-b816-ef7e6ae4cb82\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRhMzMyYWJkZTMzM2ExNWE2YzZmY2ZlY2E4M2YwMT...
json_instruct
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"...
[{"oq" : "0", "q" : "4530", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1616101200000, "wptn" : "4", "z" : "166.14"}, {"oq" : "0", "q" : "1810", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1616101200000, "wptn" : "4", "z" : "173.68"}, {"oq" : "0", "q" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["00001", "00002", "00005", "00006", "00008", "00010", "00012", "00013", "00014", "00015", "00016", "00018", "00020", "00021", "00022", "00025", "00026", "00027", "00028", "00030", "00031", "00033", "00035", "00036", "00040", "00044"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type...
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=2759", "name" : "Society Organised For Promotion Of Rural Tribal And Downtrodden (Soport)", "primaryEmail" : "gdsoport@hotmail.com", "telephone" : ["914312762357"], "mainAddrress" : {"state" : "Tamil Nadu", "address" : ["M 3/1 Gandhiag...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "a...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "stateShort": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit"...
{"id" : "vny", "name" : "Van Nuys Airport", "city" : "Los Angeles", "state" : "California", "stateShort" : "CA", "country" : "USA", "description" : "Van Nuys Airport serves Los Angeles, located in the *V*an *N*u*y*s neighborhood of the San Fernando Valley.", "imageCredit" : "Thomas Hawk", "imageCreditLink" : "https://w...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "stateShort": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit": {"type": "string"}, "imageCreditLink": {"type": "string"}}, ...
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": {"dev": {"type": "string"}, "build": {"type":...
{"name" : "covid3d", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "parcel src/index.html", "build" : "parcel build src/index.html"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"@babel/core" : "^7.9.0", "@babel/plugin-transform-runtime" : "^7.9.0", "parc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "keywords": {"type": "array", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "str...
{"name" : "Mercurys-Sundial", "version" : "0.0.1", "description" : "Cron for Mercury", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git@github.com:mstraughan86/Mercurys-Sundial.git"}, "keywords" : ["slack",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec...
Create a JSON structure that matches this schema definition: {"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" : ["120008"], "\uc81c\uc548\uc77c\uc790" : ["1985-05-14"], "\uc81c\uc548\uc790" : ["\uc758\uc7a5"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c12\ub300(1985~1988)\uc81c125\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-...
{"elapsed" : "0.079", "endpoint-url" : "https://www.staffsmoorlands.gov.uk/media/3861/SM-2019-Brownfield-Register-CSV/Excel/BLR_SMDC_19_CSV.csv", "entry-date" : "2019-12-24T12:16:56.848360", "exception" : "SSLError"}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Born": {"type": "array", "items": {"type": "string"}}, "Occupation": {"type": "array", "items": {"type": "string"}}, "Years active": {"type": "array", ...
{"title" : ["Denzel Washington"], "Born" : ["Denzel Hayes Washington Jr. , (1954-12-28) December 28, 1954 (age 64) , Mount Vernon, New York, U.S."], "Occupation" : ["Actor, director, producer"], "Years active" : ["1975-present"], "Spouse(s)" : ["Pauletta Pearson , ( m. 1983)"], "Children" : ["4, including John David ...
json_instruct
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Born": {"type": "array", "items": {"type": "string"}}, "Occupation": {"type": "array", "items": {"type": "string"}}, "Years active": {"type": "array", "items": {"type": "string"}}, "Spouse(s)": {"type": "array", "items": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type"...
{"\u5de5\u5ee0\u540d\u7a31" : "\u5143\u4e95\u570b\u969b\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "64007292", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u9ce5\u677e\u5340\u6c34\u7ba1\u8def11\u865f1\u6a13", "\u5de5\u5ee0\u5e02\u93ae\...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
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" : 404388971, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a6568b16a7dc5ab63a95a6cb5de6c3ce", "wof:id" : 404388971, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.65861, 42.97111, 0.65861, 42.97111], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"van-checkbox": {"type": "string"}, "van-checkbox-group": {"type": "string"}, "tabbar": {"type": "string"}}, "required": ["van-checkbox", "van-checkbox-group", "tab...
{"usingComponents" : {"van-checkbox" : "/miniprogram_npm/vant-weapp/checkbox/index", "van-checkbox-group" : "/miniprogram_npm/vant-weapp/checkbox-group/index", "tabbar" : "../../components/tabbar/tabbar"}}
json_instruct
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"van-checkbox": {"type": "string"}, "van-checkbox-group": {"type": "string"}, "tabbar": {"type": "string"}}, "required": ["van-checkbox", "van-checkbox-group", "tabbar"]}}, "required": ["usingComponents"], "$schema": "http://json-sch...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-uuid": {"type": "string"}}, "requir...
{"name" : "SSE-Example", "description" : "Example for iOS EventSource implementation on Swift", "author" : "Andres Canal", "version" : "1.0.0", "dependencies" : {"node-uuid" : "1.4.8"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-uuid": {"type": "string"}}, "required": ["node-uuid"]}}, "required": ["name", "description", "author", "ve...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-fpvm-x2pg-q52h", "modified" : "2022-05-01T17:58:57Z", "published" : "2022-05-01T17:58:57Z", "aliases" : ["CVE-2007-1993"], "details" : "Buffer overflow in the pfs_mountd.rpc RPC daemon in the Portable File System (PFS) in HP-UX B.11.00, B.11.11, and B.11.23 allows remote attack...
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...
Please provide a valid JSON object following this schema: {"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" : "3313160003", "district_id" : "3313160", "name" : "GANTEN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 85801053, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "611fbb4e9f0a614030348b6de7ff4f28", "wof:id" : 85801053, "wof:repo" : "whosonfirst-data-admin-be"}, "bbox" : [4.45238, 50.89659, 4.45238, 50.89659], "geometry" : {"coordinates" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "Win...
{"Time" : "2021-08-12T03:00:00Z", "Temp" : 24.1, "RelHum" : 89, "WindSpeed" : 0.3, "WindDir" : 76}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "stri...
[{"postal_code" : "60135", "place_name" : "El Sa\u00faco", "place_type" : "Colonia", "county" : "Uruapan", "state" : "Michoac\u00e1n de Ocampo", "city" : "Uruapan"}, {"postal_code" : "60135", "place_name" : "Uruapan Progreso", "place_type" : "Colonia", "county" : "Uruapan", "state" : "Michoac\u00e1n de Ocampo", "city" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, ...
{"username" : "user02", "additional_items" : [], "items" : {"1" : "neutral", "3" : "positive", "2" : "neutral", "5" : "neutral", "4" : "neutral", "6" : "negative"}, "tweet_id" : "571632228951846912", "timespent" : 25.648761987686, "starttime" : 1429649559.4455, "itemcount" : "6", "savingtime" : 1429649585.0943}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, "4": {"type": "string"}, "6": {"type": "string"}}, "require...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"bcrypt-...
{"name" : "mybooks-server", "version" : "0.1.0", "scripts" : {"start" : "node app.js"}, "dependencies" : {"bcrypt-nodejs" : "0.0.3", "body-parser" : "~1.18.2", "crypto-js" : "^3.1.9-1", "express" : "~4.15.5", "mysql" : "^2.15.0", "uuid" : "^3.2.1", "uuid-validate" : "0.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"bcrypt-nodejs": {"type": "string"}, "body-parser": {"type": "string"}, "crypt...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"enabled": {"type": "boolean"}, "appID": {"type": "string"}, "accessKey": {"type": "string"}, "mqttUrl": {"type": "string"}}, "required": ["enabled", "appID", "accessKey", "mqttUrl"], "$schema": "http://json-sch...
{"enabled" : true, "appID" : "plofballon", "accessKey" : "ttn-account-v2.bFjAYbEgzSKKxO1rn4zDOlkHwTfIfgj4ItOqXJCKbEE", "mqttUrl" : "eu.thethings.network:1883"}
json_instruct
{"type": "object", "properties": {"enabled": {"type": "boolean"}, "appID": {"type": "string"}, "accessKey": {"type": "string"}, "mqttUrl": {"type": "string"}}, "required": ["enabled", "appID", "accessKey", "mqttUrl"], "$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"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "foreman": {"type": "string"}, "rea...
{"name" : "electron-with-create-react-app", "version" : "0.1.0", "private" : true, "devDependencies" : {"electron" : "^1.4.14", "foreman" : "^2.0.0", "react-scripts" : "0.8.5"}, "dependencies" : {"excel-parser" : "^0.2.2", "material-ui" : "^0.18.6", "nedb" : "^1.8.0", "react" : "^15.4.2", "react-bootstrap" : "^0.31.0",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "foreman": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["electron", "foreman", "reac...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type":...
{"rustc" : 7151530983591731262, "features" : "[]", "target" : 14814828103201250705, "profile" : 14996655781355331481, "path" : 1036222786711178230, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/rust_trial-9a71be56b96b15e5/dep-bin-rust_trial"}}], "rustflags" : [], "metadata" : 1211277279617...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
Please provide a valid JSON object following this 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" : 9007200872727670000, "key" : "/static/62ef55a62dd87f45ce7e15d7b57fc980/0a47e/NRDB2.png", "val" : "df1141aa9890f383b69c9ce747539b1d"}
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": {"sn32.53:1.1": {"type": "string"}}, "required": ["sn32.53:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn32.53:1.1" : "cck17.231, dr17.316, ms13S3_1224, msdiv602, pts-vp-pli3.256, sc1, vri25.253"}
json_instruct
{"type": "object", "properties": {"sn32.53:1.1": {"type": "string"}}, "required": ["sn32.53:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "i...
{"name" : "i9w3b/faker", "description" : "Pacote Laravel que gera dados falsos.", "keywords" : ["i9w3b", "laravel", "package", "dev", "faker"], "homepage" : "https://github.com/i9w3b/faker", "license" : "MIT", "authors" : [{"name" : "Marcelo Sena", "email" : "suportemarcelosena@gmail.com", "homepage" : "https://github....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["generator-mcfly-ng2", "mcfly-github", "ngc-wrapped"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"distance": {"type": "number"}}, "required": ["distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"distance" : 0.047619047619047616}
json_instruct
{"type": "object", "properties": {"distance": {"type": "number"}}, "required": ["distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, ...
{"id" : 105391, "name" : "Open link Context Menu modifier", "description" : "This userstyle now only removes open window options. I am trying to think of a way to add a context menu item for background tab. The open link in addon stopped working with firefox 45 and has not been updated.", "user" : {"id" : 270475, "name...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"lib": {"type": "array", "items": {"type": "string"}}, "isolatedModules": {"type": "boolean"}, "declaration": {"type": "boole...
{"extends" : "../../tsconfig", "compilerOptions" : {"lib" : ["dom", "esnext"], "isolatedModules" : false, "declaration" : false, "declarationMap" : false, "jsx" : "react", "incremental" : true, "skipLibCheck" : true, "allowSyntheticDefaultImports" : true, "resolveJsonModule" : true, "esModuleInterop" : true}, "exclude"...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"lib": {"type": "array", "items": {"type": "string"}}, "isolatedModules": {"type": "boolean"}, "declaration": {"type": "boolean"}, "declarationMap": {"type": "boolean"}, "jsx": {"type": "string"}, "incr...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_ab...
{"place_name" : "Strathmere", "state_name" : "New Jersey", "state_abbrv" : "NJ", "lat" : "39.1992", "long" : "-74.6554"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#...
[{"name" : "NYAIIK", "frequency" : 1, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isCube": {"type": "boolean"}}, "required": ["name", "isCube"]}}, "floats": {"type": "array", "items": {}}, "vector...
{"textures" : [{"name" : "diffuseSampler", "isCube" : false}, {"name" : "otherSampler", "isCube" : false}], "floats" : [], "vectors2" : [], "vectors3" : []}
json_instruct
{"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isCube": {"type": "boolean"}}, "required": ["name", "isCube"]}}, "floats": {"type": "array", "items": {}}, "vectors2": {"type": "array", "items": {}}, "vectors3": {"type": "array", "it...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": ...
[{"id" : 2795, "gempId" : "8_64", "side" : "Light", "rarity" : "R", "set" : "8", "printings" : [{"set" : "8"}], "front" : {"title" : "Were You Looking For Me?", "imageUrl" : "https://res.starwarsccg.org/cards/Endor-Light/large/wereyoulookingforme.gif", "type" : "Interrupt", "subType" : "Used Or Lost", "destiny" : "5", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Safira", "displayName" : "Safira"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[30.071314811706543, 30.4019558429718, 30.638670444488525, 30.223013639450073, 29.940027952194214, 29.71529769897461, 29.916088104248047, 29.690988302230835, 28.73081088066101, 29.760322332382202, 29.507535219192505, 29.322572708129883, 32.1322546005249, 29.55801773071289, 29.367575645446777, 29.27572751045227, 29.6197...
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId...
{"name" : "Token D9LQ", "symbol" : "D9LQ1", "decimals" : 6, "address" : "D9LQ1XrgxH6apiGKXiRAdQy1bDwfkkYDrVKhpoANktRe", "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#"}
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"}, "bin": {"type": "string"}, "engines": {"type": "object", "properties": {"io.js": {"type": "string"}}, "requ...
{"name" : "magnet2torrent", "version" : "1.0.3", "description" : "convert magnet uri to torrent file", "main" : "index.js", "bin" : "bin/magnet2torrent.js", "engines" : {"io.js" : "*"}, "scripts" : {"test" : "npm run lint && npm run test-ci", "test-ci" : "mocha", "test-cov" : "istanbul cover _mocha --report lcovonly", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "engines": {"type": "object", "properties": {"io.js": {"type": "string"}}, "required": ["io.js"]}, "scripts": {"type": "object", "propert...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite...
{"ast" : null, "code" : "class GoogleSpreadsheetFormulaError {\n constructor(errorInfo) {\n this.type = errorInfo.type;\n this.message = errorInfo.message;\n }\n\n}\n\nmodule.exports = {\n GoogleSpreadsheetFormulaError\n};", "map" : {"version" : 3, "sources" : ["/Users/safahi/Desktop/index-ui-master/node_modul...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "financer": {"type": "string"}, "price": {"type": "string"}, "buyback": {"type": "string"}, "shipment": {"type": "object", "properties": {"cargo": {"type":...
[{"id" : 1, "financer" : "fiona", "price" : "2.230000", "buyback" : "2.500000", "shipment" : {"cargo" : {"items" : [{"description" : "cola cans", "amount" : "100"}]}, "cargo_hash" : "0x5b78156b9d53dc26775762bee46dccc4508f525c8ee25406932dd935bce22591", "owner" : "isabel", "escrow_address" : "0x609F06EbE0047Cd1A487acdb85...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "financer": {"type": "string"}, "price": {"type": "string"}, "buyback": {"type": "string"}, "shipment": {"type": "object", "properties": {"cargo": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "objec...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nextcloudinstitutions_file_added": {"type": "string"}, "nextcloudinstitutions_file_removed": {"type": "string"}, "nextcloudinstitutions_file_updated": {"type": "string"}, "nextcloudinstitutions_folder_created":...
{"nextcloudinstitutions_file_added" : "A user added a file to Nextcloud (for Institutions) in a project", "nextcloudinstitutions_file_removed" : "A user removed a file from Nextcloud (for Institutions) in a project", "nextcloudinstitutions_file_updated" : "A user updated a file in Nextcloud (for Institutions) in a proj...
json_instruct
{"type": "object", "properties": {"nextcloudinstitutions_file_added": {"type": "string"}, "nextcloudinstitutions_file_removed": {"type": "string"}, "nextcloudinstitutions_file_updated": {"type": "string"}, "nextcloudinstitutions_folder_created": {"type": "string"}, "nextcloudinstitutions_folder_selected": {"type": "str...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"comment": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "rules": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "gate": {"type": "string"}, "id": {"type":...
{"comment" : "", "id" : "1afd4470-ea7a-486a-8807-97dfc4e2fa3e", "name" : "curl_example", "rules" : [{"action" : "STOP", "gate" : "dockerfile", "id" : "5761853b-4d78-49ad-8a22-fc591ee958e2", "params" : [{"name" : "instruction", "value" : "RUN"}, {"name" : "check", "value" : "like"}, {"name" : "value", "value" : ".*curl....
json_instruct
{"type": "object", "properties": {"comment": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "rules": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "gate": {"type": "string"}, "id": {"type": "string"}, "params": {"type": "array", "items": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"thanks": {"type": "string"}, "points-user": {"type": "string"}, "leaderboard-pagesize": {"type": "string"}}, "required": ["thanks", "points-user", "leaderboard-pagesize"], "$schema": "http://json-schema.org/draft-07/schema#"} ...
{"thanks" : "14400", "points-user" : "10", "leaderboard-pagesize" : "5"}
json_instruct
{"type": "object", "properties": {"thanks": {"type": "string"}, "points-user": {"type": "string"}, "leaderboard-pagesize": {"type": "string"}}, "required": ["thanks", "points-user", "leaderboard-pagesize"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900717473": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900717474": {"type": "object", "properties": {"nama": {"type":...
{"900717473" : {"nama" : "TPS 1", "dapil" : [7301, 17304, 2730302]}, "900717474" : {"nama" : "TPS 2", "dapil" : [7301, 17304, 2730302]}, "900717475" : {"nama" : "TPS 3", "dapil" : [7301, 17304, 2730302]}, "900717476" : {"nama" : "TPS 4", "dapil" : [7301, 17304, 2730302]}}
json_instruct
{"type": "object", "properties": {"900717473": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900717474": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"ini": {"type": "string"}, "puppeteer": {"type": "string"}, "pushover-notifications": {"type": "string"}, "shelljs": {"type": "string"}}, "required": ["ini", "puppe...
{"dependencies" : {"ini" : "^1.3.5", "puppeteer" : "^1.8.0", "pushover-notifications" : "^1.2.2", "shelljs" : "^0.8.3"}, "name" : "delivery-slot-bot", "version" : "1.0.0", "description" : "Tool to find supermarket online delivery slots", "main" : "delivery-slots.js", "author" : "Paul Maunders", "license" : "MIT", "priv...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"ini": {"type": "string"}, "puppeteer": {"type": "string"}, "pushover-notifications": {"type": "string"}, "shelljs": {"type": "string"}}, "required": ["ini", "puppeteer", "pushover-notifications", "shelljs"]}, "name": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "item...
{"id" : "60521295-ac7f-482f-86fc-64f9c90ad37d", "firstName" : "Antonina", "lastName" : "Paucek", "email" : "antonina.paucek-8806@example.com", "username" : "antonina.paucek-8806@example.com", "password" : "bat", "organisations" : [{"id" : "9be9f611-2d36-431a-9109-7fcbbfc88fc8", "code" : "C99", "name" : "University of C...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/sc...
{"title" : "When Will My Life Begin-\u9b54\u53d1\u5947\u7f18OST", "author" : "Mandy Moore", "musicType" : "\u5f71\u89c6", "musicNo" : "0011576"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "trait": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "require...
{"id" : "first-wind", "name" : "First Wind", "type" : "minor", "trait" : [{"id" : "trait-light-storm-or-death", "name" : "Light, Storm or Death"}], "icon" : "first-wind.png", "stats" : [{"name" : "Health", "value" : "500"}], "grantsPowers" : ["power_discipline_runescarredgladiator_first_wind"], "grantsSlot" : [], "gran...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "trait": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "icon": {"type": "string"}, "stats": {"type": "ar...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"route_25": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "array", "items": {"typ...
{"route_25" : {"type" : "container", "content" : [{"type" : "canvas", "content" : [{"type" : "item", "item" : "slot_route_25_0", "canvas_left" : 483, "canvas_top" : 38, "width" : 32, "height" : 32, "canvas_depth" : 2}, {"type" : "item", "item" : "hubslot_route_25_0", "canvas_left" : 430, "canvas_top" : 38, "width" : 13...
json_instruct
{"type": "object", "properties": {"route_25": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"languageLevel": {"type": "array", "items": {"type": "string"}}, "entryFile": {"type": "string"}, "flatModuleFile": {"type": "s...
{"$schema" : "../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../dist/process-services-cloud", "lib" : {"languageLevel" : ["dom", "es2017"], "entryFile" : "src/public-api.ts", "flatModuleFile" : "adf-process-services-cloud", "umdModuleIds" : {"@alfresco/js-api" : "@alfresco/js-ap"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"languageLevel": {"type": "array", "items": {"type": "string"}}, "entryFile": {"type": "string"}, "flatModuleFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {...
Create a JSON structure that matches this schema definition: {"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"}, "translati...
{"web" : [{"value" : ["\u4eb2\u548c\u529b", "\u4eb2\u548c", "\u59fb\u4eb2"], "key" : "affinity"}, {"value" : ["\u4eb2\u548c\u8272\u8c31\u6cd5", "\u4eb2\u548c\u5c42\u6790", "\u4eb2\u548c\u8272\u8c31\u6cd5"], "key" : "Affinity chromatography"}, {"value" : ["\u5316\u5b66\u4eb2\u5408\u52bf", "\u5316\u5b66\u4eb2\u548c\u529b...
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...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["120116014001", "\u65f6\u5c1a\u5e7f\u573a\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["120116014002", "\u798f\u745e\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["120116014003", "\u5eb7\u7fe0\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["120116014004", "\u7d2b\u4e91\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["1...
json_instruct
{"type": "array", "items": {"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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type":...
{"name" : "reclick", "version" : "0.2.1", "description" : "Clicking Menu in React made simpler!", "main" : "./lib/index.js", "scripts" : {"dev" : "BABEL_ENV=development babel --watch ./src/ --out-dir ./lib", "build" : "BABEL_ENV=production babel ./src/ --out-dir ./lib", "test" : "eslint src/ && jest --coverage"}, "repo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build", "test...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Zvoni\u010dka v Pazu\u0161e pobl\u00ed\u017e kaple", "P31" : "http://www.wikidata.org/entity/Q10861631", "P31^label:cs" : "Zvoni\u010dka", "P131^label:cs" : "Litomy\u0161l", "P6736" : "17537"}, "geometry" : {"type" : "Point"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs...
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": {"test": {"type": "string"}, "prepublish": {"type": "string"}},...
{"name" : "passomatic", "version" : "1.0.7", "description" : "Passomatic is a lightweight password generation module that takes one argument, a number from 1-10 as an indication of password strength. Effortlessly generate placeholder passwords upon account creation, integrate behind a UI with a dial or slider, and enjo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "prepublish"]}, "keywords": {"type"...
Based on the schema below, produce a valid JSON object: {"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": {"ty...
{"title" : "Fable: A Language for Enforcing User-defined Security Policies.", "fields" : ["language based security", "computer security model", "information security standards", "security policy", "data security"], "abstract" : "This paper presents FABLE, a core formalism for a programming language in which programmers...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string...
{"stationId" : 1133914, "stationGroupId" : 1133914, "name" : "\u7b20\u9593", "lineId" : 11339, "zipCode" : "309-1626", "pref" : "\u8328\u57ce\u770c", "city" : "\u7b20\u9593\u5e02", "town" : "\u4e0b\u5e02\u6bdb", "longitude" : 140.246515, "latitude" : 36.373056, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
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": {}}}, "required": ["contract", "tool", "...
{"contract" : "0x147c6e79cbc375f101bc44dd54b03ea051a446cc", "tool" : "osiris", "start" : 1564626958.5800853, "end" : 1564626961.3810532, "duration" : 2.8009679317474365, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"e164": {"type": "string"}, "expected": {"type": "string"}}, "required": ["e164", "expected"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"e164" : "18002530000", "expected" : "+1 800-253-0000"}, {"e164" : "19002530000", "expected" : "+1 900-253-0000"}, {"e164" : "12423651234", "expected" : "+1 242-365-1234"}, {"e164" : "442070313000", "expected" : "+44 20 7031 3000"}, {"e164" : "491234", "expected" : "+49 1234"}, {"e164" : "390236618300", "expected" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e164": {"type": "string"}, "expected": {"type": "string"}}, "required": ["e164", "expected"]}, "$schema": "http://json-schema.org/draft-07/schema#"}