$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/Notepad
definitions
Notepad
- Type:
object - Properties
- content
required-
Type:
object -
Properties
- ops
required- Type:
array
- Type:
- ops
-
- content
default values
{
"content": {
"ops": []
}
}