Add Steve schema to support schemaDefinitions from the shell

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-10-22 19:05:27 +02:00
parent c85a76a2d4
commit ab92ffe380
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -0,0 +1,6 @@
import SteveSchema from '@shell/models/steve-schema';
/**
* This is the steve schema that's used for the harvester store
*/
export default class HarvesterStoreSchema extends SteveSchema { }