Fork of github.com/did-method-plc/did-method-plc

Fix boolean type in openapi definition

`bool` is apparently not a thing in open api. Should be `boolean`.

Changed files
+1 -1
website
+1 -1
website/spec/plc-server-openapi3.yaml
···
type: cid
description: "Hash of the operation, in string CID format"
nullified:
-
type: bool
+
type: boolean
description: "Whether this operation is included in the current operation chain, or has been overridden"
createdAt:
type: string