Note is a JSON Structure definition published by ServiceNow, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
{
"type": "object",
"name": "Note",
"properties": {
"@type": {
"type": "string",
"description": "The type of note (always 'comments' in responses)"
},
"text": {
"type": "string",
"description": "The comment text"
},
"date": {
"type": "datetime",
"description": "The date the comment was created"
},
"author": {
"type": "string",
"description": "The name of the user who wrote the comment"
}
},
"$schema": "https://json-structure.org/draft/2020-12/schema"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.