Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
source-schema
SchemaNormalizationContext
Interface SchemaNormalizationContext
Experimental
interface
SchemaNormalizationContext
{
observedAt
?:
string
;
protocol
:
SourceProtocol
;
source
:
string
;
validator
?:
{
kind
:
"etag"
;
value
:
string
;
}
|
{
kind
:
"last-modified"
;
value
:
string
;
}
|
{
kind
:
"version"
;
value
:
string
;
}
;
}
Index
Properties
observed
At?
protocol
source
validator?
Properties
Optional
Readonly
Experimental
observed
At
observed
At
?:
string
Readonly
Experimental
protocol
protocol
:
SourceProtocol
Readonly
Experimental
source
source
:
string
Optional
Readonly
Experimental
validator
validator
?:
{
kind
:
"etag"
;
value
:
string
;
}
|
{
kind
:
"last-modified"
;
value
:
string
;
}
|
{
kind
:
"version"
;
value
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
observed
At
protocol
source
validator
@honua/sdk-js
Loading...