generate icon indicating copy to clipboard operation
generate copied to clipboard

The object is named Root.

Open harsh-98 opened this issue 4 years ago • 1 comments

Can we specify the name for object?

harsh-98 avatar May 20 '20 12:05 harsh-98

The name of the object is picked up from the title attribute

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "Example",
  "id": "http://example.com/exampleschema.json",
.......
}

In that schema, Example would be the name of the schema

jkmrto avatar Aug 31 '20 11:08 jkmrto