Record

resource-options

========================================================================= Resource Types

Resource optional properties

record resource-options {
  size: option​<u64>,
  title: option​<string>,
  description: option​<string>,
  mime-type: option​<string>,
  annotations: option​<annotations>,
  meta: option​<meta>,
}

Fields

NameTypeDescription
sizeoption​<u64>

Resource size in bytes

titleoption​<string>

Human-readable title

descriptionoption​<string>

Resource description

mime-typeoption​<string>

MIME type

annotationsoption​<annotations>
metaoption​<meta>