Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

expand
Expand
titleAnchor Schema sample
schemas:
AnchorDetails:
type: object
title: Anchor details by anchor Name
properties:
name:
type: string
example: Anchor_1
dataspaceName:
type: string
example: Dataspace_1
schemaSetName:
type: string
example: Schema_set_1


Code Block
languageyml
titleArray of Anchor anchors schema sample
ArrayOfAnchors:
type: object
array titleitems: Anchor for schema set
propertiestype:
records:
object typeproperties: array
itemsname:
type: object
string propertiesexample:
my_anchor name:
dataspace: type: string
example: 'my_anchor'
dataspace dataspace:
schemaSet: type: string
example: my-schema-set


Expand
titleArray of Anchor schema sample
ArrayOfAnchors:
type: array
items:
type: object
properties:
name:
type: string
example: 'my_anchor
dataspace':
type: schemaSet:
string
example: my_dataspace
schemaSet:
type: string
example: 'my-schema-set'