Sanity Library Reference Docs
Preparing search index...
@sanity/blueprints
Blueprint
Interface Blueprint
A representation of a Blueprint document
interface
Blueprint
{
$schema
:
string
;
blueprintVersion
:
string
;
outputs
?:
BlueprintOutput
[]
;
resources
?:
BlueprintResource
<
BlueprintResourceLifecycle
>
[]
;
values
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
$schema
blueprint
Version
outputs?
resources?
values?
Properties
$schema
$schema
:
string
blueprint
Version
blueprintVersion
:
string
Optional
outputs
outputs
?:
BlueprintOutput
[]
Optional
resources
resources
?:
BlueprintResource
<
BlueprintResourceLifecycle
>
[]
Optional
values
values
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$schema
blueprint
Version
outputs
resources
values
Sanity Library Reference Docs
Loading...
A representation of a Blueprint document