@openfloor/protocol - v0.0.4
    Preparing search index...

    Class Schema

    Represents schema information for Open Floor protocol messages

    const schema = new Schema({ version: '1.0.0' });
    const schemaWithUrl = new Schema({
    version: '1.0.0',
    url: 'https://example.com/schema.json'
    });

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    url?: string
    version: string

    Methods