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' }); Copy
const schema = new Schema({ version: '1.0.0' });const schemaWithUrl = new Schema({ version: '1.0.0', url: 'https://example.com/schema.json' });
Creates a new Schema instance
Schema configuration options
Optional
Readonly
Convert to JSON string
Convert to plain object
Static
Represents schema information for Open Floor protocol messages
Example