input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"codeception/codeception": {"type": "string"}}, "required": ["codeception/codeception"]}, "...
{"name" : "solutiondrive/demo_codeception", "description" : "For a Session at www.devops-camp.de", "type" : "project", "require" : {"codeception/codeception" : "^4.1"}, "license" : "MIT", "minimum-stability" : "stable"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"codeception/codeception": {"type": "string"}}, "required": ["codeception/codeception"]}, "license": {"type": "string"}, "minimum-stability": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01023432": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie...
{"type" : "Topology", "objects" : {"E01023432" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00119027", "LAD11CD" : "E07000096"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01023432": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"creation_epoch": {"type": "string"}, "start_epoch": {"type": "string"}, "start_DeepLearning_def_1": {"type": "string"}, "start_DeepLearning_grid_1": {"type": "string"}, "start_DeepLearning_grid_2": {"type": "string"...
{"creation_epoch" : "1595170124", "start_epoch" : "1595170124", "start_DeepLearning_def_1" : "1595170124", "start_DeepLearning_grid_1" : "1595170138", "start_DeepLearning_grid_2" : "1595171335", "start_DeepLearning_grid_3" : "1595172438", "stop_epoch" : "1595173726", "duration_secs" : "3602", "start" : "15:48:44", "end...
json_instruct
{"type": "object", "properties": {"creation_epoch": {"type": "string"}, "start_epoch": {"type": "string"}, "start_DeepLearning_def_1": {"type": "string"}, "start_DeepLearning_grid_1": {"type": "string"}, "start_DeepLearning_grid_2": {"type": "string"}, "start_DeepLearning_grid_3": {"type": "string"}, "stop_epoch": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"angular-permission-ng.js": {"type": "string"}, "angular-permission-ng.min.js": {"type": "string"}, "angular-permission-ui.js": {"type": "string"}, "angular-permission-ui.min.js": {"type": "string"}, "angular-...
{"angular-permission-ng.js" : "sha512-dxR0IYfW64engkzZSeKDQPeYvUPnpKydlpVQ0l5NnTdln7FmRKFXcu0grgXW3VfIDsgea5Ws4E2vL46sgmnMAA==", "angular-permission-ng.min.js" : "sha512-riJbOB9yIrZXf2AAu+F0BMgsdEeo8p2RhdCRiDEfY2jTlKmVf1LJsYvoYS7aguuhqV0mDQOkq/sPamClVy70jg==", "angular-permission-ui.js" : "sha512-30zuex9Bi+7oDQBNVQXNsq...
json_instruct
{"type": "object", "properties": {"angular-permission-ng.js": {"type": "string"}, "angular-permission-ng.min.js": {"type": "string"}, "angular-permission-ui.js": {"type": "string"}, "angular-permission-ui.min.js": {"type": "string"}, "angular-permission.js": {"type": "string"}, "angular-permission.min.js": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"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/sche...
[{"name" : "PAESLEIGH", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}...
{"body" : "https://scikit-learn.org/dev/whats_new/v1.0.html#version-1-0-2", "user" : "adamjstewart", "url" : "https://api.github.com/repos/spack/spack/issues/28160", "updated_at" : "2021-12-29 16:01:45", "created_at" : "2021-12-26 16:41:08", "closed_at" : "2021-12-29 15:15:33", "state" : "closed", "title" : "py-scikit-...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "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/sche...
[{"name" : "ANZHELOV", "frequency" : 1, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "$schema": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"defaultValue": {"type": "object", "properti...
{"title" : "parameter", "type" : "object", "$schema" : "http://json-schema.org/draft-07/schema", "description" : "Objects defined by a [definitionEditor](definitionEditor.md) input.", "properties" : {"defaultValue" : {"type" : ["number", "string"], "description" : "The default value that is automatically given is nothi...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "$schema": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"defaultValue": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "descript...
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" : [[[150.125, 43.666666666666664], [150.125, 43.75], [150.25, 43.75], [150.25, 43.666666666666664], [150.125, 43.666666666666664]]]}, "properties" : {"code" : 655041, "url" : "http://madefor.github.io/0410/api/v1/655041.geojson", "view" : "https://git...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"t...
{"code" : 1117050, "parent" : 1117, "name" : "BANDAR", "latitude" : "4.7081014375028", "longitude" : "96.942911364558", "postal" : [24582], "children" : [1117050001, 1117050002, 1117050003, 1117050011, 1117050012, 1117050013, 1117050014, 1117050015, 1117050016, 1117050017, 1117050018, 1117050019, 1117050020, 1117050021...
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "postinstall": {"typ...
{"name" : "java-portable", "version" : "2.5.0-snapshot.0", "description" : "Wrapper for the node-java npm package that improves locating the JRE on the target machine and can support multiple prebuilt platform builds", "main" : "index.js", "scripts" : {"test" : "mocha", "postinstall" : "node postInstall.js", "lint" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "postinstall": {"type": "string"}, "lint": {"type": "string"}, "lintfix": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": [...
[{"review" : "\ubaa8\ub4e0 \uc584\uac1c \uc528\ub9ac\uc988\uc5d0 \ud3c9\uc81010\uc810\ub9cc\uc810\uc744 \uc8fc\uace0 \uc2f6\ub2e4", "date" : "12.12.23", "rating" : "10", "author" : "baks****", "review_id" : "7033400", "movie_id" : "22029"}, {"review" : "\uacfc\uc5f0 \uc774\uac8c \uadf8 \ub2f9\uc2dc\uc5d0 \uc7ac\ubbf8\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-mate...
{"angular-material.css" : "sha256-ts+4tOZGLTUBtirPbc7cCaBqgjyFdwXmZGRloghCxic=", "angular-material.js" : "sha256-GmMdknW2zoNqX8JL8Ot8AoYiP3vViaU1JI3fTVgneq0=", "angular-material.min.css" : "sha256-Ig3ccPcmkXo8VOI33B3Q7mvcQY3/TI7R6hYWXApuq0g=", "angular-material.min.js" : "sha256-xMBFwz5+wS73lvSFy/XSZhOMRALemGfCrBWuCIs8...
json_instruct
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-materi...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items...
{"contract" : "0x491c9a23db85623eed455a8efdd6aba9b911c5df", "tool" : "manticore", "start" : 1563968372.2001486, "end" : 1563970174.0252872, "duration" : 1801.8251385688782, "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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "34b0441613cebaaf4364070278e152efcf46d59b"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "version": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st...
{"name" : "febs-react-component", "version" : "0.1.11", "license" : "BSD-3-Clause", "homepage" : "https://github.com/brainpoint/febs-react-component#readme", "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/brainpoint/febs-react-component.git"}, "keywords" : ["react-native", "react", "febs", "febs-reac...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"display": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "color": {"type": "string"}, "weapon_type": {"type": "string"}, "link": {"type": "string"}, "move_type...
{"display" : "Laegjarn, Sheathed Steel", "name" : "Laegjarn", "title" : "Sheathed Steel", "id" : "laegjarn-sheathed-steel", "color" : "Red", "weapon_type" : "Sword", "link" : "https://kagerochart.com/hero/laegjarn-sheathed-steel", "move_type" : "Flying", "weapon" : ["niu", "silver-sword", "steel-sword", "iron-sword"], ...
json_instruct
{"type": "object", "properties": {"display": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "color": {"type": "string"}, "weapon_type": {"type": "string"}, "link": {"type": "string"}, "move_type": {"type": "string"}, "weapon": {"type": "array", "items": {"type": "...
Please provide a valid JSON object following 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" : 101897807, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "698e404c56ba3618f4156d62a4efbc76", "wof:id" : 101897807, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.86973669987566, 42.99066304550479, 1.88397459802769, 42.99890879534627...
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": ["...
Please provide a valid JSON object following this schema: {"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": {"typ...
{"body" : "adding new package targetp", "user" : "akthoma", "url" : "https://api.github.com/repos/spack/spack/issues/5334", "updated_at" : "2017-11-21 15:32:23", "created_at" : "2017-09-11 20:23:24", "closed_at" : "2017-09-19 20:58:08", "state" : "closed", "title" : "targetp: new package", "number" : 5334, "milestone" ...
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": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"ty...
{"id" : "217553410", "name" : "Penn Gardens", "nodes" : [{"type" : "node", "id" : 879081140, "lat" : 52.2097079, "lon" : -0.9099877}, {"type" : "node", "id" : 879081145, "lat" : 52.2097544, "lon" : -0.9104746}, {"type" : "node", "id" : 879081148, "lat" : 52.2098202, "lon" : -0.9107644}, {"type" : "node", "id" : 8790811...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"vpc_id": {"type": "string"}, "redshift_endpoint": {"type": "string"}, "dms_instance_private_endpoint": {"type": "string"}, "dms_on_prem_to_redshift_target": {"type": "string"}, "sct_on_prem_to_redshift_target":...
{"vpc_id" : "__", "redshift_endpoint" : "__", "dms_instance_private_endpoint" : "__", "dms_on_prem_to_redshift_target" : "__", "sct_on_prem_to_redshift_target" : "__", "vpc" : {"on_prem_cidr" : "__", "vpc_cidr" : "__", "number_of_az" : "__", "cidr_mask" : "__"}, "redshift" : {"cluster_identifier" : "__", "database_name...
json_instruct
{"type": "object", "properties": {"vpc_id": {"type": "string"}, "redshift_endpoint": {"type": "string"}, "dms_instance_private_endpoint": {"type": "string"}, "dms_on_prem_to_redshift_target": {"type": "string"}, "sct_on_prem_to_redshift_target": {"type": "string"}, "vpc": {"type": "object", "properties": {"on_prem_cidr...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type...
{"name" : "tomaskudlac", "scripts" : {"prepare" : "husky install"}, "devDependencies" : {"@commitlint/cli" : "15.0.0", "@commitlint/config-conventional" : "15.0.0", "husky" : "7.0.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "husky":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "4dffe8b5cc4e93f32434a6ffbd32b77ceb810c90"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ColorSpace": {"type": "string"}, "CustomRendered": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "DigitalZoomRatio": {"type": "string"}, "ExifIFDPointer": {"type": "string"}, "ExifImageHeight": {"type": "string"}, ...
{"ColorSpace" : "", "CustomRendered" : "Custom", "DateTimeOriginal" : "2009:7:19 16:6:1", "DigitalZoomRatio" : "0", "ExifIFDPointer" : "151", "ExifImageHeight" : "480", "ExifImageWidth" : "640", "ExifVersion" : "0220", "ExposureBias" : "0", "ExposureProgram" : "Manual", "ExposureTime" : "0.16666666666666666", "FNumber"...
json_instruct
{"type": "object", "properties": {"ColorSpace": {"type": "string"}, "CustomRendered": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "DigitalZoomRatio": {"type": "string"}, "ExifIFDPointer": {"type": "string"}, "ExifImageHeight": {"type": "string"}, "ExifImageWidth": {"type": "string"}, "ExifVersion": {"ty...
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" : "\u9f0e\u632f\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99639560", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07810006163865", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u9f8d\u4e95\u5340\u5fe0\u548c\u91cc\u5de5\u696d\u8def\u4e8c\u4e00...
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...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"toc_title": {"type": "string"}, "href": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"toc_title": {"type": "string"}, "href": {"type": "stri...
[{"toc_title" : "Events", "href" : "./", "children" : [{"toc_title" : "How to: Subscribe to and Unsubscribe from Events", "href" : "how-to-subscribe-to-and-unsubscribe-from-events"}, {"toc_title" : "How to: Publish Events that Conform to .NET Framework Guidelines", "href" : "how-to-publish-events-that-conform-to-net-fr...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"toc_title": {"type": "string"}, "href": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"toc_title": {"type": "string"}, "href": {"type": "string"}}, "required": ["toc_title", "href"]}}, "pdf_name": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "strin...
{"name" : "", "version" : "", "description" : "", "scripts" : {"test" : "echo \"No tests yet...\""}, "author" : "", "dependencies" : {"azure-storage" : "^2.10.3", "mime-types" : "^2.1.28", "node-fetch" : "^2.6.1", "uuid" : "^8.3.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"azure-storage"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "strin...
{"author" : "Nigel Foucha <nigel.foucha@petrocloud.com> (http://petrocloud.com)", "contributors" : ["Niall O'Higgins <niallo@beyondfog.com> (http://niallohiggins.com)"], "license" : "BSD", "name" : "mercurane", "description" : "Easy Node.JS Hg wrapper with support for SSH keys", "version" : "0.1.1", "homepage" : "https...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "item...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"...
{"type" : "yttr:shattering", "ingredient" : {"item" : "beehive"}, "result" : {"item" : "honeycomb", "count" : 3}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"entities": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "number"}, "count": {"type": "integer"}, "indocChainId": {"type": "integer"}, "mention": {"type": "string"}, "norma...
{"entities" : [{"confidence" : 1.0, "count" : 17, "indocChainId" : 0, "mention" : "Samsung", "normalized" : "Samsung", "type" : "ORGANIZATION"}], "requestId" : null, "timers" : null}
json_instruct
{"type": "object", "properties": {"entities": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "number"}, "count": {"type": "integer"}, "indocChainId": {"type": "integer"}, "mention": {"type": "string"}, "normalized": {"type": "string"}, "type": {"type": "string"}}, "required": ["conf...
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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "o...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.133122, 51.498734]}, "properties" : {"start-date" : "2020-07-23", "site-plan-url" : "https://lbhf.maps.arcgis.com/apps/View/index.html?appid=d0d51e7d013a4d1a953ecc1cff697d24&site=15/07497/FULL", "planning-permission-history" : "http://idoxpa.westm...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, ...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"total": {"type": "integer"}, "data": {"type": "object", "properties": {"Aries": {"type": "number"}, "Taurus": {"type": "number"}, "Gemini": {"type": "number"}, "Cancer": {"type": "number"},...
[{"total" : 96, "data" : {"Aries" : 5.2, "Taurus" : 12.5, "Gemini" : 7.29, "Cancer" : 8.33, "Leo" : 8.33, "Virgo" : 3.13, "Libra" : 6.25, "Scorpio" : 15.6, "Sagittarius" : 12.5, "Capricorn" : 5.2, "Aquarius" : 7.29, "Pisces" : 8.33}, "raw" : {"Aries" : 5, "Taurus" : 12, "Gemini" : 7, "Cancer" : 8, "Leo" : 8, "Virgo" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"total": {"type": "integer"}, "data": {"type": "object", "properties": {"Aries": {"type": "number"}, "Taurus": {"type": "number"}, "Gemini": {"type": "number"}, "Cancer": {"type": "number"}, "Leo": {"type": "number"}, "Virgo": {"type": "number"}, "Libra": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "st...
{"name" : "uppie", "version" : "1.1.4", "description" : "Cross-browser directory and multi-file upload library", "author" : "silverwind", "repository" : "silverwind/uppie", "license" : "BSD-2-Clause", "main" : "uppie.js", "browser" : "uppie.js", "scripts" : {"test" : "make test"}, "keywords" : ["directory", "upload", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "scripts": {"type": "object", "propert...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xywh" : "948,1210,3902,486"}
json_instruct
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$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" : "Barangay 19, Batangas City, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.batangas-city.barangay-19", "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": {...
The schema below describes a JSON structure. Generate a valid example: {"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/sche...
[{"name" : "ALYSE", "frequency" : 59, "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": {"backgroundColor": {"type": "string"}}, "required": ["backgroundColor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"backgroundColor" : "#fafafa"}
json_instruct
{"type": "object", "properties": {"backgroundColor": {"type": "string"}}, "required": ["backgroundColor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1507030015", "district_id" : "1507030", "name" : "SUNGAI NIBUNG"}
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 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": {"build": {"type": "string"}, "prepare": {"type": "...
{"name" : "@alexghenderson/redux-modules", "version" : "1.2.1", "description" : "Redux minus a lot of boilerplate", "main" : "dist/index.js", "scripts" : {"build" : "rm -rf dist && babel src -d dist ", "prepare" : "npm run build"}, "author" : "", "license" : "ISC", "devDependencies" : {"babel-cli" : "^6.26.0", "babel-p...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build", "prepare"]}, "author": {"type": "str...
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" : [345.32, 188.539, 0.843065, 339.438, 239.523, 0.879308, 300.26, 245.465, 0.806557, 288.549, 321.887, 0.808124, 288.547, 392.29, 0.840453, 384.484, 227.695, 0.903917, 411.87, 290.528, 0.805382, 413.962, 353.142, 0.803077, 351.207, 374.713, 0.762127, 321.816, 380.551, ...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["n...
{"type" : "FeatureCollection", "name" : "wc3_TCsample140_simpDP_vlgcd2011_558731", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"gml_id" : "Maharashtra_village.32932", "stname" : "Maharashtra", "dtname" : "Beed", "gpname" : "Ban...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "a...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties":...
{"name" : "misd/collections", "type" : "library", "description" : "Collections library", "homepage" : "https://github.com/misd-service-development/php-collections", "license" : "MIT", "authors" : [{"name" : "Chris Wilkinson", "email" : "chris.wilkinson@admin.cam.ac.uk"}], "support" : {"issues" : "https://github.com/mis...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ec_pf_r4": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "group": {"type": "string"}, "topic": {"type": "string"}, "offset": {"type": "integer"}, "lag": {"type":...
{"ec_pf_r4" : [{"timestamp" : 1503081000000, "group" : "ec_pf_newegg_com", "topic" : "ec_pf_r4", "offset" : 47750, "lag" : 147}, {"timestamp" : 1503082800000, "group" : "ec_pf_newegg_com", "topic" : "ec_pf_r4", "offset" : 48042, "lag" : 163}, {"timestamp" : 1503084600000, "group" : "ec_pf_newegg_com", "topic" : "ec_pf_...
json_instruct
{"type": "object", "properties": {"ec_pf_r4": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "group": {"type": "string"}, "topic": {"type": "string"}, "offset": {"type": "integer"}, "lag": {"type": "integer"}}, "required": ["timestamp", "group", "topic", "offset", "lag"]}...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"account_category": {"type": "string"}, "fiscal_year_range": {"type": "string"}, "budget_type": {"type": "integer"}, "total": {"type": "number"}}, "required": ["account_category", "fiscal_year_rang...
[{"account_category" : "Business License Tax", "fiscal_year_range" : "FY18-19", "budget_type" : 3, "total" : 81834879.0}, {"account_category" : "Fines & Penalties", "fiscal_year_range" : "FY18-19", "budget_type" : 3, "total" : 24250136.0}, {"account_category" : "Gas Tax", "fiscal_year_range" : "FY18-19", "budget_type" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"account_category": {"type": "string"}, "fiscal_year_range": {"type": "string"}, "budget_type": {"type": "integer"}, "total": {"type": "number"}}, "required": ["account_category", "fiscal_year_range", "budget_type", "total"]}, "$schema": "http://json-schema.o...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"typ...
{"text" : {"0" : {"m1" : "\u062a\u0648\u0628\u0647 \u06a9\u0631\u062f\u0645 \u0632 \u062a\u0648\u0628\u0647 \u06a9\u0631\u062f\u0646 \u0627\u06cc \u062c\u0627\u0646", "m2" : "\u0646\u062a\u0648\u0627\u0646 \u0632 \u0642\u0636\u0627 \u06a9\u0634\u06cc\u062f \u06af\u0631\u062f\u0646 \u0627\u06cc \u062c\u0627\u0646"}, "1"...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ...
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#"}
[[1983, 5], [1985, 8], [1986, 14], [1987, 11], [1988, 9], [1989, 23], [1990, 23], [1991, 21], [1992, 18], [1993, 38], [1994, 44], [1995, 46], [1996, 45], [1997, 52], [1998, 58], [1999, 54], [2000, 72], [2001, 74], [2002, 82], [2003, 78], [2004, 61], [2005, 73], [2006, 74], [2007, 73], [2008, 80], [2009, 59], [2010, 66]...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ...
[{"manufacturer" : "Huawei", "market_name" : "Honor Box voice", "codename" : "HWM311", "model" : "M311"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Directed by": {"type": "array", "items": {"type": "string"}}, "Produced by": {"type": "array", "items": {"type": "string"}}, "Screenplay by": {"type": "array", "items...
{"title" : ["Bicycle Thieves"], "Directed by" : ["Vittorio De Sica"], "Produced by" : ["Ercole Graziadei, Sergio Bernardi, Count Cicogna"], "Screenplay by" : ["Vittorio De Sica , Cesare Zavattini , Suso Cecchi d'Amico , Gherardo Gherardi , Oreste Biancoli , Adolfo Franci"], "Story by" : ["Luigi Bartolini"], "Starring" ...
json_instruct
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Directed by": {"type": "array", "items": {"type": "string"}}, "Produced by": {"type": "array", "items": {"type": "string"}}, "Screenplay by": {"type": "array", "items": {"type": "string"}}, "Story by": {"type": "array", "items":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"BotConfiguration": {"type": "object", "properties": {"WebHookConfiguration": {"type": "object", "properties": {"UseWebHook": {"type": "boolean"}, "WebHookBaseUrl": {"type": "string"}, "WebHookPath": {"type": "strin...
{"BotConfiguration" : {"WebHookConfiguration" : {"UseWebHook" : true, "WebHookBaseUrl" : "https://my.site", "WebHookPath" : "update"}, "Token" : ""}}
json_instruct
{"type": "object", "properties": {"BotConfiguration": {"type": "object", "properties": {"WebHookConfiguration": {"type": "object", "properties": {"UseWebHook": {"type": "boolean"}, "WebHookBaseUrl": {"type": "string"}, "WebHookPath": {"type": "string"}}, "required": ["UseWebHook", "WebHookBaseUrl", "WebHookPath"]}, "To...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"start_date": {"type": "string"}, "end_date": {"type": "string"}, "text": {"type": "string"}, "event_pid": {"type": "string"}, "event_length": {"typ...
{"data" : [{"start_date" : "2016-03-13 12:00:00", "end_date" : "9999-02-01 00:00:00", "text" : "Test Month 1", "event_pid" : "", "event_length" : "2100", "rec_type" : "month_3___#no"}, {"start_date" : "2016-03-01 15:00:00", "end_date" : "2016-09-23 15:00:00", "text" : "Test Month 2", "event_pid" : "", "event_length" : ...
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"start_date": {"type": "string"}, "end_date": {"type": "string"}, "text": {"type": "string"}, "event_pid": {"type": "string"}, "event_length": {"type": "string"}, "rec_type": {"type": "string"}}, "required": ["start_d...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "s...
{"name" : "St\u00e4dt. Gem. Grundschule Am Str\u00fcckerberg", "id" : "NRW-132780", "address" : "Alter Hohlweg 54, 58285 Gevelsberg", "school_type" : "Grundschule", "fax" : "02332 2060", "phone" : "02332 10492", "website" : "", "email" : " 132780@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"regName": {"type": "string"}, "dropChance": {"type": "number"}, "uuid": {"type": "string"}, "hash": {"type": "string"}}, "required": ["regName", "dropChance", "uuid", "hash"], "$schema": "http://json-schema.org/draft-07/sch...
{"regName" : "phantom", "dropChance" : 0.1, "uuid" : "[-1836012072, -1030665638, -1886758577, 374605475]", "hash" : "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U5NTE1M2VjMjMyODRiMjgzZjAwZDE5ZDI5NzU2ZjI0NDMxM2EwNjFiNzBhYzAzYjk3ZDIzNmVlNTdiZDk4MiJ9fX0="}
json_instruct
{"type": "object", "properties": {"regName": {"type": "string"}, "dropChance": {"type": "number"}, "uuid": {"type": "string"}, "hash": {"type": "string"}}, "required": ["regName", "dropChance", "uuid", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string...
{"category" : "Path-Finder-CallTree", "classinstvars" : [], "classvars" : [], "commentStamp" : "<historical>", "instvars" : ["codePane"], "name" : "SObjectExplorer", "pools" : [], "super" : "ObjectExplorer", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "array", "items": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uri": {"type": "string"}, "comments": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "methodName": {"type": "string"}, "successResponse": {"type": "string"}, "errorResponse": {"type": ...
{"uri" : "/api/identity-provider", "comments" : ["Updates, via PATCH, the identity provider with the given Id."], "method" : "patch", "methodName" : "patchIdentityProvider", "successResponse" : "IdentityProviderResponse", "errorResponse" : "Errors", "params" : [{"name" : "identityProviderId", "comments" : ["The Id of t...
json_instruct
{"type": "object", "properties": {"uri": {"type": "string"}, "comments": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "methodName": {"type": "string"}, "successResponse": {"type": "string"}, "errorResponse": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "pr...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"file": {"type": "string"}, "textdomain": {"type": "string"}, "translations": {"type": "object", "properties": {"48c4bfee0537beab47315976f579ac2d": {"type": "object", "properties": {"text": {"type": "string"}}, "requ...
{"file" : "wire/core/Password.php", "textdomain" : "wire--core--password-php", "translations" : {"48c4bfee0537beab47315976f579ac2d" : {"text" : "Il sistema di password \u00e8 stato recentemente aggiornato. Per favore cambia la tua password per completare l'aggiornamento per il tuo account."}}}
json_instruct
{"type": "object", "properties": {"file": {"type": "string"}, "textdomain": {"type": "string"}, "translations": {"type": "object", "properties": {"48c4bfee0537beab47315976f579ac2d": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["48c4bfee0537beab47315976f579ac2d"]}},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["emendatusenigmatica:molten_silver"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"composer-plugin-api": {"type": "string"}, "twig/twig": {"type": "string"}, "tracy/tracy": {"type": "string"}}, "re...
{"name" : "valentin/projet4", "type" : "project", "require" : {"composer-plugin-api" : "^1.1", "twig/twig" : "^3.0", "tracy/tracy" : "^2.5"}, "license" : "mit", "authors" : [{"name" : "Valentin ANTOIN", "email" : "valentin.antoin@gmail.com"}], "autoload" : {"psr-4" : {"App\\" : "src/", "Config\\" : "config/", "Controll...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"composer-plugin-api": {"type": "string"}, "twig/twig": {"type": "string"}, "tracy/tracy": {"type": "string"}}, "required": ["composer-plugin-api", "twig/twig", "tracy/tracy"]}, "licens...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "avatar": {"type": "string"}, "name": {"type": "string"}, "wechat_id": {"type": "string"}, "gender": {"type": "string"}, "region": {"type": "string"}, "whats_up": {"type": "string"}}, "req...
{"id" : "69e92437-6743-44d9-9146-7494a2817950", "avatar" : "https://cdn.nba.com/headshots/nba/latest/260x190/1628369.png", "name" : "Jayson Tatum", "wechat_id" : "jayson_tatum", "gender" : "male", "region" : "USA", "whats_up" : "Hello, I'm Jayson Tatum!"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "avatar": {"type": "string"}, "name": {"type": "string"}, "wechat_id": {"type": "string"}, "gender": {"type": "string"}, "region": {"type": "string"}, "whats_up": {"type": "string"}}, "required": ["id", "avatar", "name", "wechat_id", "gender", "region", "whats...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}}, "required": ["firstname", "lastname"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"firstname" : "Mari", "lastname" : "Kis"}, {"firstname" : "Mici", "lastname" : "Horn"}, {"firstname" : "Georgina", "lastname" : "Vitay"}, {"firstname" : "Piroska", "lastname" : "Torma"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}}, "required": ["firstname", "lastname"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"community": {"type": "string"}, "webhook": {"type": "string"}, "default_banner": {"type": "string"}}, "required": ["community", "webhook", "default_banner"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"community" : "114281812029168290367", "webhook" : "Webhook URL goes here!", "default_banner" : "https://lh3.googleusercontent.com/--0OKEzRWvK4/AAAAAAAAAAI/AAAAAAAAACM/ufNYq8sWqjc/w720-h406-p-rw/photo.jpg"}
json_instruct
{"type": "object", "properties": {"community": {"type": "string"}, "webhook": {"type": "string"}, "default_banner": {"type": "string"}}, "required": ["community", "webhook", "default_banner"], "$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"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "...
{"id" : 5461, "surahNumber" : "072", "ayatNumber" : "014", "arabic" : "\u0648\u064e\u0623\u064e\u0646\u0651\u064e\u0627 \u0645\u0650\u0646\u0651\u064e\u0627 \u0627\u0644\u0652\u0645\u064f\u0633\u0652\u0644\u0650\u0645\u064f\u0648\u0646\u064e \u0648\u064e\u0645\u0650\u0646\u0651\u064e\u0627 \u0627\u0644\u0652\u0642\u064...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyword...
{"name" : "ug-phone", "version" : "1.0.3", "description" : "Determine which service provider a Ugandan phone number belongs to and check validity of Ugandan phone numbers", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["Phone", "Phone Provider", "Uganda Phone",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "encrinic", "definition" : "Relating to encrinites; containing encrinites, as certain kinds of limestone."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"LogicalResourceId": {"type": "string"}, "ResourceType": {"type": "string"}}, "required": ["LogicalResourceId", "ResourceType"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"LogicalResourceId" : "MyLambdaFunctionWithLayer", "ResourceType" : "AWS::Lambda::Function"}, {"LogicalResourceId" : "MyLambdaFunctionWithLayerRole", "ResourceType" : "AWS::IAM::Role"}, {"LogicalResourceId" : "MyLambdaLayer", "ResourceType" : "AWS::Lambda::LayerVersion"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"LogicalResourceId": {"type": "string"}, "ResourceType": {"type": "string"}}, "required": ["LogicalResourceId", "ResourceType"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "50-59", "SERIES_NAME" : "MALE", "X_CALENDAR_YEAR" : 2018, "Y_PREVALENCE_1000PP" : 0.02499}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" ...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "repository": {"type": "object", "pr...
{"name" : "janus-stdlib", "author" : "Issa Tseng <maintainer@heyissa.com>", "description" : "The reference set of code components and build tools for Janus", "files" : ["lib/**/*"], "version" : "0.5.3", "repository" : {"type" : "git", "url" : "https://github.com/issa-tseng/janus-stdlib"}, "bugs" : {"url" : "https://git...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"widgetLabel": {"type": "string"}, "points": {"type": "string"}, "lines": {"type": "string"}, "polygons": {"type": "string"}, "creatingLegend": {"type": "string"}, "noLegend": {"type": "string"}, "dotValue": {"type":...
{"widgetLabel" : "Legenda", "points" : "Punti", "lines" : "Linee", "polygons" : "Poligoni", "creatingLegend" : "Creazione legenda", "noLegend" : "Nessuna legenda", "dotValue" : "1 punto = {value} {unit}", "currentObservations" : "Osservazioni correnti", "previousObservations" : "Osservazioni precedenti", "high" : "Mass...
json_instruct
{"type": "object", "properties": {"widgetLabel": {"type": "string"}, "points": {"type": "string"}, "lines": {"type": "string"}, "polygons": {"type": "string"}, "creatingLegend": {"type": "string"}, "noLegend": {"type": "string"}, "dotValue": {"type": "string"}, "currentObservations": {"type": "string"}, "previousObserv...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "cdb94775ca8a886267d1", "c" : {"1" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "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": {"mithril.js": {"type": "string"}, "mithril.min.js": {"type": "string"}}, "required": ["mithril.js", "mithril.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mithril.js" : "sha256-Lho2dIlnYEvAVUXR92UBriWfkz7GrhTeTsmEZ0b9ZRk=", "mithril.min.js" : "sha256-qYzLYgfhuqtsJdOQIrGdEzLykIG011uHKjU5u5dUTN4="}
json_instruct
{"type": "object", "properties": {"mithril.js": {"type": "string"}, "mithril.min.js": {"type": "string"}}, "required": ["mithril.js", "mithril.min.js"], "$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"}, "weight": {"type": "integer"}, "gravity": {"type": "number"}, "fall_speed": {"type": "number"}, "traction": {"type": "number"}, "soft_landing_lag": {"type": "integer"}, "hard_landin...
{"name" : "inkling", "weight" : 94, "gravity" : 0.087, "fall_speed" : 1.58, "traction" : 0.102, "soft_landing_lag" : 1, "hard_landing_lag" : 3, "damageflytop_gravity" : 0.0736, "damageflytop_fall_speed" : 1.8}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}, "gravity": {"type": "number"}, "fall_speed": {"type": "number"}, "traction": {"type": "number"}, "soft_landing_lag": {"type": "integer"}, "hard_landing_lag": {"type": "integer"}, "damageflytop_gravity": {"type": "number"}, "dam...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "DefaultExecutionEnvironment"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"aliases": {"type": "array", "items": {}}, "ascii_arts": {"type": "array", "items": {}}, "category": {"type": "string"}, "code": {"type": "string"}, "code_points": {"type": "array", "items": {"type": "string"}}, "keywords": {"t...
{"aliases" : [], "ascii_arts" : [], "category" : "symbols", "code" : "heart_decoration", "code_points" : ["1f49f"], "keywords" : ["like", "love", "purple-square", "symbol"], "name" : "heart decoration"}
json_instruct
{"type": "object", "properties": {"aliases": {"type": "array", "items": {}}, "ascii_arts": {"type": "array", "items": {}}, "category": {"type": "string"}, "code": {"type": "string"}, "code_points": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "name": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"typ...
{"id" : 11701, "title" : "Heroic: Cathedral of Eternal Night", "points" : 10, "description" : "Defeat Mephistroth in Cathedral of Eternal Night on Heroic difficulty or higher.", "rewardItems" : [], "icon" : "spell_shadow_demonicfortitude", "criteria" : [{"id" : 36215, "description" : "", "orderIndex" : 0, "max" : 1}], ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "...
Please provide a valid JSON object following this 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", "end"], "$...
{"id" : "rccollectiblecollectibleset4i2collectible4i0", "type" : "CONTAINS", "data" : {}, "start" : "collectibleset4i2", "end" : "collectible4i0"}
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": {"ndkFolder": {"type": "string"}}, "required": ["ndkFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ndkFolder" : "/home/nathan/DevTool/Android-SDK/ndk/21.0.6113669"}
json_instruct
{"type": "object", "properties": {"ndkFolder": {"type": "string"}}, "required": ["ndkFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userSimilarity": {"type": "number"}, "trajectory": {"type": "array", "items": {"type": "object", "properties": {"trajectoryAID": {"type": "string"}, "trajectoryBID": {"type": "string"}, "similarity": {"type":...
{"userSimilarity" : 0.9, "trajectory" : [{"trajectoryAID" : "001", "trajectoryBID" : "003", "similarity" : 0.333}, {"trajectoryAID" : "002", "trajectoryBID" : "004", "similarity" : 0.333}]}
json_instruct
{"type": "object", "properties": {"userSimilarity": {"type": "number"}, "trajectory": {"type": "array", "items": {"type": "object", "properties": {"trajectoryAID": {"type": "string"}, "trajectoryBID": {"type": "string"}, "similarity": {"type": "number"}}, "required": ["trajectoryAID", "trajectoryBID", "similarity"]}}},...
Create an example JSON object that satisfies 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" : 9007200872727681000, "key" : "/static/60ca967eab99ca225186310913ae2de6/0a47e/java-config-cascade.png", "val" : "faff17b2ca95f8306d535a19ca68597c"}
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": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "require...
{"track" : "rust", "exercise" : "series", "id" : "06bcd281f67f4e9f986b601350cf8422", "url" : "https://exercism.io/my/solutions/06bcd281f67f4e9f986b601350cf8422", "handle" : "attilahorvath", "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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"inferno-shared.js": {"type": "string"}, "inferno-shared.min.js": {"type": "string"}}, "required": ["inferno-shared.js", "inferno-shared.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno-shared.js" : "sha256-PgTrBDGvYZbDKDyGENXyZ/tSGlRhty7fQJYZOjy/WrY=", "inferno-shared.min.js" : "sha256-dhrxgecqUCasnipjaeySq0OFiu9fGRIUldRoNxKkxWs="}
json_instruct
{"type": "object", "properties": {"inferno-shared.js": {"type": "string"}, "inferno-shared.min.js": {"type": "string"}}, "required": ["inferno-shared.js", "inferno-shared.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lastnik": {"type": "string"}, "id": {"type": "integer"}, "stanje": {"type": "integer"}, "seznam_transakcij": {"type": "array", "items": {"type": "object", "properties": {"cas": {"type": "number"}, "znesek": {"type": "integer"}...
{"lastnik" : "Pika Ivana Kostanj\u0161ek", "id" : 14793, "stanje" : 95423, "seznam_transakcij" : [{"cas" : 1567845337.505084, "znesek" : 86533, "tip" : "Prihodek", "kategorija" : "Nagrada", "komentar" : "foto nate\u010daj"}, {"cas" : 1567845376.11983, "znesek" : 875, "tip" : "Odhodek", "kategorija" : "Potovanja", "kome...
json_instruct
{"type": "object", "properties": {"lastnik": {"type": "string"}, "id": {"type": "integer"}, "stanje": {"type": "integer"}, "seznam_transakcij": {"type": "array", "items": {"type": "object", "properties": {"cas": {"type": "number"}, "znesek": {"type": "integer"}, "tip": {"type": "string"}, "kategorija": {"type": "string...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "s...
{"name" : "dolly-bobo", "version" : "1.0.0", "description" : "Bot do twitter para lembrar que o Dolly (vulgo Vin\u00edcius Gabriel) \u00e9 bobo.", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://gi...
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...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "driver": {"type": "string"}, "deviceId": {"type": "string"}}, "required": ["name", "driver", "deviceId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "demo0", "driver" : "artnet", "deviceId" : "192.168.4.190"}, {"name" : "demo1", "driver" : "artnet", "deviceId" : "192.168.4.191"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "driver": {"type": "string"}, "deviceId": {"type": "string"}}, "required": ["name", "driver", "deviceId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop...
{"contract" : "0x5c2ed62830f2a3898af43916ff0d0e87fed04ea9", "tool" : "osiris", "start" : 1564604434.381717, "end" : 1564604488.8588204, "duration" : 54.47710347175598, "analysis" : [{"errors" : [{"line" : 40, "column" : 18, "message" : "overflow_bugs"}, {"line" : 204, "column" : 22, "message" : "overflow_bugs"}], "file...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]...
{"Time" : "2021-08-17T16:00:00Z", "Temp" : 32.2, "RelHum" : 49, "WindSpeed" : 4.8, "WindDir" : 291}
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": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "mineskills:block/small_orachalcite_bud"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {}}, "...
{"title" : "Out there.", "fields" : ["surgical nursing", "gentleness", "political science", "allergy", "spacecraft", "early childhood", "nursing shortage", "immunoglobulin e", "magazine", "mile", "helpfulness", "advertising", "atopy", "aerospace engineering", "risk factor", "engineering", "primary nursing"], "abstract"...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {}}, "conf": {"type": "string"}, "authors": {"type": "array", "it...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mai...
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=2404", "name" : "INSTITUTE OF SOCIAL WELFARE AND RESEARCH", "primaryEmail" : "inst_983308@bsnl.in", "telephone" : ["913325489833", "913325489833"], "mainAddrress" : {"state" : "West Bengal", "address" : ["Institute of Social Welfare & ...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"train_accuracy": {"type": "number"}, "eval_accuracy": {"type": "number"}, "num_active_dims": {"type": "integer"}, "elapsed_time": {"type": "number"}, "uuid": {"type": "string"}}, "required": ["train_accuracy"...
{"train_accuracy" : 0.5881, "eval_accuracy" : 0.5902, "num_active_dims" : 10, "elapsed_time" : 18.46405267715454, "uuid" : "7c3e8829-60cc-46cc-bdd0-c57ca4d4658a"}
json_instruct
{"type": "object", "properties": {"train_accuracy": {"type": "number"}, "eval_accuracy": {"type": "number"}, "num_active_dims": {"type": "integer"}, "elapsed_time": {"type": "number"}, "uuid": {"type": "string"}}, "required": ["train_accuracy", "eval_accuracy", "num_active_dims", "elapsed_time", "uuid"], "$schema": "ht...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "_comment": {"type": "string"}, "testRunner": {"type": "string"}, "reporters": {"type": "array", "items": {"type": "string"}}, "dashboard": {"type": "object", "properties": {"project": ...
{"$schema" : "./node_modules/@stryker-mutator/core/schema/stryker-schema.json", "_comment" : "This config was generated using a preset. Please see the handbook for more information: https://github.com/stryker-mutator/stryker-handbook/blob/master/stryker/guides/react.md#react", "testRunner" : "jest", "reporters" : ["pro...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "_comment": {"type": "string"}, "testRunner": {"type": "string"}, "reporters": {"type": "array", "items": {"type": "string"}}, "dashboard": {"type": "object", "properties": {"project": {"type": "string"}, "version": {"type": "string"}, "baseUrl": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"force": {"type": "string"}, "name": {"type": "string"}, "JVM": {"type": "object", "properties": {"heapSize": {"type": "string"}}, "required": ["heapSize"]}, "web": {"type": "object", "properties": {"http": {"type": "object", "...
{"force" : "true", "name" : "cfml-strict-smtp-sender-validator", "JVM" : {"heapSize" : "2048"}, "web" : {"http" : {"port" : "8080"}, "webroot" : "/", "welcomeFiles" : "testSmtpValidator.cfm"}, "app" : {"serverHomeDirectory" : "../.CommandBoxContexts/", "cfengine" : "lucee@5"}}
json_instruct
{"type": "object", "properties": {"force": {"type": "string"}, "name": {"type": "string"}, "JVM": {"type": "object", "properties": {"heapSize": {"type": "string"}}, "required": ["heapSize"]}, "web": {"type": "object", "properties": {"http": {"type": "object", "properties": {"port": {"type": "string"}}, "required": ["po...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Age": {"type": "string"}, "Role": {"type": "string"}}, "required": ["Age", "Role"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Age" : "Leeftijd", "Role" : "Rol"}
json_instruct
{"type": "object", "properties": {"Age": {"type": "string"}, "Role": {"type": "string"}}, "required": ["Age", "Role"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"date": {"type": "string"}, "title": {"type": "string"}, "image": {"type": "string"}, "body": {"type": "string"}}, "required": ["date", "title", "image", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"date" : "2021-01-30T04:47:26.403Z", "title" : "Fowlers Toad", "image" : "/img/fowlerstoad1_bob.jpg", "body" : "Medium-sized species. Usually brown to gray in color with a light stripe down the back . It's back will be covered with several dark spots each containing three or more warts with two large warts immediately...
json_instruct
{"type": "object", "properties": {"date": {"type": "string"}, "title": {"type": "string"}, "image": {"type": "string"}, "body": {"type": "string"}}, "required": ["date", "title", "image", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type...
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "OH"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Mahoning", "state" : "OH"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-80.787, 41.1354], [-80.5186, 41.1354], [-80.5186, 41.1244], [-80.5186,...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descript...
{"latest_version" : ["0.5.2"], "meta" : {"description" : "scraping framework for muncipal data", "homepage" : "http://github.com/opencivicdata/pupa/", "license" : "BSD"}, "versions" : {"0.3.0" : {"sha256" : "3132b029f00958c7f3b2206cc9f3e0d42b3bfdfb924d4f652e0d41a767e169f0", "url" : "https://files.pythonhosted.org/packa...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "...
{"directions" : ["Lightly grease a baking pan, 13 by 9 by 2 inches.", "In a bowl stir together water, yeast, and sugar and let stand until foamy, about 5 minutes. In a small bowl stir together flour and table salt and gradually stir into yeast mixture until mixture forms a soft dough. On a lightly floured work surface ...
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"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {...
{"nom" : "Coaraze", "circ" : "4\u00e8me circonscription", "dpt" : "Alpes-Maritimes", "inscrits" : 712, "abs" : 354, "votants" : 358, "blancs" : 2, "nuls" : 3, "exp" : 353, "res" : [{"nuance" : "REM", "nom" : "Mme Alexandra VALETTA ARDISSON", "voix" : 102}, {"nuance" : "FN", "nom" : "M. Olivier BETTATI", "voix" : 82}, {...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "...
{"name" : "recipebook2", "version" : "1.0.0", "description" : "Recipe Book (version 2)", "main" : "server.js", "scripts" : {"test" : "node server.js", "start" : "node server.js"}, "author" : "Simas Juknelis", "license" : "MIT", "dependencies" : {"express" : "^4.16.3", "node-webshot" : "^1.0.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["start", "end"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"start" : 316, "end" : 461}, {"start" : 1443, "end" : 5099}, {"start" : 5435, "end" : 5099}, {"start" : 5435, "end" : 5475}, {"start" : 5469, "end" : 9915}, {"start" : 10105, "end" : 15014}, {"start" : 15461, "end" : 15014}, {"start" : 15461, "end" : 15501}, {"start" : 15517, "end" : 20784}, {"start" : 20817, "end" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["start", "end"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade":...
{"name" : "GitList.js", "description" : "A Node.js port of GitList.", "version" : "0.2.0-alpha", "private" : true, "dependencies" : {"express" : "3.x", "jade" : "*", "bluebird" : "~1.0.0"}, "devDependencies" : {"bower" : "~1.3.6", "gulp" : "~3.8.10", "gulp-concat" : "~2.4.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "bluebird": {"type": "string"}}, "required": ["expr...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/s...
{"parent" : "item/handheld", "textures" : {"layer0" : "item/diamond_pickaxe/darksteel_pickaxe"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}