@adcp/sdk API Reference - v10.0.1
Documentation
GitHub
npm
Preparing search index...
FormatSchemaReferenceResolvedResult
Interface FormatSchemaReferenceResolvedResult
interface
FormatSchemaReferenceResolvedResult
{
ref
:
CanonicalReference
;
cacheKey
:
string
;
fromCache
:
boolean
;
ok
:
true
;
status
:
"resolved"
;
document
:
TDocument
;
body
:
Uint8Array
;
text
:
string
;
contentType
?:
string
;
httpStatus
:
number
;
kind
:
"format_schema"
;
schemaMeta
:
{
draft
:
"draft-07"
|
"2020-12"
;
refCount
:
number
;
maxRefDepthSeen
:
number
;
keywordCount
:
number
;
validationTimeMs
:
number
;
}
;
}
Hierarchy (
View Summary
)
CanonicalReferenceResolvedResult
<
Record
<
string
,
unknown
>
>
FormatSchemaReferenceResolvedResult
Index
Properties
ref
cache
Key
from
Cache
ok
status
document
body
text
content
Type?
http
Status
kind
schema
Meta
Properties
ref
ref
:
CanonicalReference
cache
Key
cacheKey
:
string
from
Cache
fromCache
:
boolean
ok
ok
:
true
status
status
:
"resolved"
document
document
:
TDocument
body
body
:
Uint8Array
text
text
:
string
Optional
content
Type
contentType
?:
string
http
Status
httpStatus
:
number
kind
kind
:
"format_schema"
schema
Meta
schemaMeta
:
{
draft
:
"draft-07"
|
"2020-12"
;
refCount
:
number
;
maxRefDepthSeen
:
number
;
keywordCount
:
number
;
validationTimeMs
:
number
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ref
cache
Key
from
Cache
ok
status
document
body
text
content
Type
http
Status
kind
schema
Meta
Documentation
GitHub
npm
@adcp/sdk API Reference - v10.0.1
Loading...